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

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
039+ string(0) ""
040- Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s on line %d
041- bool(false)
042-
1 (33%)
007+ string(20785) "`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
076+ --disable-gcc-global-regs
077+ whether to enable GCC global register variables
079+ SAPI modules:
081+ --with-apxs2=FILE Build shared Apache 2.0 Handler module. FILE is the optional
082+ pathname to the Apache apxs tool apxs
083+ --disable-cli Disable building CLI version of PHP
084+ (this forces --without-pear)
085+ --enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library
086+ TYPE is either 'shared' or 'static'. TYPE=shared
087+ --enable-fpm Enable building of the fpm SAPI executable
088+ --with-fpm-user=USER Set the user for php-fpm to run as. (default: nobody)
089+ --with-fpm-group=GRP Set the group for php-fpm to run as. For a system user, this
090+ should usually be set to match the fpm username (default: nobody)
091+ --with-fpm-systemd Activate systemd integration
092+ --with-fpm-acl Use POSIX Access Control Lists
093+ --with-litespeed Build PHP as litespeed module
094+ --enable-phpdbg Build phpdbg
095+ --enable-phpdbg-webhelper Build phpdbg web SAPI support
096+ --enable-phpdbg-debug Build phpdbg in debug mode
097+ --disable-cgi Disable building CGI version of PHP
098+ --with-valgrind=DIR Enable valgrind support
099+
100+ General settings:
101+
102+ --enable-gcov Enable GCOV code coverage (requires LTP) - FOR DEVELOPERS ONLY!!
103+ --enable-debug Compile with debugging symbols
104+ --with-layout=TYPE Set how installed files will be laid out. Type can
105+ be either PHP or GNU [PHP]
106+ --with-config-file-path=PATH
107+ Set the path in which to look for php.ini [PREFIX/lib]
108+ --with-config-file-scan-dir=PATH
109+ Set the path where to scan for configuration files
110+ --enable-sigchild Enable PHP's own SIGCHLD handler
111+ --enable-libgcc Enable explicitly linking against libgcc
112+ --disable-short-tags Disable the short-form <? start tag by default
113+ --enable-dmalloc Enable dmalloc
114+ --disable-ipv6 Disable IPv6 support
115+ --enable-dtrace Enable DTrace support
116+ --enable-fd-setsize Set size of descriptor sets
117+
118+ Extensions:
119+
120+ --with-EXTENSION=shared[,PATH]
121+
122+ NOTE: Not all extensions can be build as 'shared'.
123+
124+ Example: --with-foobar=shared,/usr/local/foobar/
125+
126+ o Builds the foobar extension as shared extension.
127+ o foobar package install prefix is /usr/local/foobar/
128+
129+
130+ --disable-all Disable all extensions which are enabled by default
131+
132+ --disable-libxml Disable LIBXML support
133+ --with-libxml-dir=DIR LIBXML: libxml2 install prefix
134+ --with-openssl=DIR Include OpenSSL support (requires OpenSSL >= 1.0.1)
135+ --with-kerberos=DIR OPENSSL: Include Kerberos support
136+ --with-system-ciphers OPENSSL: Use system default cipher list instead of hardcoded value
137+ --with-pcre-regex=DIR Include Perl Compatible Regular Expressions support.
138+ DIR is the PCRE install prefix BUNDLED
139+ --with-pcre-jit Enable PCRE JIT functionality (BUNDLED only)
140+ --with-pcre-valgrind=DIR
141+ Enable PCRE valgrind support. Developers only!
142+ --without-sqlite3=DIR Do not include SQLite3 support. DIR is the prefix to
143+ SQLite3 installation directory.
144+ --with-zlib=DIR Include ZLIB support (requires zlib >= 1.2.0.4)
145+ --with-zlib-dir=<DIR> Define the location of zlib install directory
146+ --enable-bcmath Enable bc style precision math functions
147+ --with-bz2=DIR Include BZip2 support
148+ --enable-calendar Enable support for calendar conversion
149+ --disable-ctype Disable ctype functions
150+ --with-curl=DIR Include cURL support
151+ --enable-dba Build DBA with bundled modules. To build shared DBA
152+ extension use --enable-dba=shared
153+ --with-qdbm=DIR DBA: QDBM support
154+ --with-gdbm=DIR DBA: GDBM support
155+ --with-ndbm=DIR DBA: NDBM support
156+ --with-db4=DIR DBA: Oracle Berkeley DB 4.x or 5.x support
157+ --with-db3=DIR DBA: Oracle Berkeley DB 3.x support
158+ --with-db2=DIR DBA: Oracle Berkeley DB 2.x support
159+ --with-db1=DIR DBA: Oracle Berkeley DB 1.x support/emulation
160+ --with-dbm=DIR DBA: DBM support
161+ --with-tcadb=DIR DBA: Tokyo Cabinet abstract DB support
162+ --with-lmdb=DIR DBA: Lightning memory-mapped database support
163+ --without-cdb=DIR DBA: CDB support (bundled)
164+ --disable-inifile DBA: INI support (bundled)
165+ --disable-flatfile DBA: FlatFile support (bundled)
166+ --disable-dom Disable DOM support
167+ --with-libxml-dir=DIR DOM: libxml2 install prefix
168+ --with-enchant=DIR Include enchant support.
169+ GNU Aspell version 1.1.3 or higher required.
170+ --enable-exif Enable EXIF (metadata from images) support
171+ --disable-fileinfo Disable fileinfo support
172+ --disable-filter Disable input filter support
173+ --with-pcre-dir FILTER: pcre install prefix
174+ --enable-ftp Enable FTP support
175+ --with-openssl-dir=DIR FTP: openssl install prefix
176+ --with-gd=DIR Include GD support. DIR is the GD library base
177+ install directory BUNDLED
178+ --with-webp-dir=DIR GD: Set the path to libwebp install prefix
179+ --with-jpeg-dir=DIR GD: Set the path to libjpeg install prefix
180+ --with-png-dir=DIR GD: Set the path to libpng install prefix
181+ --with-zlib-dir=DIR GD: Set the path to libz install prefix
182+ --with-xpm-dir=DIR GD: Set the path to libXpm install prefix
183+ --with-freetype-dir=DIR GD: Set the path to FreeType 2 install prefix
184+ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support
185+ --with-gettext=DIR Include GNU gettext support
186+ --with-gmp=DIR Include GNU MP support
187+ --with-mhash=DIR Include mhash support
188+ --disable-hash Disable hash support
189+ --without-iconv=DIR Exclude iconv support
190+ --with-imap=DIR Include IMAP support. DIR is the c-client install prefix
191+ --with-kerberos=DIR IMAP: Include Kerberos support. DIR is the Kerberos install prefix
192+ --with-imap-ssl=DIR IMAP: Include SSL support. DIR is the OpenSSL install prefix
193+ --with-interbase=DIR Include Firebird support. DIR is the Firebird base
194+ install directory /opt/firebird
195+ --enable-intl Enable internationalization support
196+ --with-icu-dir=DIR Specify where ICU libraries and headers can be found
197+ --disable-json Disable JavaScript Object Serialization support
198+ --with-ldap=DIR Include LDAP support
199+ --with-ldap-sasl=DIR LDAP: Include Cyrus SASL support
200+ --enable-mbstring Enable multibyte string support
201+ --disable-mbregex MBSTRING: Disable multibyte regex support
202+ --disable-mbregex-backtrack
203+ MBSTRING: Disable multibyte regex backtrack check
204+ --with-libmbfl=DIR MBSTRING: Use external libmbfl. DIR is the libmbfl base
205+ install directory BUNDLED
206+ --with-onig=DIR MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
207+ If DIR is not set, the bundled oniguruma will be used
208+ --with-mysqli=FILE Include MySQLi support. FILE is the path
209+ to mysql_config. If no value or mysqlnd is passed
210+ as FILE, the MySQL native driver will be used
211+ --enable-embedded-mysqli
212+ MYSQLi: Enable embedded support
213+ Note: Does not work with MySQL native driver!
214+ --with-mysql-sock=SOCKPATH
215+ MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
216+ If unspecified, the default locations are searched
217+ --with-oci8=DIR Include Oracle Database OCI8 support. DIR defaults to $ORACLE_HOME.
218+ Use --with-oci8=instantclient,/path/to/instant/client/lib
219+ to use an Oracle Instant Client installation
220+ --with-odbcver=HEX Force support for the passed ODBC version. A hex number is expected, default 0x0350.
221+ Use the special value of 0 to prevent an explicit ODBCVER to be defined.
222+ --with-adabas=DIR Include Adabas D support /usr/local
223+ --with-sapdb=DIR Include SAP DB support /usr/local
224+ --with-solid=DIR Include Solid support /usr/local/solid
225+ --with-ibm-db2=DIR Include IBM DB2 support /home/db2inst1/sqllib
226+ --with-ODBCRouter=DIR Include ODBCRouter.com support /usr
227+ --with-empress=DIR Include Empress support \$EMPRESSPATH
228+ (Empress Version >= 8.60 required)
229+ --with-empress-bcs=DIR
230+ Include Empress Local Access support \$EMPRESSPATH
231+ (Empress Version >= 8.60 required)
232+ --with-birdstep=DIR Include Birdstep support /usr/local/birdstep
233+ --with-custom-odbc=DIR Include user defined ODBC support. DIR is ODBC install base
234+ directory /usr/local. Make sure to define CUSTOM_ODBC_LIBS and
235+ have some odbc.h in your include dirs. f.e. you should define
236+ following for Sybase SQL Anywhere 5.5.00 on QNX, prior to
237+ running this configure script:
238+ CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
239+ LDFLAGS=-lunix
240+ CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"
241+ --with-iodbc=DIR Include iODBC support /usr/local
242+ --with-esoob=DIR Include Easysoft OOB support /usr/local/easysoft/oob/client
243+ --with-unixODBC=DIR Include unixODBC support /usr/local
244+ --with-dbmaker=DIR Include DBMaker support
245+ --disable-opcache Disable Zend OPcache support
246+ --disable-opcache-file Disable file based caching
247+ --disable-huge-code-pages
248+ Disable copying PHP CODE pages into HUGE PAGES
249+ --enable-pcntl Enable pcntl support (CLI/CGI only)
250+ --disable-pdo Disable PHP Data Objects support
251+ --with-pdo-dblib=DIR PDO: DBLIB-DB support. DIR is the FreeTDS home directory
252+ --with-pdo-firebird=DIR PDO: Firebird support. DIR is the Firebird base
253+ install directory /opt/firebird
254+ --with-pdo-mysql=DIR PDO: MySQL support. DIR is the MySQL base directory
255+ If no value or mysqlnd is passed as DIR, the
256+ MySQL native driver will be used
257+ --with-zlib-dir=DIR PDO_MySQL: Set the path to libz install prefix
258+ --with-pdo-oci=DIR PDO: Oracle OCI support. DIR defaults to $ORACLE_HOME.
259+ Use --with-pdo-oci=instantclient,/path/to/instant/client/lib
260+ for an Oracle Instant Client installation.
261+ --with-pdo-odbc=flavour,dir
262+ PDO: Support for 'flavour' ODBC driver.
263+ include and lib dirs are looked for under 'dir'.
264+
265+ 'flavour' can be one of: ibm-db2, iODBC, unixODBC, generic
266+ If ',dir' part is omitted, default for the flavour
267+ you have selected will be used. e.g.:
268+
269+ --with-pdo-odbc=unixODBC
270+
271+ will check for unixODBC under /usr/local. You may attempt
272+ to use an otherwise unsupported driver using the \"generic\"
273+ flavour. The syntax for generic ODBC support is:
274+
275+ --with-pdo-odbc=generic,dir,libname,ldflags,cflags
276+
277+ When built as 'shared' the extension filename is always pdo_odbc.so
278+ --with-pdo-pgsql=DIR PDO: PostgreSQL support. DIR is the PostgreSQL base
279+ install directory or the path to pg_config
280+ --without-pdo-sqlite=DIR
281+ PDO: sqlite 3 support. DIR is the sqlite base
282+ install directory BUNDLED
283+ --with-pgsql=DIR Include PostgreSQL support. DIR is the PostgreSQL
284+ base install directory or the path to pg_config
285+ --disable-phar Disable phar support
286+ --disable-posix Disable POSIX-like functions
287+ --with-pspell=DIR Include PSPELL support.
288+ GNU Aspell version 0.50.0 or higher required
289+ --with-libedit=DIR Include libedit readline replacement (CLI/CGI only)
290+ --with-readline=DIR Include readline support (CLI/CGI only)
291+ --with-recode=DIR Include recode support
292+ --disable-session Disable session support
293+ --with-mm=DIR SESSION: Include mm support for session storage
294+ --enable-shmop Enable shmop support
295+ --disable-simplexml Disable SimpleXML support
296+ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix
297+ --with-snmp=DIR Include SNMP support
298+ --with-openssl-dir=DIR SNMP: openssl install prefix
299+ --enable-soap Enable SOAP support
300+ --with-libxml-dir=DIR SOAP: libxml2 install prefix
301+ --enable-sockets Enable sockets support
302+ --with-sodium=DIR Include sodium support
303+ --with-password-argon2=DIR Include Argon2 support in password_*. DIR is the Argon2 shared library path]
304+ --enable-sysvmsg Enable sysvmsg support
305+ --enable-sysvsem Enable System V semaphore support
306+ --enable-sysvshm Enable the System V shared memory support
307+ --with-tidy=DIR Include TIDY support
308+ --disable-tokenizer Disable tokenizer support
309+ --enable-wddx Enable WDDX support
310+ --with-libxml-dir=DIR WDDX: libxml2 install prefix
311+ --with-libexpat-dir=DIR WDDX: libexpat dir for XMLRPC-EPI (deprecated)
312+ --disable-xml Disable XML support
313+ --with-libxml-dir=DIR XML: libxml2 install prefix
314+ --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)
315+ --disable-xmlreader Disable XMLReader support
316+ --with-libxml-dir=DIR XMLReader: libxml2 install prefix
317+ --with-xmlrpc=DIR Include XMLRPC-EPI support
318+ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix
319+ --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)
320+ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI
321+ --disable-xmlwriter Disable XMLWriter support
322+ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix
323+ --with-xsl=DIR Include XSL support. DIR is the libxslt base
324+ install directory (libxslt >= 1.1.0 required)
325+ --enable-zend-test Enable zend-test extension
326+ --enable-zip Include Zip read/write support
327+ --with-zlib-dir=DIR ZIP: Set the path to libz install prefix
328+ --with-pcre-dir ZIP: pcre install prefix
329+ --with-libzip=DIR ZIP: use libzip
330+ --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly
331+ when required by other extensions
332+ --disable-mysqlnd-compression-support
333+ Disable support for the MySQL compressed protocol in mysqlnd
334+ --with-zlib-dir=DIR mysqlnd: Set the path to libz install prefix
335+
336+ PEAR:
337+
338+ --with-pear=DIR Install PEAR in DIR [PREFIX/lib/php]
339+ --without-pear Do not install PEAR
340+
341+ Zend:
342+
343+ --enable-maintainer-zts Enable thread safety - for code maintainers only!!
344+ --disable-inline-optimization
345+ If building zend_execute.lo fails, try this switch
346+ --disable-zend-signals whether to enable zend signal handling
347+
348+ TSRM:
349+
350+ --with-tsrm-pth=pth-config
351+ Use GNU Pth
352+ --with-tsrm-st Use SGI's State Threads
353+ --with-tsrm-pthreads Use POSIX threads (default)
354+
355+ Libtool:
356+
357+ --enable-shared=PKGS Build shared libraries default=yes
358+ --enable-static=PKGS Build static libraries default=yes
359+ --enable-fast-install=PKGS
360+ Optimize for fast installation default=yes
361+ --with-gnu-ld Assume the C compiler uses GNU ld default=no
362+ --disable-libtool-lock Avoid locking (might break parallel builds)
363+ --with-pic Try to use only PIC/non-PIC objects default=use both
364+ --with-tags=TAGS Include additional configurations automatic
365+
366+
367+ Some influential environment variables:
368+ CC C compiler command
369+ CFLAGS C compiler flags
370+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
371+ nonstandard directory <lib dir>
372+ LIBS libraries to pass to the linker, e.g. -l<library>
373+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
374+ you have headers in a nonstandard directory <include dir>
375+ CPP C preprocessor
376+ YACC The `Yet Another Compiler Compiler' implementation to use.
377+ Defaults to the first program found out of: `bison -y', `byacc',
378+ `yacc'.
379+ YFLAGS The list of arguments that will be passed by default to $YACC.
380+ This script will default YFLAGS to the empty string to avoid a
381+ default value of `-d' given by some make applications.
382+ CXX C++ compiler command
383+ CXXFLAGS C++ compiler flags
384+ CXXCPP C++ preprocessor
385+
386+ Use these variables to override the choices made by `configure' or to help
387+ it to find libraries and programs with nonstandard names/locations.
388+
389+ Report bugs to the package provider.
390+ "
391+ -- Iteration 2 --
392+
393+ Warning: file_get_contents(): Filename cannot be empty in %s/file_get_contents_variation8.php on line 29
394+ bool(false)
395+ -- Iteration 3 --
396+
397+ Warning: file_get_contents(): Filename cannot be empty in %s/file_get_contents_variation8.php on line 29
398+ bool(false)
399+ -- Iteration 4 --
400+
401+ Warning: file_get_contents(): Filename cannot be empty in %s/file_get_contents_variation8.php on line 29
402+ bool(false)
403+ -- Iteration 5 --
404+
405+ Warning: file_get_contents( ): failed to open stream: No such file or directory in %s/file_get_contents_variation8.php on line 29
406+ bool(false)
407+ -- Iteration 6 --
408+
409+ Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s/file_get_contents_variation8.php on line 29
410+ NULL
411+ -- Iteration 7 --
412+
413+ Warning: file_get_contents() expects parameter 1 to be a valid path, array given in %s/file_get_contents_variation8.php on line 29
414+ NULL
415+ -- Iteration 8 --
416+
417+ 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
418+ bool(false)
419+ -- Iteration 9 --
420+
421+ 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
422+ bool(false)
423+
424+ *** Done ***