Home
last modified time | relevance | path

Searched refs:not (Results 251 – 275 of 4857) sorted by relevance

1...<<11121314151617181920>>...195

/PHP-7.0/ext/posix/tests/
H A Dposix_getrlimit.phpt5 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
6 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
H A Dposix_mknod.phpt5 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
6 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
H A Dposix_setrlimit.phpt5 if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
6 if (!function_exists('posix_setrlimit')) die('skip posix_setrlimit() not found');
/PHP-7.0/Zend/tests/
H A Dassign_to_obj_002.phpt2 Assign to $this leaks when $this not defined
12 Using $this when not in object context
H A Derrmsg_027.phpt2 errmsg: class declarations may not be nested
16 Fatal error: Class declarations may not be nested in %s on line %d
H A Derrmsg_009.phpt2 errmsg: multiple access type modifiers are not allowed (properties)
13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
H A Dbug52051.phpt26 Deprecated: Methods with the same name as their class will not be constructors in a future version …
28 Deprecated: Methods with the same name as their class will not be constructors in a future version …
30 Deprecated: Methods with the same name as their class will not be constructors in a future version …
32 Deprecated: Methods with the same name as their class will not be constructors in a future version …
H A Derrmsg_010.phpt2 errmsg: multiple access type modifiers are not allowed (methods)
13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
/PHP-7.0/ext/zlib/tests/
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.0/ext/pgsql/tests/
H A D11pg_meta_data.phpt27 ["not null"]=>
44 ["not null"]=>
61 ["not null"]=>
/PHP-7.0/tests/output/
H A Dob_start_basic_unerasable_003.phpt13 echo "This call will obtain the content, but will not clean the buffer.";
18 [callback:1]This call will obtain the content, but will not clean the buffer.
22 string(65) "This call will obtain the content, but will not clean the buffer."
H A Dob_start_basic_unerasable_004.phpt13 echo "This call will obtain the content, but will not flush the buffer.";
18 [callback:1]This call will obtain the content, but will not flush the buffer.
22 string(65) "This call will obtain the content, but will not flush the buffer."
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug44295.phpt6 if (!extension_loaded("spl") || is_dir('/this/path/does/not/exist')) die("skip");
10 $dir = '/this/path/does/not/exist';
28 in catch: DirectoryIterator::__construct(/this/path/does/not/exist): failed to open dir: No such fi…
/PHP-7.0/ext/standard/tests/array/
H A Dbug43541.phpt2 Bug #43541 (length parameter omitted or not does not work when casted to float)
/PHP-7.0/ext/phar/tests/
H A Dmkdir.phpt37 …t create directory "" in phar "foo.phar", phar error: invalid path "" must not be empty in %smkdir…
39 …ctory "a" in phar "%smkdir.phar.php", phar error: path "a" exists and is a not a directory in %smk…
41 …emove directory "phar://", no phar archive specified, or phar archive does not exist in %smkdir.ph…
43 Warning: rmdir(): phar error: cannot remove directory "" in phar "foo.phar", directory does not exi…
45 …ctory "a" in phar "%smkdir.phar.php", phar error: path "a" exists and is a not a directory in %smk…
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_debug.phpt10 die("skip: mysqli_debug() not available");
16 die("skip: debug functionality not enabled");
25 // NOTE: documentation is not clear on this: function always return NULL or TRUE
39 printf("[003] Trace file '%s' has not been created\n", $trace_file);
58 printf("[006] Trace file '%s' does not exist\n", $trace_file);
/PHP-7.0/ext/spl/tests/
H A Dbug38325.phpt2 Bug #38325 (spl_autoload_register() gaves wrong line for "class not found")
9 Fatal error: Uncaught Error: Class 'ThisClassDoesNotExistEverFoo' not found in %s:%d
/PHP-7.0/ext/sockets/tests/
H A Dsocket_create_pair-wrongparams.phpt9 die('SKIP The sockets extension is not loaded.');
30 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d
35 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d
40 Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported %s on line %d
/PHP-7.0/tests/security/
H A Dopen_basedir_mkdir.phpt39 Warning: mkdir(): open_basedir restriction in effect. File(../bad/blah) is not within the allowed p…
42 Warning: mkdir(): open_basedir restriction in effect. File(../blah) is not within the allowed path(…
45 Warning: mkdir(): open_basedir restriction in effect. File(../bad/./blah) is not within the allowed…
48 Warning: mkdir(): open_basedir restriction in effect. File(./.././blah) is not within the allowed p…
H A Dopen_basedir_scandir.phpt30 Warning: scandir(): open_basedir restriction in effect. File(../bad) is not within the allowed path…
37 Warning: scandir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allo…
44 Warning: scandir(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
51 Warning: scandir(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
58 Warning: scandir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
65 Warning: scandir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed pa…
72 Warning: scandir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
79 Warning: scandir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not wit…
/PHP-7.0/ext/intl/tests/
H A Dbug75318.phpt2 Bug #75318 (The parameter of UConverter::getAliases() is not optional)
5 if (!extension_loaded('intl')) die('skip intl extension is not available');
/PHP-7.0/ext/standard/tests/file/
H A Dreadfile_variation5.phpt24 // Initialise function arguments not being substituted (if any)
115 echo "File not read\n";
158 File not read
162 File not read
166 File not read
170 File not read
210 File not read
214 File not read
/PHP-7.0/ext/date/tests/
H A DDateTimeZone_clone_basic1.phpt21 echo "TEST FAILED : objects not equal\n";
25 echo "TEST PASSED : Objects equal but not indetical\n";
44 TEST PASSED : Objects equal but not indetical
/PHP-7.0/ext/gd/tests/
H A Dimagetruecolortopalette_error1.phpt7 if (!extension_loaded("gd")) die("skip GD not present");
8 if (!function_exists("imagecreatetruecolor")) die("skip GD Version not compatible");
20 Warning: imagetruecolortopalette(): supplied resource is not a valid Image resource in %s on line %d
/PHP-7.0/ext/phar/tests/zip/
H A Dfrontcontroller13.phar.phpt2 Phar front controller mime type not string/int zip-based
7 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
17 Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only P…

Completed in 32 milliseconds

1...<<11121314151617181920>>...195