Home
last modified time | relevance | path

Searched refs:not (Results 201 – 225 of 4698) sorted by relevance

12345678910>>...188

/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dloading_exception2.phpt7 throw new Exception("Class $class does not exist");
44 Class I does not exist
45 Class I does not exist
47 …ng inheritance of B with variance dependencies: Uncaught Exception: Class I does not exist in %s:%d
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_segfault.phpt5 if (!extension_loaded("curl")) exit("skip curl extension not loaded");
6 …PHP_CURL_FTP_REMOTE_SERVER')) exit("skip PHP_CURL_FTP_REMOTE_SERVER env variable is not defined");
7 …nv('PHP_CURL_FTP_REMOTE_USER')) exit("skip PHP_CURL_FTP_REMOTE_USER env variable is not defined");
8 …PHP_CURL_FTP_REMOTE_PASSWD')) exit("skip PHP_CURL_FTP_REMOTE_PASSWD env variable is not defined");
H A Dcurl_basic_010.phpt29 string(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:|Could not resolve host:|Could not re…
/PHP-7.4/ext/zlib/tests/
H A Ddata.inc3 To be or not to be, that is the question;
29 Than fly to others that we know not of?
38 Hath not a Jew eyes? Hath not a Jew hands, organs, dimensions,
42 as a Christian is? If you prick us, do we not bleed? If you
43 tickle us, do we not laugh? If you poison us, do we not die?
44 And if you wrong us, shall we not revenge? If we are like you
53 I have thee not, and yet I see thee still.
54 Art thou not, fatal vision, sensible
65 Which was not so before.
75 Hear not my steps, which way they walk,
[all …]
H A Dgzopen_variation7.phpt2 Test function gzopen() by calling it twice on the same file and not closing one of them at the end …
6 print "skip - ZLIB extension not loaded";
21 // deliberately do not close $h2
/PHP-7.4/tests/security/
H A Dopen_basedir_dir.phpt31 Warning: dir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s):…
36 Warning: dir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
41 Warning: dir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.)…
46 Warning: dir(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (.…
51 Warning: dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) …
56 Warning: dir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(s…
61 Warning: dir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the all…
66 Warning: dir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within …
H A Dopen_basedir_file.phpt32 Warning: file(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s)…
37 Warning: file(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed…
42 Warning: file(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.…
47 Warning: file(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (…
52 Warning: file(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.)…
57 Warning: file(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(…
62 Warning: file(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
67 Warning: file(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within…
H A Dopen_basedir_file_get_contents.phpt32 Warning: file_get_contents(): open_basedir restriction in effect. File(../bad) is not within the al…
37 Warning: file_get_contents(): open_basedir restriction in effect. File(../bad/bad.txt) is not withi…
42 Warning: file_get_contents(): open_basedir restriction in effect. File(..) is not within the allowe…
47 Warning: file_get_contents(): open_basedir restriction in effect. File(../) is not within the allow…
52 Warning: file_get_contents(): open_basedir restriction in effect. File(/) is not within the allowed…
57 Warning: file_get_contents(): open_basedir restriction in effect. File(../bad/.) is not within the …
62 Warning: file_get_contents(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not
67 …): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed …
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt10 die("skip: mysqli_debug() not available");
16 die("skip: debug functionality not enabled");
19 die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation");
21 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test is not for Windows platforms");
37 printf("[002] Trace file '%s' has not been created\n", $trace_file);
65 …ginal file content any more. Seems that the trace file got overwritten and not appended. Please ch…
76 …ginal file content any more. Seems that the trace file got overwritten and not appended. Please ch…
83 printf("[012] Could not remove trace file '%s'.\n", $trace_file);
/PHP-7.4/ext/posix/tests/
H A Dposix_isatty.phpt5 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
6 if (!function_exists('posix_isatty')) die('skip posix_isatty() not found');
/PHP-7.4/ext/simplexml/
H A Dconfig.w3216 WARNING("simplexml support can't be enabled, libxml is not found")
27 WARNING("simplexml not enabled; libraries and headers not found");
/PHP-7.4/ext/gd/tests/
H A Dbug49600.phpt5 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
6 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
7 if(!function_exists('imagettfbbox')) die('skip imagettfbbox() not available');
H A Dbug77200.phpt2 Bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right)
5 if (!extension_loaded('gd')) die('skip gd extension not available');
6 if (!GD_BUNDLED) die('skip upstream bugfix has not been released');
H A Dimageistruecolor_error1.phpt7 if (!extension_loaded("gd")) die("skip GD not present");
8 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
22 Warning: imageistruecolor(): supplied resource is not a valid Image resource in %s on line %d
/PHP-7.4/ext/standard/tests/streams/
H A Dopendir-003.phpt5 if (array_search('ftp',stream_get_wrappers()) === FALSE) die("skip ftp wrapper not available.");
6 if (!function_exists('pcntl_fork')) die("skip pcntl_fork() not available.");
7 if (!extension_loaded('openssl')) die ("skip openssl not available.");
/PHP-7.4/ext/mbstring/tests/
H A Dbug72994.phpt5 if (!extension_loaded('mbstring')) die('skip mbstring extension not available');
6 if (!function_exists('mb_ereg_replace')) die('skip mb_ereg_replace() not available');
19 Warning: mb_ereg_replace(): Pattern is not valid under UTF-8 encoding in %s on line %d
/PHP-7.4/ext/standard/tests/network/
H A Dbug73594.phpt2 Bug #73594 (dns_get_record() does not populate $additional out parameter)
11 if ($ret != 0) die("skip dig command is not present or failed to run");
16 if (empty($out)) die("skip local resolver does not return additional records");
H A Dbug73594a.phpt2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)
11 if ($ret != 0) die("skip dig command is not present or failed to run");
16 if (empty($out)) die("skip local resolver does not return authority records");
/PHP-7.4/ext/pcntl/
H A Dconfig.m47 AC_CHECK_FUNCS([fork], [], [AC_MSG_ERROR([pcntl: fork() not supported by this platform])])
8 AC_CHECK_FUNCS([waitpid], [], [AC_MSG_ERROR([pcntl: waitpid() not supported by this platform])])
9 …AC_CHECK_FUNCS([sigaction], [], [AC_MSG_ERROR([pcntl: sigaction() not supported by this platform])…
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_080.phpt34 Typed static property Test::$a must not be accessed before initialization
35 Typed static property Test::$b must not be accessed before initialization
36 Typed static property Test::$c must not be accessed before initialization
/PHP-7.4/Zend/tests/
H A Dbug70895.phpt11 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n' not found or inval…
13 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n %i' not found or in…
15 …pects parameter 1 to be a valid callback, function '%n %i aoeu %f aoeu %p' not found or invalid fu…
H A Dcompare_001.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
147 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_003.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
147 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_004.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
147 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]
H A Dcompare_005.phpt98 Notice: Object of class stdClass could not be converted to int in %s on line %d
101 Notice: Object of class stdClass could not be converted to int in %s on line %d
104 Notice: Object of class test could not be converted to int in %s on line %d
127 Notice: Object of class test could not be converted to float in %s on line %d
144 Notice: Object of class stdClass could not be converted to int in %s on line %d
147 Notice: Object of class stdClass could not be converted to int in %s on line %d
150 Notice: Object of class test could not be converted to int in %s on line %d
310 Notice: Object of class test could not be converted to int in %s on line %d
316 Notice: Object of class test could not be converted to int in %s on line %d
329 Notice: Object of class test could not be converted to int in %s on line %d
[all …]

Completed in 83 milliseconds

12345678910>>...188