Home
last modified time | relevance | path

Searched refs:requires (Results 1 – 25 of 200) sorted by relevance

12345678

/PHP-5.6/ext/gd/tests/
H A Dbug72604.phpt5 if (!extension_loaded('gd')) die('skip requires ext/gd');
6 if (!(imagetypes() & IMG_PNG)) die('skip requires PNG support');
H A Dbug66387.phpt7 die("skip test requires GD 2.2.1 or higher");
H A Dbug72512.phpt7 die("skip test requires GD 2.2.2 or higher");
H A Dbug72512_0.phpt7 die("skip test requires GD 2.2.2 or higher");
H A Dbug72512_1.phpt7 die("skip test requires GD 2.2.2 or higher");
H A Dbug42434.phpt8 if (!GD_BUNDLED) die("skip requires bundled GD library\n");
H A Dbug43121.phpt7 die("skip test requires GD 2.2.0 or higher");
/PHP-5.6/ext/pdo/tests/
H A Dbug_44159.phpt28 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires fo…
31 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires fo…
34 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires fo…
H A Dbug_44173.phpt70 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the object parameter in …
73 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the colno argument in %s
76 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode requires the classname argument i…
/PHP-5.6/sapi/caudium/
H A DREADME2 much. Due to a design choice it requires _Pike_ threads and a
7 It requires a new Pike 7.0 and Caudium. It will not work with
/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_cbc.phpt17 // a warning must be issued if we don't use a IV on a AES cipher, that usually requires an IV
30 Warning: mcrypt_cbc(): Encryption mode requires an initialization vector of size 16 in %s on line %d
H A Dmcrypt_cfb.phpt17 // a warning must be issued if we don't use a IV on a AES cipher, that usually requires an IV
29 Warning: mcrypt_cfb(): Encryption mode requires an initialization vector of size 16 in %s on line %d
H A Dmcrypt_decrypt.phpt18 // a warning must be issued if we don't use a IV on a AES cipher, that usually requires an IV
25 Warning: mcrypt_decrypt(): Encryption mode requires an initialization vector of size 16 in %s on li…
/PHP-5.6/sapi/apache2handler/
H A Dconfig.w328 WARNING("Apache 2.0 module requires an --enable-zts build of PHP on windows");
26 WARNING("Apache 2.2 module requires an --enable-zts build of PHP on windows");
44 WARNING("Apache 2.4 module requires an --enable-zts build of PHP on windows");
/PHP-5.6/ext/pgsql/tests/
H A D27large_object_oid.phpt7 if (version_compare("8.3", $v["client"]) > 0) die("skip - requires pg client >= 8.3\n");
8 if (version_compare("8.3", $v["server"]) > 0) die("skip - requires pg server >= 8.3\n");
H A D28large_object_import_oid.phpt7 if (version_compare("8.4devel", $v["client"]) > 0) die("skip - requires pg client >= 8.4\n");
8 if (version_compare("8.4devel", $v["server"]) > 0) die("skip - requires pg server >= 8.4\n");
/PHP-5.6/sapi/apache2filter/
H A Dconfig.w328 WARNING("Apache2 module requires an --enable-zts build of PHP on windows");
26 WARNING("Apache2 module requires an --enable-zts build of PHP on windows");
/PHP-5.6/ext/spl/tests/
H A Dspl_iterator_to_array_basic.phpt9 iterator_to_array();//requires iterator as arg
/PHP-5.6/ext/xsl/
H A Dconfig.m412 AC_MSG_ERROR([XSL extension requires LIBXML extension, add --enable-libxml])
16 AC_MSG_ERROR([XSL extension requires DOM extension, add --enable-dom])
/PHP-5.6/ext/reflection/tests/
H A Dbug30146.phpt2 Reflection Bug #30146 (ReflectionProperty->getValue() requires instance for static property)
/PHP-5.6/sapi/isapi/
H A Dconfig.w328 WARNING("ISAPI module requires an --enable-zts build of PHP");
/PHP-5.6/ext/zlib/
H A Dzlib_win32_howto.txt4 The zlib project requires the following files:
/PHP-5.6/ext/dom/tests/
H A Dbug66502.phpt5 if (!extension_loaded('dom')) die('skip requires ext/dom');
/PHP-5.6/ext/posix/tests/
H A Dposix_getgrgid_macosx.phpt12 die('SKIP This test requires MacOSX/Darwin.');
/PHP-5.6/ext/xmlreader/tests/
H A Dbug51936.phpt5 extension_loaded("xmlreader") or die("skip requires xmlreader");

Completed in 25 milliseconds

12345678