Home
last modified time | relevance | path

Searched refs:not (Results 126 – 150 of 4729) sorted by relevance

12345678910>>...190

/PHP-7.0/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt26 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not fo…
35 var_dump(stream_get_line($sockets[1], strlen(b"incomplete line"), $eol)); // EOL not found but $len…
38 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not fo…
42 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not fo…
/PHP-7.0/ext/standard/tests/array/
H A Darray_map_variation16.phpt43 Warning: array_map() expects parameter 1 to be a valid callback, function 'echo' not found or inval…
47 Warning: array_map() expects parameter 1 to be a valid callback, function 'array' not found or inva…
51 Warning: array_map() expects parameter 1 to be a valid callback, function 'empty' not found or inva…
55 Warning: array_map() expects parameter 1 to be a valid callback, function 'eval' not found or inval…
59 Warning: array_map() expects parameter 1 to be a valid callback, function 'exit' not found or inval…
63 Warning: array_map() expects parameter 1 to be a valid callback, function 'isset' not found or inva…
67 Warning: array_map() expects parameter 1 to be a valid callback, function 'list' not found or inval…
71 Warning: array_map() expects parameter 1 to be a valid callback, function 'print' not found or inva…
/PHP-7.0/tests/security/
H A Dopen_basedir_chmod.phpt43 Warning: chmod(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
46 Warning: chmod(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowe…
49 Warning: chmod(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
52 Warning: chmod(): open_basedir restriction in effect. File(../) is not within the allowed path(s): …
55 Warning: chmod(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.…
58 Warning: chmod(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path…
61 Warning: chmod(): open_basedir restriction in effect. File(../bad/./bad.txt) is not within the allo…
64 Warning: chmod(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s…
H A Dopen_basedir_link.phpt49 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the a…
52 Warning: link(): open_basedir restriction in effect. File(%s/test/link.txt) is not within the allow…
55 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the a…
58 Warning: link(): open_basedir restriction in effect. File(%s/test/link.txt) is not within the allow…
61 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
64 Warning: link(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
67 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
70 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
73 Warning: link(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
H A Dopen_basedir_tempnam.phpt48 Warning: tempnam(): open_basedir restriction in effect. File(../bad) is not within the allowed path…
51 Warning: tempnam(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
54 Warning: tempnam(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
57 Warning: tempnam(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
60 Warning: tempnam(): open_basedir restriction in effect. File(../bad/.) is not within the allowed pa…
63 Warning: tempnam(): open_basedir restriction in effect. File(./../.) is not within the allowed path…
66 Warning: tempnam(): open_basedir restriction in effect. File() is not within the allowed path(s): (…
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_declared_traits_basic_001.phpt22 echo "Error: $trait is not a valid trait.\n";
29 echo "\n-- Ensure userspace interfaces are not listed --\n";
33 echo "\n-- Ensure userspace classes are not listed --\n";
51 -- Ensure userspace interfaces are not listed --
54 -- Ensure userspace classes are not listed --
/PHP-7.0/Zend/tests/
H A Dbug70898.phpt12 …er 1 to be a valid callback, function '0000000000000000000000000000000000' not found or invalid fu…
14 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
16 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
18 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
20 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
/PHP-7.0/ext/sockets/tests/
H A Dsocket_cmsg_credentials.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($sends1) or die("Could not put in non-blocking mode");
37 socket_set_option($s, SOL_SOCKET, SO_PASSCRED, 1) or die("could not set SO_PASSCRED");
/PHP-7.0/ext/intl/tests/
H A Dbug60192-getlocale.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
20 Catchable fatal error: Collator::getLocale(): Object not initialized in %s on line %d
H A Dbug60192-getsortkey.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
20 Catchable fatal error: Collator::getSortKey(): Object not initialized in %s on line %d
H A Dbug60192-compare.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
19 Catchable fatal error: Collator::compare(): Object not initialized in %s on line %d
H A Dbug60192-sort.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
21 Catchable fatal error: Collator::sort(): Object not initialized in %s on line %d
H A Dbug60192-sortwithsortkeys.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
21 Catchable fatal error: Collator::sortWithSortKeys(): Object not initialized in %s on line %d
/PHP-7.0/appveyor/
H A Dbuild.bat7 if not exist "%PHP_BUILD_CACHE_BASE_DIR%" (
12 if not exist "%PHP_BUILD_OBJ_DIR%" (
17 if not exist "%SDK_RUNNER%" (
21 if not exist "%PHP_BUILD_CACHE_SDK_DIR%" (
36 if not exist "%SDK_RUNNER%" (
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_constructor_002.phpt55 Class does not exist
56 Class 1 does not exist
57 Class 1 does not exist
60 Class Array does not exist
67 Class X does not exist
/PHP-7.0/ext/xml/tests/
H A Dbug32001.phpt172 BOM: not prepended
182 XML Prologue: not present
184 BOM: not prepended
206 XML Prologue: not present
220 BOM: not prepended
242 XML Prologue: not present
256 BOM: not prepended
292 BOM: not prepended
304 BOM: not prepended
340 BOM: not prepended
[all …]
H A Dbug32001b.phpt6 if (!extension_loaded('iconv')) die ("skip iconv extension not available");
8 …if (@xml_parser_create($encoding) === false) die("skip libxml2 does not support $encoding encoding…
77 echo "XML Prologue: ".($this->prologue ? 'present': 'not present'), "\n";
79 echo "BOM: ".($this->bom ? 'prepended': 'not prepended'), "\n";
114 BOM: not prepended
126 BOM: not prepended
138 BOM: not prepended
150 BOM: not prepended
162 BOM: not prepended
174 BOM: not prepended
/PHP-7.0/ext/pcntl/tests/
H A Dpcntl_signal.phpt5 <?php if (!extension_loaded("posix")) die("skip posix extension not available"); ?>
18 var_dump(pcntl_signal(SIGALRM, "not callable"));
38 Warning: pcntl_signal(): not callable is not a callable function name error in %s
/PHP-7.0/ext/zip/tests/
H A Dpecl12414.phpt23 echo "zip_readfile recorded data does not match unpacked size: " . $zipname . " : " . $filename;
27 echo "zip_readfile could not open stream from zero length file " . $zipname . " : " .$filename;
32 echo "zip_readfile could not read from " . $zipname . " : " . $filename;
38 zip_readfile could not read from %specl12414.zip : MYLOGOV2.GFX
/PHP-7.0/ext/interbase/tests/
H A Dbug46543.phpt22 Warning: ibase_trans(): supplied resource is not a valid Firebird/InterBase link resource in %sbug4…
24 Warning: ibase_trans(): supplied resource is not a valid Firebird/InterBase link resource in %sbug4…
26 Warning: ibase_trans(): supplied resource is not a valid Firebird/InterBase link resource in %sbug4…
28 Warning: ibase_trans(): supplied resource is not a valid Firebird/InterBase link resource in %sbug4…
/PHP-7.0/ext/pcre/tests/
H A D005.phpt5 // this file is not used in the cron job
122 [8] => `oci_ping' defined but not used
225 [8] => `nope' defined but not used
330 [8] => `yy_fatal_error' defined but not used
336 [14] => `yy_last_accepting_cpos' defined but not used
339 [17] => `yy_more_flag' defined but not used
342 [20] => `yy_more_len' defined but not used
345 [23] => `yyunput' defined but not used
348 [26] => `yy_top_state' defined but not used
369 [14] => `yyunput' defined but not used
[all …]
/PHP-7.0/ext/simplexml/tests/
H A DSimpleXMLElement_xpath.phpt5 // gracefully recover from parsing of invalid XML; not available in PHP
8 // we're not interested in checking concrete warnings regarding invalid XML
11 // $xml is supposed to hold a SimpleXMLElement, but not FALSE/NULL
/PHP-7.0/ext/gd/tests/
H A Dimagepalettetotruecolor_error3.phpt2 imagepalettetotruecollor must return an error if not an image resource is given
7 if (!extension_loaded('gd')) die("skip gd extension not available.");
15 Warning: imagepalettetotruecolor(): supplied resource is not a valid Image resource in %s on line %d
/PHP-7.0/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt4 <?php if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; ?>
15 Warning: PDO::sqliteCreateAggregate(): function 'a' is not callable in %s on line %d
17 Warning: PDO::sqliteCreateAggregate(): function '' is not callable in %s on line %d
/PHP-7.0/ext/phar/tests/
H A Dphar_get_supportedcomp1.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
6 <?php if (!extension_loaded("bz2")) die("skip bz2 not available"); ?>
7 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>

Completed in 35 milliseconds

12345678910>>...190