Home
last modified time | relevance | path

Searched refs:no (Results 251 – 275 of 1386) sorted by relevance

1...<<11121314151617181920>>...56

/PHP-7.4/ext/imap/tests/
H A Dimap_headerinfo_error.phpt11 echo "Checking with no parameters\n";
27 Checking with no parameters
H A Dimap_undelete_error.phpt11 echo "Checking with no parameters\n";
27 Checking with no parameters
H A Dimap_gc_error.phpt12 echo "Checking with no parameters\n";
26 Checking with no parameters
/PHP-7.4/ext/tidy/
H A Dconfig.w323 ARG_WITH("tidy", "TIDY support", "no");
5 if (PHP_TIDY != "no") {
/PHP-7.4/ext/standard/tests/file/
H A Dlchown_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support');
6 if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
/PHP-7.4/ext/pgsql/
H A Dconfig.w323 ARG_WITH("pgsql", "PostgreSQL support", "no");
5 if (PHP_PGSQL != "no") {
/PHP-7.4/ext/phar/tests/zip/
H A Dbadalias.phpt5 <?php if (!extension_loaded("zlib")) die("skip no zlib"); ?>
6 <?php if (!extension_loaded("bz2")) die("skip no bz2"); ?>
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt11 echo "no wrapper\n";
26 no wrapper
/PHP-7.4/ext/dom/
H A Dconfig.m47 if test "$PHP_DOM" != "no"; then
9 if test "$PHP_LIBXML" = "no"; then
/PHP-7.4/ext/iconv/
H A Dconfig.w325 if (PHP_ICONV != "no") {
24 PHP_ICONV = "no";
/PHP-7.4/ext/mysqlnd/
H A Dconfig.w324 if (PHP_MYSQLND != "no") {
31 if ((((PHP_ZLIB=="no") && (CHECK_LIB("zlib_a.lib;zlib.lib", "mysqlnd", PHP_MYSQLND))) ||
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr_replace_error.phpt18 echo "\n-- Testing substr_replace() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing substr_replace() function with more than expected no. of arguments --\n";
40 -- Testing substr_replace() function with less than expected no. of arguments --
48 -- Testing substr_replace() function with more than expected no. of arguments --
H A Dbug78346.phpt2 Bug #78346 (strip_tags no longer handling nested php tags)
/PHP-7.4/ext/xsl/tests/
H A Dbug54446.phpt43 print "OK, no file created\n";
70 print "OK, no file created\n";
80 OK, no file created
90 OK, no file created
H A Dbug54446_with_ini.phpt43 print "OK, no file created\n";
70 print "OK, no file created\n";
82 OK, no file created
92 OK, no file created
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt20 // No listen, no notifies
23 // Listen started, no notifies
66 // Verify that there are no notifies queued
70 // Test second parameter, should wait 2 seconds because no notify is queued
/PHP-7.4/tests/lang/
H A Dfunc_get_args.001.phpt2 func_get_args with no args
H A Dfunc_num_args.001.phpt2 func_num_args with no args
/PHP-7.4/ext/openssl/tests/
H A Dpeer_verification.phpt6 if (!function_exists("proc_open")) die("skip no proc_open");
37 // Expected to fail -- untrusted server cert and no CA File present
40 // Expected to fail -- untrusted server cert and no CA File present
/PHP-7.4/ext/spl/tests/
H A Dfixedarray_020.phpt13 echo "From Array with string keys, no preserve\n";
33 From Array with string keys, no preserve
/PHP-7.4/ext/phar/tests/tar/
H A Dbadalias.phpt5 <?php if (!extension_loaded("zlib")) die("skip no zlib"); ?>
6 <?php if (!extension_loaded("bz2")) die("skip no bz2"); ?>
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60602.phpt25 echo "no streams \n";
46 echo "no process\n";
/PHP-7.4/ext/phar/tests/
H A D017.phpt2 Phar: opendir test - no dir specified at all
32 Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must ha…
/PHP-7.4/ext/standard/tests/network/
H A Dinet.phpt5 if (!function_exists("inet_ntop")) die("skip no inet_ntop()");
6 if (!function_exists("inet_pton")) die("skip no inet_pton()");
/PHP-7.4/ext/dom/tests/
H A DDOMElement_hasAttributes_basic.phpt33 echo "\nElement should have no attributes:\n";
48 Element should have no attributes:

Completed in 29 milliseconds

1...<<11121314151617181920>>...56