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

There is 1 diff reported by users for this test.

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