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

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

Count Diff
1 (50%)
040+ Notice: file_get_contents(): read of 8192 bytes failed with errno=21 Is a directory in %s/file_get_contents_variation8.php on line 29 041+ 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)
1 (50%)
007+ string(22886) "`configure' configures PHP 7.4.9 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/php] 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+ Program names: 062+ --program-prefix=PREFIX prepend PREFIX to installed program names 063+ --program-suffix=SUFFIX append SUFFIX to installed program names 064+ --program-transform-name=PROGRAM run sed PROGRAM on installed program names 065+ 066+ System types: 067+ --build=BUILD configure for building on BUILD [guessed] 068+ --host=HOST cross-compile to build programs to run on HOST [BUILD] 069+ --target=TARGET configure for building compilers for TARGET [HOST] 071+ Optional Features and Packages: 072+ --disable-option-checking ignore unrecognized --enable/--with options 073+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 074+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 075+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 076+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 077+ --with-libdir=NAME Look for libraries in .../NAME rather than .../lib 078+ --disable-rpath Disable passing additional runtime library search 079+ paths 080+ --enable-re2c-cgoto Enable -g flag to re2c to use computed goto gcc 081+ extension 082+ --disable-gcc-global-regs 083+ whether to enable GCC global register variables 085+ SAPI modules: 087+ --with-apxs2[=FILE] Build shared Apache 2 handler module. FILE is the 088+ optional pathname to the Apache apxs tool [apxs] 089+ --disable-cli Disable building CLI version of PHP (this forces 090+ --without-pear) 091+ --enable-embed[=TYPE] EXPERIMENTAL: Enable building of embedded SAPI 092+ library TYPE is either 'shared' or 'static'. 093+ [TYPE=shared] 094+ --enable-fpm Enable building of the fpm SAPI executable 095+ --with-fpm-user[=USER] Set the user for php-fpm to run as. (default: 096+ nobody) 097+ --with-fpm-group[=GRP] Set the group for php-fpm to run as. For a system 098+ user, this should usually be set to match the fpm 099+ username (default: nobody) 100+ --with-fpm-systemd Activate systemd integration 101+ --with-fpm-acl Use POSIX Access Control Lists 102+ --enable-litespeed Build PHP as litespeed module 103+ --enable-phpdbg Build phpdbg 104+ --enable-phpdbg-webhelper 105+ Build phpdbg web SAPI support 106+ --enable-phpdbg-debug Build phpdbg in debug mode 107+ --enable-phpdbg-readline 108+ Enable readline support in phpdbg (depends on static 109+ ext/readline) 110+ --disable-cgi Disable building CGI version of PHP 111+ --with-valgrind Enable valgrind support 112+ 113+ General settings: 114+ 115+ --enable-gcov Enable GCOV code coverage - FOR DEVELOPERS ONLY!! 116+ --enable-debug Compile with debugging symbols 117+ --enable-rtld-now Use dlopen with RTLD_NOW instead of RTLD_LAZY 118+ --with-layout=TYPE Set how installed files will be laid out. Type can 119+ be either PHP or GNU [PHP] 120+ --with-config-file-path=PATH 121+ Set the path in which to look for php.ini 122+ [PREFIX/lib] 123+ --with-config-file-scan-dir=PATH 124+ Set the path where to scan for configuration files 125+ --enable-sigchild Enable PHP's own SIGCHLD handler 126+ --enable-libgcc Enable explicitly linking against libgcc 127+ --disable-short-tags Disable the short-form <? start tag by default 128+ --enable-dmalloc Enable dmalloc 129+ --disable-ipv6 Disable IPv6 support 130+ --enable-dtrace Enable DTrace support 131+ --enable-fd-setsize Set size of descriptor sets 132+ --enable-werror Enable -Werror 133+ 134+ Extensions: 135+ 136+ --with-EXTENSION=shared[,PATH] 137+ 138+ NOTE: Not all extensions can be build as 'shared'. 139+ 140+ Example: --with-foobar=shared,/usr/local/foobar/ 141+ 142+ o Builds the foobar extension as shared extension. 143+ o foobar package install prefix is /usr/local/foobar/ 144+ 145+ 146+ --disable-all Disable all extensions which are enabled by default 147+ --without-libxml Build without LIBXML support 148+ --with-openssl Include OpenSSL support (requires OpenSSL >= 1.0.1) 149+ --with-kerberos OPENSSL: Include Kerberos support 150+ --with-system-ciphers OPENSSL: Use system default cipher list instead of 151+ hardcoded value 152+ --with-external-pcre Use external library for PCRE support 153+ --with-pcre-jit Enable PCRE JIT functionality 154+ --without-sqlite3 Do not include SQLite3 support. 155+ --with-zlib Include ZLIB support (requires zlib >= 1.2.0.4) 156+ --enable-bcmath Enable bc style precision math functions 157+ --with-bz2[=DIR] Include BZip2 support 158+ --enable-calendar Enable support for calendar conversion 159+ --disable-ctype Disable ctype functions 160+ --with-curl Include cURL support 161+ --enable-dba Build DBA with bundled modules. To build shared DBA 162+ extension use --enable-dba=shared 163+ --with-qdbm[=DIR] DBA: QDBM support 164+ --with-gdbm[=DIR] DBA: GDBM support 165+ --with-ndbm[=DIR] DBA: NDBM support 166+ --with-db4[=DIR] DBA: Oracle Berkeley DB 4.x or 5.x support 167+ --with-db3[=DIR] DBA: Oracle Berkeley DB 3.x support 168+ --with-db2[=DIR] DBA: Oracle Berkeley DB 2.x support 169+ --with-db1[=DIR] DBA: Oracle Berkeley DB 1.x support/emulation 170+ --with-dbm[=DIR] DBA: DBM support 171+ --with-tcadb[=DIR] DBA: Tokyo Cabinet abstract DB support 172+ --with-lmdb[=DIR] DBA: Lightning memory-mapped database support 173+ --without-cdb[=DIR] DBA: CDB support (bundled) 174+ --disable-inifile DBA: INI support (bundled) 175+ --disable-flatfile DBA: FlatFile support (bundled) 176+ --disable-dom Disable DOM support 177+ --with-enchant Include Enchant support 178+ --enable-exif Enable EXIF (metadata from images) support 179+ --with-ffi Include FFI support 180+ --disable-fileinfo Disable fileinfo support 181+ --disable-filter Disable input filter support 182+ --enable-ftp Enable FTP support 183+ --with-openssl-dir FTP: Whether to enable FTP SSL support without 184+ ext/openssl 185+ --enable-gd Include GD support 186+ --with-external-gd Use external libgd 187+ --with-webp GD: Enable WEBP support (only for bundled libgd) 188+ --with-jpeg GD: Enable JPEG support (only for bundled libgd) 189+ --with-xpm GD: Enable XPM support (only for bundled libgd) 190+ --with-freetype GD: Enable FreeType 2 support (only for bundled 191+ libgd) 192+ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support (only 193+ for bundled libgd) 194+ --with-gettext[=DIR] Include GNU gettext support 195+ --with-gmp[=DIR] Include GNU MP support 196+ --with-mhash Include mhash support 197+ --without-iconv[=DIR] Exclude iconv support 198+ --with-imap[=DIR] Include IMAP support. DIR is the c-client install 199+ prefix 200+ --with-kerberos IMAP: Include Kerberos support 201+ --with-imap-ssl IMAP: Include SSL support 202+ --enable-intl Enable internationalization support 203+ --disable-json Disable JavaScript Object Serialization support 204+ --with-ldap[=DIR] Include LDAP support 205+ --with-ldap-sasl LDAP: Build with Cyrus SASL support 206+ --enable-mbstring Enable multibyte string support 207+ --disable-mbregex MBSTRING: Disable multibyte regex support 208+ --with-mysqli[=FILE] Include MySQLi support. FILE is the path to 209+ mysql_config. If no value or mysqlnd is passed as 210+ FILE, the MySQL native driver will be used 211+ --with-mysql-sock[=SOCKPATH] 212+ MySQLi/PDO_MYSQL: Location of the MySQL unix socket 213+ pointer. If unspecified, the default locations are 214+ searched 215+ --with-oci8[=DIR] Include Oracle Database OCI8 support. DIR defaults 216+ to $ORACLE_HOME. Use 217+ --with-oci8=instantclient,/path/to/instant/client/lib 218+ to use an Oracle Instant Client installation 219+ --with-odbcver[=HEX] Force support for the passed ODBC version. A hex 220+ number is expected, default 0x0350. Use the special 221+ value of 0 to prevent an explicit ODBCVER to be 222+ defined. 223+ --with-adabas[=DIR] Include Adabas D support [/usr/local] 224+ --with-sapdb[=DIR] Include SAP DB support [/usr/local] 225+ --with-solid[=DIR] Include Solid support [/usr/local/solid] 226+ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib] 227+ --with-empress[=DIR] Include Empress support $EMPRESSPATH (Empress 228+ Version >= 8.60 required) 229+ --with-empress-bcs[=DIR] 230+ Include Empress Local Access support $EMPRESSPATH 231+ (Empress Version >= 8.60 required) 232+ --with-custom-odbc[=DIR] 233+ Include user defined ODBC support. DIR is ODBC 234+ install base directory [/usr/local]. Make sure to 235+ define CUSTOM_ODBC_LIBS and have some odbc.h in your 236+ include dirs. For example, you should define 237+ following for Sybase SQL Anywhere 5.5.00 on QNX, 238+ prior to running this configure script: 239+ CPPFLAGS="-DODBC_QNX -DSQLANY_BUG" LDFLAGS=-lunix 240+ CUSTOM_ODBC_LIBS="-ldblib -lodbc" 241+ --with-iodbc Include iODBC support 242+ --with-esoob[=DIR] Include Easysoft OOB support 243+ [/usr/local/easysoft/oob/client] 244+ --with-unixODBC Include unixODBC support 245+ --with-dbmaker[=DIR] Include DBMaker support 246+ --disable-opcache Disable Zend OPcache support 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 252+ directory 253+ --with-pdo-firebird[=DIR] 254+ PDO: Firebird support. DIR is the Firebird base 255+ install directory [/opt/firebird] 256+ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory. 257+ If no value or mysqlnd is passed as DIR, the MySQL 258+ native driver will be used 259+ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix 260+ --with-pdo-oci[=DIR] PDO: Oracle OCI support. DIR defaults to 261+ $ORACLE_HOME. Use 262+ --with-pdo-oci=instantclient,/path/to/instant/client/lib 263+ for an Oracle Instant Client installation. 264+ --with-pdo-odbc=flavour,dir 265+ PDO: Support for 'flavour' ODBC driver. The include 266+ and lib dirs are looked for under 'dir'. The 267+ 'flavour' can be one of: ibm-db2, iODBC, unixODBC, 268+ generic. If ',dir' part is omitted, default for the 269+ flavour you have selected will be used. e.g.: 270+ --with-pdo-odbc=unixODBC will check for unixODBC 271+ under /usr/local. You may attempt to use an 272+ otherwise unsupported driver using the 'generic' 273+ flavour. The syntax for generic ODBC support is: 274+ --with-pdo-odbc=generic,dir,libname,ldflags,cflags. 275+ When built as 'shared' the extension filename is 276+ always pdo_odbc.so 277+ --with-pdo-pgsql[=DIR] PDO: PostgreSQL support. DIR is the PostgreSQL base 278+ install directory or the path to pg_config 279+ --without-pdo-sqlite PDO: sqlite 3 support. 280+ --with-pgsql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL 281+ base install directory or the path to pg_config 282+ --disable-phar Disable phar support 283+ --disable-posix Disable POSIX-like functions 284+ --with-pspell[=DIR] Include PSPELL support. GNU Aspell version 0.50.0 or 285+ higher required 286+ --with-libedit Include libedit readline replacement (CLI/CGI only) 287+ --with-readline[=DIR] Include readline support (CLI/CGI only) 288+ --disable-session Disable session support 289+ --with-mm[=DIR] SESSION: Include mm support for session storage 290+ --enable-shmop Enable shmop support 291+ --disable-simplexml Disable SimpleXML support 292+ --with-snmp[=DIR] Include SNMP support 293+ --enable-soap Enable SOAP support 294+ --enable-sockets Enable sockets support 295+ --with-sodium Include sodium support 296+ --with-password-argon2[=DIR] 297+ Include Argon2 support in password_*. DIR is the 298+ Argon2 shared library path 299+ --enable-sysvmsg Enable sysvmsg support 300+ --enable-sysvsem Enable System V semaphore support 301+ --enable-sysvshm Enable the System V shared memory support 302+ --with-tidy[=DIR] Include TIDY support 303+ --disable-tokenizer Disable tokenizer support 304+ --disable-xml Disable XML support 305+ --with-expat XML: use expat instead of libxml2 306+ --disable-xmlreader Disable XMLReader support 307+ --with-xmlrpc[=DIR] Include XMLRPC-EPI support 308+ --with-expat XMLRPC-EPI: use expat instead of libxml2 309+ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI 310+ --disable-xmlwriter Disable XMLWriter support 311+ --with-xsl Build with XSL support 312+ --enable-zend-test Enable zend-test extension 313+ --with-zip Include Zip read/write support 314+ --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly 315+ when required by other extensions 316+ --disable-mysqlnd-compression-support 317+ Disable support for the MySQL compressed protocol in 318+ mysqlnd 319+ 320+ PEAR: 321+ 322+ --with-pear[=DIR] Install PEAR in DIR [PREFIX/lib/php] 323+ 324+ Zend: 325+ 326+ --enable-maintainer-zts Enable thread safety - for code maintainers only!! 327+ --disable-inline-optimization 328+ If building zend_execute.lo fails, try this switch 329+ --disable-zend-signals whether to enable zend signal handling 330+ 331+ TSRM: 332+ 333+ --with-tsrm-pth[=pth-config] 334+ Use GNU Pth 335+ --with-tsrm-st Use SGI's State Threads 336+ --with-tsrm-pthreads Use POSIX threads (default) 337+ 338+ Libtool: 339+ 340+ --enable-shared=PKGS Build shared libraries default=yes 341+ --enable-static=PKGS Build static libraries default=yes 342+ --enable-fast-install=PKGS 343+ Optimize for fast installation default=yes 344+ --with-gnu-ld Assume the C compiler uses GNU ld default=no 345+ --disable-libtool-lock Avoid locking (might break parallel builds) 346+ --with-pic Try to use only PIC/non-PIC objects default=use both 347+ --with-tags=TAGS Include additional configurations automatic 348+ 349+ 350+ Some influential environment variables: 351+ PKG_CONFIG path to pkg-config utility 352+ PKG_CONFIG_PATH 353+ directories to add to pkg-config's search path 354+ PKG_CONFIG_LIBDIR 355+ path overriding pkg-config's built-in search path 356+ CC C compiler command 357+ CFLAGS C compiler flags 358+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 359+ nonstandard directory <lib dir> 360+ LIBS libraries to pass to the linker, e.g. -l<library> 361+ CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 362+ you have headers in a nonstandard directory <include dir> 363+ CPP C preprocessor 364+ SYSTEMD_CFLAGS 365+ C compiler flags for SYSTEMD, overriding pkg-config 366+ SYSTEMD_LIBS 367+ linker flags for SYSTEMD, overriding pkg-config 368+ VALGRIND_CFLAGS 369+ C compiler flags for VALGRIND, overriding pkg-config 370+ VALGRIND_LIBS 371+ linker flags for VALGRIND, overriding pkg-config 372+ LIBXML_CFLAGS 373+ C compiler flags for LIBXML, overriding pkg-config 374+ LIBXML_LIBS linker flags for LIBXML, overriding pkg-config 375+ KERBEROS_CFLAGS 376+ C compiler flags for KERBEROS, overriding pkg-config 377+ KERBEROS_LIBS 378+ linker flags for KERBEROS, overriding pkg-config 379+ OPENSSL_CFLAGS 380+ C compiler flags for OPENSSL, overriding pkg-config 381+ OPENSSL_LIBS 382+ linker flags for OPENSSL, overriding pkg-config 383+ PCRE2_CFLAGS 384+ C compiler flags for PCRE2, overriding pkg-config 385+ PCRE2_LIBS linker flags for PCRE2, overriding pkg-config 386+ SQLITE_CFLAGS 387+ C compiler flags for SQLITE, overriding pkg-config 388+ SQLITE_LIBS linker flags for SQLITE, overriding pkg-config 389+ ZLIB_CFLAGS C compiler flags for ZLIB, overriding pkg-config 390+ ZLIB_LIBS linker flags for ZLIB, overriding pkg-config 391+ CURL_CFLAGS C compiler flags for CURL, overriding pkg-config 392+ CURL_LIBS linker flags for CURL, overriding pkg-config 393+ CURL_FEATURES 394+ value of supported_features for libcurl, overriding pkg-config 395+ ENCHANT_CFLAGS 396+ C compiler flags for ENCHANT, overriding pkg-config 397+ ENCHANT_LIBS 398+ linker flags for ENCHANT, overriding pkg-config 399+ FFI_CFLAGS C compiler flags for FFI, overriding pkg-config 400+ FFI_LIBS linker flags for FFI, overriding pkg-config 401+ PNG_CFLAGS C compiler flags for PNG, overriding pkg-config 402+ PNG_LIBS linker flags for PNG, overriding pkg-config 403+ WEBP_CFLAGS C compiler flags for WEBP, overriding pkg-config 404+ WEBP_LIBS linker flags for WEBP, overriding pkg-config 405+ JPEG_CFLAGS C compiler flags for JPEG, overriding pkg-config 406+ JPEG_LIBS linker flags for JPEG, overriding pkg-config 407+ XPM_CFLAGS C compiler flags for XPM, overriding pkg-config 408+ XPM_LIBS linker flags for XPM, overriding pkg-config 409+ FREETYPE2_CFLAGS 410+ C compiler flags for FREETYPE2, overriding pkg-config 411+ FREETYPE2_LIBS 412+ linker flags for FREETYPE2, overriding pkg-config 413+ GDLIB_CFLAGS 414+ C compiler flags for GDLIB, overriding pkg-config 415+ GDLIB_LIBS linker flags for GDLIB, overriding pkg-config 416+ ICU_CFLAGS C compiler flags for ICU, overriding pkg-config 417+ ICU_LIBS linker flags for ICU, overriding pkg-config 418+ CXX C++ compiler command 419+ CXXFLAGS C++ compiler flags 420+ CXXCPP C++ preprocessor 421+ SASL_CFLAGS C compiler flags for SASL, overriding pkg-config 422+ SASL_LIBS linker flags for SASL, overriding pkg-config 423+ ONIG_CFLAGS C compiler flags for ONIG, overriding pkg-config 424+ ONIG_LIBS linker flags for ONIG, overriding pkg-config 425+ ODBC_CFLAGS C compiler flags for ODBC, overriding pkg-config 426+ ODBC_LIBS linker flags for ODBC, overriding pkg-config 427+ EDIT_CFLAGS C compiler flags for EDIT, overriding pkg-config 428+ EDIT_LIBS linker flags for EDIT, overriding pkg-config 429+ LIBSODIUM_CFLAGS 430+ C compiler flags for LIBSODIUM, overriding pkg-config 431+ LIBSODIUM_LIBS 432+ linker flags for LIBSODIUM, overriding pkg-config 433+ EXPAT_CFLAGS 434+ C compiler flags for EXPAT, overriding pkg-config 435+ EXPAT_LIBS linker flags for EXPAT, overriding pkg-config 436+ XSL_CFLAGS C compiler flags for XSL, overriding pkg-config 437+ XSL_LIBS linker flags for XSL, overriding pkg-config 438+ EXSLT_CFLAGS 439+ C compiler flags for EXSLT, overriding pkg-config 440+ EXSLT_LIBS linker flags for EXSLT, overriding pkg-config 441+ LIBZIP_CFLAGS 442+ C compiler flags for LIBZIP, overriding pkg-config 443+ LIBZIP_LIBS linker flags for LIBZIP, overriding pkg-config 444+ 445+ Use these variables to override the choices made by `configure' or to help 446+ it to find libraries and programs with nonstandard names/locations. 447+ 448+ Report bugs to <https://bugs.php.net>. 449+ PHP home page: <https://www.php.net>. 450+ " 451+ -- Iteration 2 -- 452+ 453+ Warning: file_get_contents(): Filename cannot be empty in %s/file_get_contents_variation8.php on line 29 454+ bool(false) 455+ -- Iteration 3 -- 456+ 457+ Warning: file_get_contents(): Filename cannot be empty in %s/file_get_contents_variation8.php on line 29 458+ bool(false) 459+ -- Iteration 4 -- 460+ 461+ Warning: file_get_contents(): Filename cannot be empty in %s/file_get_contents_variation8.php on line 29 462+ bool(false) 463+ -- Iteration 5 -- 464+ 465+ Warning: file_get_contents( ): failed to open stream: No such file or directory in %s/file_get_contents_variation8.php on line 29 466+ bool(false) 467+ -- Iteration 6 -- 468+ 469+ Warning: file_get_contents() expects parameter 1 to be a valid path, string given in %s/file_get_contents_variation8.php on line 29 470+ NULL 471+ -- Iteration 7 -- 472+ 473+ Warning: file_get_contents() expects parameter 1 to be a valid path, array given in %s/file_get_contents_variation8.php on line 29 474+ NULL 475+ -- Iteration 8 -- 476+ 477+ 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 478+ bool(false) 479+ -- Iteration 9 -- 480+ 481+ 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 482+ bool(false) 483+ 484+ *** Done ***