Home
last modified time | relevance | path

Searched refs:not (Results 51 – 75 of 3577) sorted by relevance

12345678910>>...144

/PHP-7.0/ext/standard/tests/file/
H A Dreadfile_variation4.phpt138 file not read
142 file not read
146 file not read
150 file not read
154 file not read
158 file not read
162 file not read
166 file not read
170 file not read
174 file not read
[all …]
H A D001-win32.phpt18 echo "test.file does not exist\n";
25 echo "test.file does not exist\n";
30 echo "test.file is not a symlink\n";
35 echo "test.file does not exist\n";
76 echo "test.file does not exist\n";
82 echo "test.file does not exist\n";
86 test.file does not exist
88 test.file is not a symlink
97 test.file is not a directory
98 test.file does not exist
[all …]
H A Dfgetcsv_variation25.phpt98 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
105 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
112 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
119 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
126 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
133 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
140 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
147 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
154 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
161 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
[all …]
H A Dfgetcsv_variation27.phpt98 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
105 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
112 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
119 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
126 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
133 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
140 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
147 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
154 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
161 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
[all …]
H A Dfgetcsv_variation28.phpt98 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
105 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
112 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
119 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
126 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
133 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
140 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
147 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
154 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
161 Warning: fgetcsv(): Length parameter may not be negative in %s on line %d
[all …]
H A D001.phpt18 echo "test.file does not exist\n";
25 echo "test.file does not exist\n";
32 echo "test.link does not exist\n";
37 echo "test.file is not a symlink\n";
47 echo "test.file does not exist\n";
122 test.file does not exist
125 test.file is not a symlink
142 test.link is not a directory
144 test.file is not a directory
145 test.file does not exist
[all …]
H A D007_basic.phpt101 Warning: ftell(): supplied resource is not a valid stream resource in %s on line %d
104 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
114 Warning: ftell(): supplied resource is not a valid stream resource in %s on line %d
117 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
127 Warning: ftell(): supplied resource is not a valid stream resource in %s on line %d
130 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
140 Warning: ftell(): supplied resource is not a valid stream resource in %s on line %d
143 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
156 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
169 Warning: feof(): supplied resource is not a valid stream resource in %s on line %d
[all …]
/PHP-7.0/ext/spl/tests/
H A Dspl_autoload_001.phpt14 echo "Class TestClass could not be loaded\n";
23 echo "Class TestClass could not be loaded\n";
30 echo "Class TestClass could not be loaded\n";
56 spl_autoload_extensions(".inc,.class.inc"); /* we do not have spl_autoload_registered yet */
83 Class TestClass could not be loaded
85 Class TestClass could not be loaded
87 Class TestClass could not be loaded
91 Class TestClass could not be loaded
93 Class TestClass could not be loaded
94 Class TestClass could not be loaded
[all …]
H A Dspl_autoload_007.phpt60 Function 'MyAutoLoader::notExist' not found (class 'MyAutoLoader' does not have a method 'notExist')
63 Function 'MyAutoLoader::noAccess' not callable (cannot access protected method MyAutoLoader::noAcce…
69 Function 'MyAutoLoader::dynaLoad' not callable (non-static method MyAutoLoader::dynaLoad() should n…
77 Passed array does not specify an existing static method (class 'MyAutoLoader' does not have a metho…
85 Passed array does not specify a callable static method (cannot access protected method MyAutoLoader…
101 …ic method but no object (non-static method MyAutoLoader::dynaLoad() should not be called staticall…
110 Passed array does not specify an existing method (class 'MyAutoLoader' does not have a method 'notE…
119 Passed array does not specify a callable method (cannot access protected method MyAutoLoader::noAcc…
/PHP-7.0/Zend/tests/
H A Dbug60362.phpt2 Bug #60362: non-existent sub-sub keys should not have values
11 echo "sub-key 'non_existent' is not set.\n";
17 echo "sub-key 1 is not set.\n";
25 echo "sub-sub-key 'sub_sub' is not set.\n";
31 echo "sub-sub-key 0 is not set.\n";
44 echo "sub-key 1 is not empty: ";
58 echo "sub-sub-key 0 is not empty: ";
63 sub-key 'non_existent' is not set.
66 sub-sub-key 'sub_sub' is not set.
70 sub-key 1 is not empty: string(1) "o"
[all …]
H A D002.phpt49 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
52 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
59 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
63 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
68 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
71 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
76 Warning: func_get_arg(): Argument 2 not passed to function in %s on line %d
82 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
85 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
91 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
[all …]
/PHP-7.0/ext/session/tests/
H A Dsession_regenerate_id_error.phpt100 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
105 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
110 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
115 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
120 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
125 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
130 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
135 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
140 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
145 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Deach_variation1.phpt104 Warning: Variable passed to each() is not an array or object in %s on line %d
109 Warning: Variable passed to each() is not an array or object in %s on line %d
114 Warning: Variable passed to each() is not an array or object in %s on line %d
119 Warning: Variable passed to each() is not an array or object in %s on line %d
124 Warning: Variable passed to each() is not an array or object in %s on line %d
129 Warning: Variable passed to each() is not an array or object in %s on line %d
134 Warning: Variable passed to each() is not an array or object in %s on line %d
139 Warning: Variable passed to each() is not an array or object in %s on line %d
144 Warning: Variable passed to each() is not an array or object in %s on line %d
149 Warning: Variable passed to each() is not an array or object in %s on line %d
[all …]
/PHP-7.0/ext/posix/tests/
H A Dposix_getgrgid.phpt9 die('SKIP The posix extension is not loaded.');
16 die('Array index "name" does not exist.');
19 die('Array index "passwd" does not exist.');
22 die('Array index "members" does not exist.');
29 die('Index in members Array is not an int.');
32 die('Username in members Array is not of type string.');
38 die('Array index "gid" does not exist.');
/PHP-7.0/tests/security/
H A Dopen_basedir_parse_ini_file.phpt40 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest\bad) is not within the a…
42 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
50 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
52 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
55 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
57 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
70 Warning: parse_ini_file(): open_basedir restriction in effect. File(%stest) is not within the allow…
[all …]
H A Dopen_basedir_file_exists.phpt23 Warning: file_exists(): open_basedir restriction in effect. File(../bad) is not within the allowed …
26 Warning: file_exists(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …
29 Warning: file_exists(): open_basedir restriction in effect. File(..) is not within the allowed path…
32 Warning: file_exists(): open_basedir restriction in effect. File(../) is not within the allowed pat…
35 Warning: file_exists(): open_basedir restriction in effect. File(/) is not within the allowed path(…
38 Warning: file_exists(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…
41 Warning: file_exists(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…
44 Warning: file_exists(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not
47 Warning: file_exists(): open_basedir restriction in effect. File(./../.) is not within the allowed …
H A Dopen_basedir_fileatime.phpt23 Warning: fileatime(): open_basedir restriction in effect. File(../bad) is not within the allowed pa…
26 Warning: fileatime(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the al…
29 Warning: fileatime(): open_basedir restriction in effect. File(..) is not within the allowed path(s…
32 Warning: fileatime(): open_basedir restriction in effect. File(../) is not within the allowed path(…
35 Warning: fileatime(): open_basedir restriction in effect. File(/) is not within the allowed path(s)…
38 Warning: fileatime(): open_basedir restriction in effect. File(../bad/.) is not within the allowed …
41 Warning: fileatime(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within t…
44 Warning: fileatime(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not w…
47 Warning: fileatime(): open_basedir restriction in effect. File(./../.) is not within the allowed pa…
H A Dopen_basedir_filectime.phpt23 Warning: filectime(): open_basedir restriction in effect. File(../bad) is not within the allowed pa…
26 Warning: filectime(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the al…
29 Warning: filectime(): open_basedir restriction in effect. File(..) is not within the allowed path(s…
32 Warning: filectime(): open_basedir restriction in effect. File(../) is not within the allowed path(…
35 Warning: filectime(): open_basedir restriction in effect. File(/) is not within the allowed path(s)…
38 Warning: filectime(): open_basedir restriction in effect. File(../bad/.) is not within the allowed …
41 Warning: filectime(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within t…
44 Warning: filectime(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not w…
47 Warning: filectime(): open_basedir restriction in effect. File(./../.) is not within the allowed pa…
/PHP-7.0/ext/standard/tests/strings/
H A Dstrtr_variation8.phpt93 Warning: strtr(): The second argument is not an array in %s on line %d
98 Warning: strtr(): The second argument is not an array in %s on line %d
103 Warning: strtr(): The second argument is not an array in %s on line %d
108 Warning: strtr(): The second argument is not an array in %s on line %d
113 Warning: strtr(): The second argument is not an array in %s on line %d
118 Warning: strtr(): The second argument is not an array in %s on line %d
132 Warning: strtr(): The second argument is not an array in %s on line %d
137 Warning: strtr(): The second argument is not an array in %s on line %d
142 Warning: strtr(): The second argument is not an array in %s on line %d
147 Warning: strtr(): The second argument is not an array in %s on line %d
[all …]
H A Dpack64_32.phpt22 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
25 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
28 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
31 Warning: pack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
34 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
37 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
40 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
43 Warning: unpack(): 64-bit format codes are not available for 32-bit versions of PHP in %s on line %d
/PHP-7.0/ext/reflection/tests/
H A D008.phpt32 string(21) "Class does not exist"
33 string(22) "Class a does not exist"
34 string(21) "Class does not exist"
35 string(22) "Class a does not exist"
36 string(21) "Class does not exist"
38 string(21) "Class does not exist"
/PHP-7.0/ext/iconv/tests/
H A Diconv_mime_decode_variation3.phpt6 function_exists('iconv_mime_decode') or die("skip iconv_mime_decode() is not available in this buil…
21 // Initialise function arguments not being substituted
121 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `0' is not allowed in %s on li…
126 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `1' is not allowed in %s on li…
131 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `12345' is not allowed in %s o…
136 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `-2345' is not allowed in %s o…
141 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `10.5' is not allowed in %s on…
146 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `-10.5' is not allowed in %s o…
161 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `0.5' is not allowed in %s on …
172 Notice: iconv_mime_decode(): Wrong charset, conversion from `???' to `1' is not allowed in %s on li…
[all …]
/PHP-7.0/ext/mcrypt/tests/
H A Dmcrypt_decrypt_variation2.phpt6 print "skip - mcrypt extension not loaded";
28 // Initialise function arguments not being substituted (if any)
127 Error: 2 - mcrypt_decrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
131 Error: 2 - mcrypt_decrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
135 Error: 2 - mcrypt_decrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
139 Error: 2 - mcrypt_decrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
143 Error: 2 - mcrypt_decrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
147 Error: 2 - mcrypt_decrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
151 Error: 2 - mcrypt_decrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
155 Error: 2 - mcrypt_decrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
[all …]
H A Dmcrypt_encrypt_variation2.phpt6 print "skip - mcrypt extension not loaded";
28 // Initialise function arguments not being substituted (if any)
127 Error: 2 - mcrypt_encrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
131 Error: 2 - mcrypt_encrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
135 Error: 2 - mcrypt_encrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
139 Error: 2 - mcrypt_encrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
143 Error: 2 - mcrypt_encrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
147 Error: 2 - mcrypt_encrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
151 Error: 2 - mcrypt_encrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
155 Error: 2 - mcrypt_encrypt(): Key of size %d not supported by this algorithm. Only keys of size 24 s…
[all …]
/PHP-7.0/ext/sockets/tests/
H A Dsocket_strerror.phpt26 string(23) "Operation not permitted"
63 string(24) "Function not implemented"
64 string(19) "Directory not empty"
70 string(24) "Level 2 not synchronized"
85 string(19) "Device not a stream"
90 string(21) "Package not installed"
117 string(22) "Protocol not available"
118 string(22) "Protocol not supported"
119 string(25) "Socket type not supported"
120 string(23) "Operation not supported"
[all …]

Completed in 47 milliseconds

12345678910>>...144