Test: /ext/standard/tests/file/file_get_contents_variation8.phpt - Version 5.6.15-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
007+ string(23309) "`configure' configures this package to adapt to many kinds of systems.
008- Warning: file_get_contents(1): failed to open stream: No such file or directory in %s on line %d
009- bool(false)
010- -- Iteration 2 --
009+ Usage: ./configure [OPTION]... [VAR=VALUE]...
010+
011+ To assign environment variables (e.g., CC, CFLAGS...), specify them as
012+ VAR=VALUE. See below for descriptions of some of the useful variables.
013+
014+ Defaults for the options are specified in brackets.
012- Warning: file_get_contents(): Filename cannot be empty in %s on line %d
013- bool(false)
014- -- Iteration 3 --
016+ Configuration:
017+ -h, --help display this help and exit
018+ --help=short display options specific to this package
019+ --help=recursive display the short help of all the included packages
020+ -V, --version display version information and exit
021+ -q, --quiet, --silent do not print `checking ...' messages
022+ --cache-file=FILE cache test results in FILE [disabled]
023+ -C, --config-cache alias for `--cache-file=config.cache'
024+ -n, --no-create do not create output files
025+ --srcdir=DIR find the sources in DIR [configure dir or `..']
026+
027+ Installation directories:
028+ --prefix=PREFIX install architecture-independent files in PREFIX
029+ [/usr/local]
030+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
031+ [PREFIX]
032+
033+ By default, `make install' will install all the files in
034+ `/usr/local/bin', `/usr/local/lib' etc. You can specify
035+ an installation prefix other than `/usr/local' using `--prefix',
036+ for instance `--prefix=$HOME'.
016- Warning: file_get_contents(): Filename cannot be empty in %s on line %d
017- bool(false)
018- -- Iteration 4 --
020- Warning: file_get_contents(): Filename cannot be empty in %s on line %d
021- bool(false)
022- -- Iteration 5 --
023-
024- Warning: file_get_contents( ): failed to open stream: No such file or directory in %s on line %d
025- bool(false)
026- -- Iteration 6 --
027-
028- Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s on line %d
029- NULL
030- -- Iteration 7 --
032- Warning: file_get_contents() expects parameter 1 to be a valid path, array given in %s on line %d
033- NULL
034- -- Iteration 8 --
036- Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in %s on line %d
037- bool(false)
038- -- Iteration 9 --
038+ For better control, use the options below.
040+ Fine tuning of the installation directories:
041+ --bindir=DIR user executables [EPREFIX/bin]
042+ --sbindir=DIR system admin executables [EPREFIX/sbin]
043+ --libexecdir=DIR program executables [EPREFIX/libexec]
044+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
045+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
046+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
047+ --libdir=DIR object code libraries [EPREFIX/lib]
048+ --includedir=DIR C header files [PREFIX/include]
049+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
050+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
051+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
052+ --infodir=DIR info documentation [DATAROOTDIR/info]
053+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
054+ --mandir=DIR man documentation [DATAROOTDIR/man]
055+ --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
056+ --htmldir=DIR html documentation [DOCDIR]
057+ --dvidir=DIR dvi documentation [DOCDIR]
058+ --pdfdir=DIR pdf documentation [DOCDIR]
059+ --psdir=DIR ps documentation [DOCDIR]
040- Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s on line %d
041- bool(false)
043- *** Done ***
061+ System types:
062+ --build=BUILD configure for building on BUILD [guessed]
063+ --host=HOST cross-compile to build programs to run on HOST [BUILD]
064+ --target=TARGET configure for building compilers for TARGET [HOST]
066+ Optional Features and Packages:
067+ --disable-option-checking ignore unrecognized --enable/--with options
068+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
069+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
070+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
071+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
072+ --with-libdir=NAME Look for libraries in .../NAME rather than .../lib
073+ --disable-rpath Disable passing additional runtime library
074+ search paths
075+ --enable-re2c-cgoto Enable -g flag to re2c to use computed goto gcc extension
077+ SAPI modules:
079+ --with-aolserver=DIR Specify path to the installed AOLserver
080+ --with-apxs=FILE Build shared Apache 1.x module. FILE is the optional
081+ pathname to the Apache apxs tool apxs
082+ --with-apache=DIR Build Apache 1.x module. DIR is the top-level Apache
083+ build directory /usr/local/apache
084+ --enable-mod-charset APACHE: Enable transfer tables for mod_charset (Rus Apache)
085+ --with-apxs2filter=FILE
086+ EXPERIMENTAL: Build shared Apache 2.0 Filter module. FILE is the optional
087+ pathname to the Apache apxs tool apxs
088+ --with-apxs2=FILE Build shared Apache 2.0 Handler module. FILE is the optional
089+ pathname to the Apache apxs tool apxs
090+ --with-apache-hooks=FILE
091+ EXPERIMENTAL: Build shared Apache 1.x module. FILE is the optional
092+ pathname to the Apache apxs tool apxs
093+ --with-apache-hooks-static=DIR
094+ EXPERIMENTAL: Build Apache 1.x module. DIR is the top-level Apache
095+ build directory /usr/local/apache
096+ --enable-mod-charset APACHE (hooks): Enable transfer tables for mod_charset (Rus Apache)
097+ --with-caudium=DIR Build PHP as a Pike module for use with Caudium.
098+ DIR is the Caudium server dir /usr/local/caudium/server
099+ --disable-cli Disable building CLI version of PHP
100+ (this forces --without-pear)
101+ --with-continuity=DIR Build PHP as Continuity Server module.
102+ DIR is path to the installed Continuity Server root
103+ --enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library
104+ TYPE is either 'shared' or 'static'. TYPE=shared
105+ --enable-fpm Enable building of the fpm SAPI executable
106+ --with-fpm-user=USER Set the user for php-fpm to run as. (default: nobody)
107+ --with-fpm-group=GRP Set the group for php-fpm to run as. For a system user, this
108+ should usually be set to match the fpm username (default: nobody)
109+ --with-fpm-systemd Activate systemd integration
110+ --with-fpm-acl Use POSIX Access Control Lists
111+ --with-isapi=DIR Build PHP as an ISAPI module for use with Zeus
112+ --with-litespeed Build PHP as litespeed module
113+ --with-milter=DIR Build PHP as Milter application
114+ --with-nsapi=DIR Build PHP as NSAPI module for Netscape/iPlanet/Sun Webserver
115+ --enable-phpdbg Build phpdbg
116+ --enable-phpdbg-debug Build phpdbg in debug mode
117+ --with-phttpd=DIR Build PHP as phttpd module
118+ --with-pi3web=DIR Build PHP as Pi3Web module
119+ --with-roxen=DIR Build PHP as a Pike module. DIR is the base Roxen
120+ directory, normally /usr/local/roxen/server
121+ --enable-roxen-zts ROXEN: Build the Roxen module using Zend Thread Safety
122+ --with-thttpd=SRCDIR Build PHP as thttpd module
123+ --with-tux=MODULEDIR Build PHP as a TUX module (Linux only)
124+ --with-webjames=SRCDIR Build PHP as a WebJames module (RISC OS only)
125+ --disable-cgi Disable building CGI version of PHP
126+
127+ General settings:
128+
129+ --enable-gcov Enable GCOV code coverage (requires LTP) - FOR DEVELOPERS ONLY!!
130+ --enable-debug Compile with debugging symbols
131+ --with-layout=TYPE Set how installed files will be laid out. Type can
132+ be either PHP or GNU [PHP]
133+ --with-config-file-path=PATH
134+ Set the path in which to look for php.ini [PREFIX/lib]
135+ --with-config-file-scan-dir=PATH
136+ Set the path where to scan for configuration files
137+ --enable-sigchild Enable PHP's own SIGCHLD handler
138+ --enable-libgcc Enable explicitly linking against libgcc
139+ --disable-short-tags Disable the short-form <? start tag by default
140+ --enable-dmalloc Enable dmalloc
141+ --disable-ipv6 Disable IPv6 support
142+ --enable-dtrace Enable DTrace support
143+ --enable-fd-setsize Set size of descriptor sets
144+
145+ Extensions:
146+
147+ --with-EXTENSION=shared[,PATH]
148+
149+ NOTE: Not all extensions can be build as 'shared'.
150+
151+ Example: --with-foobar=shared,/usr/local/foobar/
152+
153+ o Builds the foobar extension as shared extension.
154+ o foobar package install prefix is /usr/local/foobar/
155+
156+
157+ --disable-all Disable all extensions which are enabled by default
158+
159+ --with-regex=TYPE Regex library type: system, php. TYPE=php
160+ WARNING: Do NOT use unless you know what you are doing!
161+ --disable-libxml Disable LIBXML support
162+ --with-libxml-dir=DIR LIBXML: libxml2 install prefix
163+ --with-openssl=DIR Include OpenSSL support (requires OpenSSL >= 0.9.6)
164+ --with-kerberos=DIR OPENSSL: Include Kerberos support
165+ --with-system-ciphers OPENSSL: Use system default cipher list instead of hardcoded value
166+ --with-pcre-regex=DIR Include Perl Compatible Regular Expressions support.
167+ DIR is the PCRE install prefix BUNDLED
168+ --without-sqlite3=DIR Do not include SQLite3 support. DIR is the prefix to
169+ SQLite3 installation directory.
170+ --with-zlib=DIR Include ZLIB support (requires zlib >= 1.0.9)
171+ --with-zlib-dir=<DIR> Define the location of zlib install directory
172+ --enable-bcmath Enable bc style precision math functions
173+ --with-bz2=DIR Include BZip2 support
174+ --enable-calendar Enable support for calendar conversion
175+ --disable-ctype Disable ctype functions
176+ --with-curl=DIR Include cURL support
177+ --enable-dba Build DBA with bundled modules. To build shared DBA
178+ extension use --enable-dba=shared
179+ --with-qdbm=DIR DBA: QDBM support
180+ --with-gdbm=DIR DBA: GDBM support
181+ --with-ndbm=DIR DBA: NDBM support
182+ --with-db4=DIR DBA: Oracle Berkeley DB 4.x or 5.x support
183+ --with-db3=DIR DBA: Oracle Berkeley DB 3.x support
184+ --with-db2=DIR DBA: Oracle Berkeley DB 2.x support
185+ --with-db1=DIR DBA: Oracle Berkeley DB 1.x support/emulation
186+ --with-dbm=DIR DBA: DBM support
187+ --with-tcadb=DIR DBA: Tokyo Cabinet abstract DB support
188+ --without-cdb=DIR DBA: CDB support (bundled)
189+ --disable-inifile DBA: INI support (bundled)
190+ --disable-flatfile DBA: FlatFile support (bundled)
191+ --disable-dom Disable DOM support
192+ --with-libxml-dir=DIR DOM: libxml2 install prefix
193+ --with-enchant=DIR Include enchant support.
194+ GNU Aspell version 1.1.3 or higher required.
195+ --enable-exif Enable EXIF (metadata from images) support
196+ --disable-fileinfo Disable fileinfo support
197+ --disable-filter Disable input filter support
198+ --with-pcre-dir FILTER: pcre install prefix
199+ --enable-ftp Enable FTP support
200+ --with-openssl-dir=DIR FTP: openssl install prefix
201+ --with-gd=DIR Include GD support. DIR is the GD library base
202+ install directory BUNDLED
203+ --with-vpx-dir=DIR GD: Set the path to libvpx install prefix
204+ --with-jpeg-dir=DIR GD: Set the path to libjpeg install prefix
205+ --with-png-dir=DIR GD: Set the path to libpng install prefix
206+ --with-zlib-dir=DIR GD: Set the path to libz install prefix
207+ --with-xpm-dir=DIR GD: Set the path to libXpm install prefix
208+ --with-freetype-dir=DIR GD: Set the path to FreeType 2 install prefix
209+ --with-t1lib=DIR GD: Include T1lib support. T1lib version >= 5.0.0 required
210+ --enable-gd-native-ttf GD: Enable TrueType string function
211+ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support
212+ --with-gettext=DIR Include GNU gettext support
213+ --with-gmp=DIR Include GNU MP support
214+ --with-mhash=DIR Include mhash support
215+ --disable-hash Disable hash support
216+ --without-iconv=DIR Exclude iconv support
217+ --with-imap=DIR Include IMAP support. DIR is the c-client install prefix
218+ --with-kerberos=DIR IMAP: Include Kerberos support. DIR is the Kerberos install prefix
219+ --with-imap-ssl=DIR IMAP: Include SSL support. DIR is the OpenSSL install prefix
220+ --with-interbase=DIR Include InterBase support. DIR is the InterBase base
221+ install directory /usr/interbase
222+ --enable-intl Enable internationalization support
223+ --with-icu-dir=DIR Specify where ICU libraries and headers can be found
224+ --disable-json Disable JavaScript Object Serialization support
225+ --with-ldap=DIR Include LDAP support
226+ --with-ldap-sasl=DIR LDAP: Include Cyrus SASL support
227+ --enable-mbstring Enable multibyte string support
228+ --disable-mbregex MBSTRING: Disable multibyte regex support
229+ --disable-mbregex-backtrack
230+ MBSTRING: Disable multibyte regex backtrack check
231+ --with-libmbfl=DIR MBSTRING: Use external libmbfl. DIR is the libmbfl base
232+ install directory BUNDLED
233+ --with-onig=DIR MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
234+ If DIR is not set, the bundled oniguruma will be used
235+ --with-mcrypt=DIR Include mcrypt support
236+ --with-mssql=DIR Include MSSQL-DB support. DIR is the FreeTDS home
237+ directory /usr/local/freetds
238+ --with-mysql=DIR Include MySQL support. DIR is the MySQL base
239+ directory, if no DIR is passed or the value is
240+ mysqlnd the MySQL native driver will be used
241+ --with-mysql-sock=SOCKPATH
242+ MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
243+ If unspecified, the default locations are searched
244+ --with-zlib-dir=DIR MySQL: Set the path to libz install prefix
245+ --with-mysqli=FILE Include MySQLi support. FILE is the path
246+ to mysql_config. If no value or mysqlnd is passed
247+ as FILE, the MySQL native driver will be used
248+ --enable-embedded-mysqli
249+ MYSQLi: Enable embedded support
250+ Note: Does not work with MySQL native driver!
251+ --with-oci8=DIR Include Oracle Database OCI8 support. DIR defaults to $ORACLE_HOME.
252+ Use --with-oci8=instantclient,/path/to/instant/client/lib
253+ to use an Oracle Instant Client installation
254+ --with-odbcver=HEX Force support for the passed ODBC version. A hex number is expected, default 0x0300.
255+ Use the special value of 0 to prevent an explicit ODBCVER to be defined.
256+ --with-adabas=DIR Include Adabas D support /usr/local
257+ --with-sapdb=DIR Include SAP DB support /usr/local
258+ --with-solid=DIR Include Solid support /usr/local/solid
259+ --with-ibm-db2=DIR Include IBM DB2 support /home/db2inst1/sqllib
260+ --with-ODBCRouter=DIR Include ODBCRouter.com support /usr
261+ --with-empress=DIR Include Empress support \$EMPRESSPATH
262+ (Empress Version >= 8.60 required)
263+ --with-empress-bcs=DIR
264+ Include Empress Local Access support \$EMPRESSPATH
265+ (Empress Version >= 8.60 required)
266+ --with-birdstep=DIR Include Birdstep support /usr/local/birdstep
267+ --with-custom-odbc=DIR Include user defined ODBC support. DIR is ODBC install base
268+ directory /usr/local. Make sure to define CUSTOM_ODBC_LIBS and
269+ have some odbc.h in your include dirs. f.e. you should define
270+ following for Sybase SQL Anywhere 5.5.00 on QNX, prior to
271+ running this configure script:
272+ CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
273+ LDFLAGS=-lunix
274+ CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"
275+ --with-iodbc=DIR Include iODBC support /usr/local
276+ --with-esoob=DIR Include Easysoft OOB support /usr/local/easysoft/oob/client
277+ --with-unixODBC=DIR Include unixODBC support /usr/local
278+ --with-dbmaker=DIR Include DBMaker support
279+ --enable-opcache Enable Zend OPcache support
280+ --enable-pcntl Enable pcntl support (CLI/CGI only)
281+ --disable-pdo Disable PHP Data Objects support
282+ --with-pdo-dblib=DIR PDO: DBLIB-DB support. DIR is the FreeTDS home directory
283+ --with-pdo-firebird=DIR PDO: Firebird support. DIR is the Firebird base
284+ install directory /opt/firebird
285+ --with-pdo-mysql=DIR PDO: MySQL support. DIR is the MySQL base directory
286+ If no value or mysqlnd is passed as DIR, the
287+ MySQL native driver will be used
288+ --with-zlib-dir=DIR PDO_MySQL: Set the path to libz install prefix
289+ --with-pdo-oci=DIR PDO: Oracle OCI support. DIR defaults to \$ORACLE_HOME.
290+ Use --with-pdo-oci=instantclient,prefix,version
291+ for an Oracle Instant Client SDK.
292+ For example on Linux with 11.2 RPMs use:
293+ --with-pdo-oci=instantclient,/usr,11.2
294+ With 10.2 RPMs use:
295+ --with-pdo-oci=instantclient,/usr,10.2.0.4
296+ --with-pdo-odbc=flavour,dir
297+ PDO: Support for 'flavour' ODBC driver.
298+ include and lib dirs are looked for under 'dir'.
299+
300+ 'flavour' can be one of: ibm-db2, iODBC, unixODBC, generic
301+ If ',dir' part is omitted, default for the flavour
302+ you have selected will be used. e.g.:
303+
304+ --with-pdo-odbc=unixODBC
305+
306+ will check for unixODBC under /usr/local. You may attempt
307+ to use an otherwise unsupported driver using the \"generic\"
308+ flavour. The syntax for generic ODBC support is:
309+
310+ --with-pdo-odbc=generic,dir,libname,ldflags,cflags
311+
312+ When built as 'shared' the extension filename is always pdo_odbc.so
313+ --with-pdo-pgsql=DIR PDO: PostgreSQL support. DIR is the PostgreSQL base
314+ install directory or the path to pg_config
315+ --without-pdo-sqlite=DIR
316+ PDO: sqlite 3 support. DIR is the sqlite base
317+ install directory BUNDLED
318+ --with-pgsql=DIR Include PostgreSQL support. DIR is the PostgreSQL
319+ base install directory or the path to pg_config
320+ --disable-phar Disable phar support
321+ --disable-posix Disable POSIX-like functions
322+ --with-pspell=DIR Include PSPELL support.
323+ GNU Aspell version 0.50.0 or higher required
324+ --with-libedit=DIR Include libedit readline replacement (CLI/CGI only)
325+ --with-readline=DIR Include readline support (CLI/CGI only)
326+ --with-recode=DIR Include recode support
327+ --disable-session Disable session support
328+ --with-mm=DIR SESSION: Include mm support for session storage
329+ --enable-shmop Enable shmop support
330+ --disable-simplexml Disable SimpleXML support
331+ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix
332+ --with-snmp=DIR Include SNMP support
333+ --with-openssl-dir=DIR SNMP: openssl install prefix
334+ --enable-soap Enable SOAP support
335+ --with-libxml-dir=DIR SOAP: libxml2 install prefix
336+ --enable-sockets Enable sockets support
337+ --with-sybase-ct=DIR Include Sybase-CT support. DIR is the Sybase home
338+ directory /home/sybase
339+ --enable-sysvmsg Enable sysvmsg support
340+ --enable-sysvsem Enable System V semaphore support
341+ --enable-sysvshm Enable the System V shared memory support
342+ --with-tidy=DIR Include TIDY support
343+ --disable-tokenizer Disable tokenizer support
344+ --enable-wddx Enable WDDX support
345+ --with-libxml-dir=DIR WDDX: libxml2 install prefix
346+ --with-libexpat-dir=DIR WDDX: libexpat dir for XMLRPC-EPI (deprecated)
347+ --disable-xml Disable XML support
348+ --with-libxml-dir=DIR XML: libxml2 install prefix
349+ --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)
350+ --disable-xmlreader Disable XMLReader support
351+ --with-libxml-dir=DIR XMLReader: libxml2 install prefix
352+ --with-xmlrpc=DIR Include XMLRPC-EPI support
353+ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix
354+ --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)
355+ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI
356+ --disable-xmlwriter Disable XMLWriter support
357+ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix
358+ --with-xsl=DIR Include XSL support. DIR is the libxslt base
359+ install directory (libxslt >= 1.1.0 required)
360+ --enable-zip Include Zip read/write support
361+ --with-zlib-dir=DIR ZIP: Set the path to libz install prefix
362+ --with-pcre-dir ZIP: pcre install prefix
363+ --with-libzip=DIR ZIP: use libzip
364+ --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly
365+ when required by other extensions
366+ --disable-mysqlnd-compression-support
367+ Disable support for the MySQL compressed protocol in mysqlnd
368+ --with-zlib-dir=DIR mysqlnd: Set the path to libz install prefix
369+
370+ PEAR:
371+
372+ --with-pear=DIR Install PEAR in DIR [PREFIX/lib/php]
373+ --without-pear Do not install PEAR
374+
375+ Zend:
376+
377+ --with-zend-vm=TYPE Set virtual machine dispatch method. Type is
378+ one of "CALL", "SWITCH" or "GOTO" TYPE=CALL
379+ --enable-maintainer-zts Enable thread safety - for code maintainers only!!
380+ --disable-inline-optimization
381+ If building zend_execute.lo fails, try this switch
382+ --enable-zend-signals Use zend signal handling
383+
384+ TSRM:
385+
386+ --with-tsrm-pth=pth-config
387+ Use GNU Pth
388+ --with-tsrm-st Use SGI's State Threads
389+ --with-tsrm-pthreads Use POSIX threads (default)
390+
391+ Libtool:
392+
393+ --enable-shared=PKGS Build shared libraries default=yes
394+ --enable-static=PKGS Build static libraries default=yes
395+ --enable-fast-install=PKGS
396+ Optimize for fast installation default=yes
397+ --with-gnu-ld Assume the C compiler uses GNU ld default=no
398+ --disable-libtool-lock Avoid locking (might break parallel builds)
399+ --with-pic Try to use only PIC/non-PIC objects default=use both
400+ --with-tags=TAGS Include additional configurations automatic
401+
402+
403+ Some influential environment variables:
404+ CC C compiler command
405+ CFLAGS C compiler flags
406+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
407+ nonstandard directory <lib dir>
408+ LIBS libraries to pass to the linker, e.g. -l<library>
409+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
410+ you have headers in a nonstandard directory <include dir>
411+ CPP C preprocessor
412+ YACC The `Yet Another C Compiler' implementation to use. Defaults to
413+ the first program found out of: `bison -y', `byacc', `yacc'.
414+ YFLAGS The list of arguments that will be passed by default to $YACC.
415+ This script will default YFLAGS to the empty string to avoid a
416+ default value of `-d' given by some make applications.
417+ CXX C++ compiler command
418+ CXXFLAGS C++ compiler flags
419+ CXXCPP C++ preprocessor
420+
421+ Use these variables to override the choices made by `configure' or to help
422+ it to find libraries and programs with nonstandard names/locations.
423+
424+ Report bugs to the package provider.
425+ "
426+ -- Iteration 2 --
427+
428+ Warning: file_get_contents(): Filename cannot be empty in %s/file_get_contents_variation8.php on line 29
429+ bool(false)
430+ -- Iteration 3 --
431+
432+ Warning: file_get_contents(): Filename cannot be empty in %s/file_get_contents_variation8.php on line 29
433+ bool(false)
434+ -- Iteration 4 --
435+
436+ Warning: file_get_contents(): Filename cannot be empty in %s/file_get_contents_variation8.php on line 29
437+ bool(false)
438+ -- Iteration 5 --
439+
440+ Warning: file_get_contents( ): failed to open stream: No such file or directory in %s/file_get_contents_variation8.php on line 29
441+ bool(false)
442+ -- Iteration 6 --
443+
444+ Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s/file_get_contents_variation8.php on line 29
445+ NULL
446+ -- Iteration 7 --
447+
448+ Warning: file_get_contents() expects parameter 1 to be a valid path, array given in %s/file_get_contents_variation8.php on line 29
449+ NULL
450+ -- Iteration 8 --
451+
452+ Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in %s/file_get_contents_variation8.php on line 29
453+ bool(false)
454+ -- Iteration 9 --
455+
456+ Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s/file_get_contents_variation8.php on line 29
457+ bool(false)
458+
459+ *** Done ***