Home
last modified time | relevance | path

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

12345678910>>...195

/PHP-7.0/ext/pspell/tests/
H A D001.phpt7 die("skip English dictionary is not available");
15 $string .= "I will not buy this record, it is scratched. ";
17 $string .= "I will not buy this record, it is scratched. ";
19 $string .= "Ah! I will not buy this tobacconist's, it is scratched. ";
41 not : true
51 not : true
69 not : true
/PHP-7.0/ext/zlib/tests/
H A Ddata.inc4 To be or not to be, that is the question;
30 Than fly to others that we know not of?
39 Hath not a Jew eyes? Hath not a Jew hands, organs, dimensions,
43 as a Christian is? If you prick us, do we not bleed? If you
44 tickle us, do we not laugh? If you poison us, do we not die?
45 And if you wrong us, shall we not revenge? If we are like you
54 I have thee not, and yet I see thee still.
55 Art thou not, fatal vision, sensible
66 Which was not so before.
76 Hear not my steps, which way they walk,
[all …]
/PHP-7.0/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 …
H A Dopen_basedir_rename.phpt32 Warning: rename(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allow…
35 Warning: rename(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the all…
38 Warning: rename(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within th…
41 Warning: rename(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not within the a…
44 Warning: rename(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the …
/PHP-7.0/ext/pdo_oci/tests/
H A Dbug_33707.phpt2 PDO OCI Bug #33707 (Errors in select statements not reported)
5 if (!extension_loaded('pdo') || !extension_loaded('pdo_oci')) die('skip not loaded');
27 string(%d) "OCIStmtExecute: ORA-00942: table or view does not exist
/PHP-7.0/ext/iconv/tests/
H A Diconv_basic_001.phpt6 <?php extension_loaded('iconv') or die('skip iconv extension is not available'); ?>
7 <?php if(substr(PHP_OS, 0, 3) == 'WIN' ) {die('skip not for windows');} ?>
8 <?php if(setlocale(LC_ALL, "en_US.utf8") === false) { die('skip en_US.utf8 locales not available');…
/PHP-7.0/ext/mbstring/tests/
H A Doverload02.phpt5 extension_loaded('mbstring') or die('skip mbstring not available');
7 die('skip mail() function is not available.');
10 die('skip mb_ereg_replace() function is not available.');
/PHP-7.0/Zend/tests/
H A Dbug44899_2.phpt30 echo (isset($myclass->foo)) ? 'isset' : 'not isset';
32 echo (empty($myclass->foo)) ? 'empty' : 'not empty';
34 echo ($myclass->foo) ? 'not empty' : 'empty';
H A Darray_addition_not_commutative.phpt2 Array addition is not commutative -- do not swap operands
/PHP-7.0/Zend/tests/variadic/
H A Dremoving_parameter_error.phpt2 It's not possible to remove required parameter before a variadic parameter
7 * PHP does not allow this (for non-variadics), so I'm not allowing it here, too,
/PHP-7.0/ext/sockets/tests/
H A Dsocket_cmsg_rights.phpt6 die('skip sockets extension not available.');
9 die('skip not for Microsoft Windows');
12 die('skip not for AIX');
29 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
36 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dsocket_set_option_seolinger.phpt6 -l_linger not given
10 die('SKIP sockets extension not available.');
28 //l_linger not given
34 // value of l_onoff is not always 1, Darwin returns 128
/PHP-7.0/sapi/fpm/tests/
H A Dskipif.inc4 die ("skip not for Windows");
10 die("skip FPM not found");
/PHP-7.0/ext/pcre/tests/
H A Dskip_001.inc4 die('skip: setlocale() not available');
8 die('skip pt locale not available');
/PHP-7.0/ext/curl/tests/
H A Dcurl_multi_segfault.phpt6 if (!extension_loaded("curl")) exit("skip curl extension not loaded");
7 …PHP_CURL_FTP_REMOTE_SERVER')) exit("skip PHP_CURL_FTP_REMOTE_SERVER env variable is not defined");
8 …nv('PHP_CURL_FTP_REMOTE_USER')) exit("skip PHP_CURL_FTP_REMOTE_USER env variable is not defined");
9 …PHP_CURL_FTP_REMOTE_PASSWD')) exit("skip PHP_CURL_FTP_REMOTE_PASSWD env variable is not defined");
H A Dcurl_basic_010.phpt29 …code|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:|Could not resolve host:|Could…
H A Dskipif.inc2 if (!extension_loaded("curl")) exit("skip curl extension not loaded");
5 die("skip PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined");
/PHP-7.0/ext/dba/tests/
H A Ddba007.phpt6 if (!function_exists('dba_list')) die('skip dba_list() not available');
18 echo "$db_file does not exist\n";
23 echo "$db_file does not exist\n";
28 echo "$db_file does not exist\n";
H A Dskipif.inc2 if (!extension_loaded('dba')) die('skip dba extension not available');
3 if (!function_exists('dba_handlers')) die ('skip dba_handlers() not available');
19 die("skip $HND handler not available");
/PHP-7.0/ext/standard/tests/streams/
H A Dopendir-004.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.0/ext/standard/tests/general_functions/
H A Dcallbacks_002.phpt12 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'Foo' not found in %s o…
14 Warning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a v…
16 Warning: call_user_func() expects parameter 1 to be a valid callback, second array member is not a …
/PHP-7.0/ext/soap/tests/schema/
H A Dskipif.inc2 if (!extension_loaded('soap')) die('skip soap extension not available');
4 if (!extension_loaded('xml')) die('skip xml extension not available');
/PHP-7.0/ext/gd/tests/
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

Completed in 35 milliseconds

12345678910>>...195