Home
last modified time | relevance | path

Searched refs:no (Results 76 – 100 of 1386) sorted by relevance

12345678910>>...56

/PHP-7.4/ext/xsl/
H A Dconfig.m46 if test "$PHP_XSL" != "no"; then
8 if test "$PHP_LIBXML" = "no"; then
12 if test "$PHP_DOM" = "no"; then
/PHP-7.4/ext/standard/tests/file/
H A Dfilegroup_error.phpt12 var_dump( filegroup("/no/such/file/dir") );
18 /* Invalid no.of arguments */
20 var_dump( filegroup("/no/such/file", "root") ); // args > expected
27 Warning: filegroup(): stat failed for /no/such/file/dir in %s on line %d
H A Dfilesize_error.phpt14 var_dump( filesize("/no/such/file") );
15 var_dump( filesize("/no/such/dir") );
28 Warning: filesize(): stat failed for /no/such/file in %s on line %d
31 Warning: filesize(): stat failed for /no/such/dir in %s on line %d
H A Dfileowner_error.phpt12 var_dump( fileowner("/no/such/file/dir") );
18 /* Invalid no.of arguments */
20 var_dump( fileowner("/no/such/file", "root") ); // args > expected
27 Warning: fileowner(): stat failed for /no/such/file/dir in %s on line %d
/PHP-7.4/Zend/tests/
H A Dbug26281.phpt8 echo "no crash\n";
13 no crash
/PHP-7.4/ext/date/tests/
H A Ddate_get_last_errors_basic.phpt10 var_dump(date_get_last_errors()); // no date was parsed, so no errors
H A Ddate_default_timezone_set_error.phpt12 echo "\n-- Testing date_default_timezone_set() function with less than expected no. of arguments --…
15 echo "\n-- Testing date_default_timezone_set() function with more than expected no. of arguments --…
27 -- Testing date_default_timezone_set() function with less than expected no. of arguments --
32 -- Testing date_default_timezone_set() function with more than expected no. of arguments --
/PHP-7.4/ext/exif/
H A Dconfig.w323 ARG_ENABLE('exif', 'Exchangeable image information (EXIF) Support', 'no');
5 if(PHP_EXIF != 'no')
/PHP-7.4/sapi/embed/
H A Dconfig.w323 ARG_ENABLE('embed', 'Embedded SAPI library', 'no');
7 if (PHP_EMBED != "no") {
/PHP-7.4/ext/standard/tests/strings/
H A Dunpack_error.phpt13 echo "\n-- Testing unpack() function with no arguments --\n";
16 echo "\n-- Testing unpack() function with more than expected no. of arguments --\n";
28 -- Testing unpack() function with no arguments --
33 -- Testing unpack() function with more than expected no. of arguments --
H A Dsscanf_error.phpt15 echo "\n-- Testing sscanf() function with no arguments --\n";
21 echo "\n-- Testing sscanf() function with more than expected no. of arguments --\n";
30 -- Testing sscanf() function with no arguments --
40 -- Testing sscanf() function with more than expected no. of arguments --
/PHP-7.4/ext/mysqli/
H A Dconfig.m424 AC_MSG_RESULT([no])
31 [Include MySQLi support. FILE is the path to mysql_config. If no value or
40 [no],
41 [no])
47 elif test "$PHP_MYSQLI" != "no"; then
91 if test "$PHP_MYSQLI" != "no"; then
93 if test "$PHP_MYSQL_SOCK" != "no" && test "$PHP_MYSQL_SOCK" != "yes"; then
100 AC_MSG_RESULT([no])
H A Dconfig.w325 // client library to connect to the MySQL server, i.e. no external MySQL
8 ARG_WITH("mysqli", "MySQLi support", "no");
10 if (PHP_MYSQLI != "no") {
41 PHP_MYSQLI = "no"
/PHP-7.4/ext/phar/
H A Dconfig.m47 if test "$PHP_PHAR" != "no"; then
11 AC_MSG_RESULT([no (shared openssl)])
17 AC_MSG_RESULT([no])
/PHP-7.4/ext/xmlrpc/
H A Dconfig.w323 ARG_WITH("xmlrpc", "XMLRPC-EPI support", "no");
5 if (PHP_XMLRPC != "no") {
18 PHP_XMLRPC = "no";
/PHP-7.4/ext/pdo_sqlite/
H A Dconfig.m47 if test "$PHP_PDO_SQLITE" != "no"; then
9 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
/PHP-7.4/ext/readline/
H A Dconfig.m46 if test "$PHP_LIBEDIT" = "no"; then
14 php_with_readline=no
17 if test "$PHP_READLINE" && test "$PHP_READLINE" != "no"; then
81 elif test "$PHP_LIBEDIT" != "no"; then
139 if test "$PHP_READLINE" != "no" || test "$PHP_LIBEDIT" != "no"; then
/PHP-7.4/ext/spl/tests/
H A Diterator_067.phpt10 echo "no exception";
16 no exception
/PHP-7.4/ext/pdo_mysql/
H A Dconfig.m44 [PDO: MySQL support. DIR is the MySQL base directory. If no value or mysqlnd
12 [no],
13 [no])
16 if test "$PHP_PDO_MYSQL" != "no"; then
20 if test "$PHP_MYSQL_SOCK" != "no" && test "$PHP_MYSQL_SOCK" != "yes"; then
27 AC_MSG_RESULT([no])
30 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
97 if test "$PHP_ZLIB_DIR" != "no"; then
/PHP-7.4/ext/openssl/
H A Dconfig.w323 ARG_WITH("openssl", "OpenSSL support", "no,shared");
5 if (PHP_OPENSSL != "no") {
/PHP-7.4/ext/session/
H A Dconfig.m411 [no],
12 [no])
14 if test "$PHP_SESSION" != "no"; then
25 if test "$PHP_MM" != "no"; then
/PHP-7.4/ext/pdo_dblib/
H A Dconfig.w323 ARG_WITH("pdo-dblib", "freetds dblib (Sybase, MS-SQL) support for PDO", "no");
5 if (PHP_PDO_DBLIB != "no") {
21 ARG_WITH("pdo-mssql", "Native MS-SQL support for PDO", "no");
23 if (PHP_PDO_MSSQL != "no") {
/PHP-7.4/tests/output/
H A Dob_start_error_002.phpt18 var_dump(ob_start("C::no"));
19 var_dump(ob_start("no"));
33 Warning: ob_start(): class 'C' does not have a method 'no' in %s on line 15
38 Warning: ob_start(): function 'no' not found or invalid function name in %s on line 16
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_key_error.phpt16 echo "\n-- Testing array_intersect_key() function with less than expected no. of arguments --\n";
20 echo "\n-- Testing array_intersect_key() function with no arguments --\n";
27 -- Testing array_intersect_key() function with less than expected no. of arguments --
32 -- Testing array_intersect_key() function with no arguments --
/PHP-7.4/ext/exif/tests/
H A Dexif_imagetype_error.phpt15 echo "\n-- Testing exif_imagetype() function with no arguments --\n";
18 echo "\n-- Testing exif_imagetype() function with more than expected no. of arguments --\n";
31 -- Testing exif_imagetype() function with no arguments --
36 -- Testing exif_imagetype() function with more than expected no. of arguments --

Completed in 43 milliseconds

12345678910>>...56