Home
last modified time | relevance | path

Searched refs:in (Results 226 – 250 of 5800) sorted by relevance

12345678910>>...232

/PHP-8.0/ext/phar/tests/
H A Ddir.phpt68 …t create directory "phar://%sdir.phar.php/fails", write operations disabled in %sdir.php on line %d
70 …kdir(): phar error: cannot create directory "fails" in phar "%sok.phar", directory already exists
72 … mkdir(): phar error: cannot create directory "sub" in phar "%sok.phar", directory already exists
74 …directory "sub/directory.txt" in phar "%sok.phar", phar error: path "sub/directory.txt" exists and…
76 Warning: mkdir(): internal corruption of phar "%soops.phar" (truncated manifest at stub end) in %sd…
78 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %sdir…
82 …rmdir(): phar error: cannot remove directory "hi" in phar "%sunknown.phar", directory does not exi…
84 …ir directory "phar://%sdir.phar.php/another/dir", write operations disabled in %sdir.php on line %d
86 …: rmdir(): phar error: cannot remove directory "" in phar "%sdir.phar.php", directory does not exi…
88 …: rmdir(): phar error: cannot remove directory "" in phar "%sdir.phar.php", directory does not exi…
[all …]
/PHP-8.0/Zend/tests/
H A Dclass_name_as_scalar_error_006.phpt2 class name as scalar from ::class keyword error using parent in non class context
10 Fatal error: Uncaught Error: Cannot use "parent" in the global scope in %s:%d
13 thrown in %s on line 3
H A D019.phpt705 Warning: Undefined variable $key_val in %s on line %d
708 Warning: Undefined variable $key_val in %s on line %d
711 Warning: Undefined variable $key_val in %s on line %d
732 Warning: Undefined variable $key_val in %s on line %d
735 Warning: Undefined variable $key_val in %s on line %d
738 Warning: Undefined variable $key_val in %s on line %d
1221 Warning: Undefined variable $lable in %s on line %d
1224 Warning: Undefined variable $lable in %s on line %d
1227 Warning: Undefined variable $lable in %s on line %d
1230 Warning: Undefined variable $lable in %s on line %d
[all …]
H A Doffset_bool.phpt28 Warning: Trying to access array offset on value of type bool in %s on line %d
31 Warning: Trying to access array offset on value of type bool in %s on line %d
34 Warning: Trying to access array offset on value of type bool in %s on line %d
37 Warning: Trying to access array offset on value of type bool in %s on line %d
40 Warning: Trying to access array offset on value of type bool in %s on line %d
43 Warning: Trying to access array offset on value of type bool in %s on line %d
46 Warning: Trying to access array offset on value of type bool in %s on line %d
49 Warning: Trying to access array offset on value of type bool in %s on line %d
52 Warning: Trying to access array offset on value of type bool in %s on line %d
H A Doffset_long.phpt28 Warning: Trying to access array offset on value of type int in %s on line %d
31 Warning: Trying to access array offset on value of type int in %s on line %d
34 Warning: Trying to access array offset on value of type int in %s on line %d
37 Warning: Trying to access array offset on value of type int in %s on line %d
40 Warning: Trying to access array offset on value of type int in %s on line %d
43 Warning: Trying to access array offset on value of type int in %s on line %d
46 Warning: Trying to access array offset on value of type int in %s on line %d
49 Warning: Trying to access array offset on value of type int in %s on line %d
52 Warning: Trying to access array offset on value of type int in %s on line %d
H A Doffset_null.phpt28 Warning: Trying to access array offset on value of type null in %s on line %d
31 Warning: Trying to access array offset on value of type null in %s on line %d
34 Warning: Trying to access array offset on value of type null in %s on line %d
37 Warning: Trying to access array offset on value of type null in %s on line %d
40 Warning: Trying to access array offset on value of type null in %s on line %d
43 Warning: Trying to access array offset on value of type null in %s on line %d
46 Warning: Trying to access array offset on value of type null in %s on line %d
49 Warning: Trying to access array offset on value of type null in %s on line %d
52 Warning: Trying to access array offset on value of type null in %s on line %d
/PHP-8.0/ext/standard/tests/file/
H A Dfopen_variation12.phpt20 echo "Not created in working dir\n";
23 echo "created in working dir\n";
32 echo "Not created in script dir\n";
35 echo "created in script dir\n";
42 created in working dir
43 Not created in script dir
H A Dfopen_variation16.phpt41 echo "Not created in dir1\n";
44 echo "created in dir1\n";
53 echo "found file - not in dir1\n";
63 Not created in dir1
64 found file - not in dir1
65 Not created in dir1
66 found file - not in dir1
H A Dreadlink_variation1.phpt41 Warning: readlink(): %s in %s on line %d
44 Warning: readlink(): %s in %s on line %d
47 Warning: readlink(): %s in %s on line %d
50 Warning: readlink(): %s in %s on line %d
53 Warning: readlink(): %s in %s on line %d
56 Warning: readlink(): %s in %s on line %d
59 Warning: readlink(): %s in %s on line %d
/PHP-8.0/ext/pcre/tests/
H A Ddelimiters.phpt18 Warning: preg_match(): Empty regular expression in %sdelimiters.php on line 3
21 Warning: preg_match(): Empty regular expression in %sdelimiters.php on line 4
25 Warning: preg_match(): Delimiter must not be alphanumeric or backslash in %sdelimiters.php on line 6
29 Warning: preg_match(): No ending delimiter '~' found in %sdelimiters.php on line 8
33 Warning: preg_match(): Unknown modifier 'z' in %sdelimiters.php on line 10
36 Warning: preg_match(): No ending matching delimiter '}' found in %sdelimiters.php on line 11
H A Dpreg_quote_basic.phpt6 * Function is implemented in ext/pcre/php_pcre.c
8 $string_before = '/this *-has \ metacharacters^ in $';
12 $string1 = 'testing - /this *-has \ metacharacters^ in $ should work';
17 $string_before looks like: /this *-has \ metacharacters^ in $
18 $string_after looks like: \/this \*\-has \\ metacharacters\^ in \$, with metacharacters and / (set …
22 string(58) "testing - /this *-has \ metacharacters^ in $ should work"
/PHP-8.0/tests/classes/
H A Dtype_hinting_004.phpt9 echo "in f1;\n";
12 echo "in f2;\n";
149 in f1;
152 in f2;
153 in f2;
154 in f2;
160 in C::f1 (static);
163 in C::f2 (static);
164 in C::f2 (static);
165 in C::f2 (static);
[all …]
/PHP-8.0/ext/intl/tests/
H A Dgrapheme_out_of_bounds.phpt209 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
210 grapheme_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
211 grapheme_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
213 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
214 grapheme_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
215 grapheme_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
218 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
219 grapheme_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
222 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
227 grapheme_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
/PHP-8.0/ext/reflection/tests/
H A Dparameters_002.phpt81 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
85 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
94 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
98 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
107 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
111 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
120 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
124 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
137 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
150 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
[all …]
/PHP-8.0/ext/mbstring/tests/
H A Dmb_strpos_offset_errors.phpt49 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
50 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
51 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
52 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
53 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
54 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
55 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
56 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dini_mbstring_invalid.phpt21 Warning: PHP Startup: INI setting contains invalid encoding "DETECT_ORDER" in Unknown on line 0
23 Deprecated: PHP Startup: Use of mbstring.http_input is deprecated in Unknown on line 0
25 Warning: PHP Startup: INI setting contains invalid encoding "HTTP_INPUT" in Unknown on line 0
27 Deprecated: PHP Startup: Use of mbstring.http_output is deprecated in Unknown on line 0
29 Deprecated: PHP Startup: Use of mbstring.internal_encoding is deprecated in Unknown on line 0
31 Warning: PHP Startup: Unknown encoding "UNKNOWN_ENCODING" in ini setting in Unknown on line 0
/PHP-8.0/ext/oci8/tests/
H A Dbind_unsupported_1.phpt10 // These types are defined in oci8.c
37 Warning: oci_bind_by_name(): Unknown or unsupported datatype given: 97 in %sbind_unsupported_1.php …
40 Warning: oci_bind_by_name(): Unknown or unsupported datatype given: 5 in %sbind_unsupported_1.php o…
43 Warning: oci_bind_by_name(): Unknown or unsupported datatype given: 9 in %sbind_unsupported_1.php o…
46 Warning: oci_bind_by_name(): Unknown or unsupported datatype given: 94 in %sbind_unsupported_1.php …
49 Warning: oci_bind_by_name(): Unknown or unsupported datatype given: 4 in %sbind_unsupported_1.php o…
52 Warning: oci_bind_by_name(): Unknown or unsupported datatype given: 68 in %sbind_unsupported_1.php …
55 Warning: oci_bind_by_name(): Unknown or unsupported datatype given: 156 in %sbind_unsupported_1.php…
/PHP-8.0/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt26 Warning: finfo_open(%s123): Failed to open stream: No such file or directory in %s on line %d
28 Warning: finfo_open(%s123): Failed to open stream: No such file or directory in %s on line %d
30 Warning: finfo_open(): Failed to load magic database at "%s123" in %s on line %d
33 Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d
35 Warning: finfo_open(%s1): Failed to open stream: No such file or directory in %s on line %d
37 Warning: finfo_open(): Failed to load magic database at "%s1" in %s on line %d
40 Warning: finfo_open(%sinexistent): Failed to open stream: No such file or directory in %s on line %d
42 Warning: finfo_open(%sinexistent): Failed to open stream: No such file or directory in %s on line %d
44 Warning: finfo_open(): Failed to load magic database at "%sinexistent" in %s on line %d
/PHP-8.0/tests/security/
H A Dopen_basedir_error_log_variation.phpt33 …rror_log(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
35 Warning: error_log(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
38 … error_log(): open_basedir restriction in effect. File(%s/test/bad.txt) is not within the allowed …
40 Warning: error_log(%s/test/bad.txt): Failed to open stream: %s in %s on line %d
43 …ng: error_log(): open_basedir restriction in effect. File(%s/bad.txt) is not within the allowed pa…
45 Warning: error_log(%s/bad.txt): Failed to open stream: %s in %s on line %d
/PHP-8.0/ext/standard/tests/dir/
H A Dscandir_variation6.phpt2 Test scandir() function : usage variations - Wildcards in directory path
49 Warning: scandir(%s/scandir_var*): Failed to open directory: %s in %s on line %d
51 Warning: scandir(): (errno %d): %s in %s on line %d
54 Warning: scandir(%s/*): Failed to open directory: %s in %s on line %d
56 Warning: scandir(): (errno %d): %s in %s on line %d
61 Warning: scandir(%s/scandir_variation6/sub_dir?): Failed to open directory: %s in %s on line %d
63 Warning: scandir(): (errno %d): %s in %s on line %d
66 Warning: scandir(%s/scandir_variation6/sub?dir1): Failed to open directory: %s in %s on line %d
68 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-8.0/ext/sockets/tests/
H A Dsocket_sendrecvmsg_error.phpt13 Warning: socket_sendmsg(): Error in sendmsg [%d]: %a in %s on line %d
15 Warning: socket_recvmsg(): Error in recvmsg [%d]: %a in %s on line %d
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_dim_006.phpt20 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
22 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
24 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
26 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
28 Warning: Illegal string offset -5 in %sassign_dim_006.php on line 5
/PHP-8.0/ext/standard/tests/strings/
H A Dhtmlentities21.phpt136 …ulti-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
139 …ulti-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
142 …ulti-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
145 …ulti-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
148 …ulti-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
151 …ulti-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
154 …ulti-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
157 …ulti-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
160 …ulti-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
163 …ulti-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
[all …]
/PHP-8.0/ext/standard/tests/filters/
H A Dphp_user_filter_02.phpt6 function filter($in, $out, $consumed, $closing) {}
12 … of foo::filter($in, $out, $consumed, $closing) must be compatible with php_user_filter::filter($i…
/PHP-8.0/ext/standard/tests/streams/
H A Dglob-wrapper.phpt19 echo "No files in $spec\n";
27 …g: opendir(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (/do…
29 Warning: opendir(%s): Failed to open directory: Operation not permitted in %s%eglob-wrapper.php on …
33 …g: opendir(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (/do…
35 Warning: opendir(glob://%s): Failed to open directory: operation failed in %s%eglob-wrapper.php on …

Completed in 31 milliseconds

12345678910>>...232