Home
last modified time | relevance | path

Searched refs:in (Results 301 – 325 of 7112) sorted by relevance

1...<<11121314151617181920>>...285

/php-src/ext/mbstring/tests/
H A Dini_mbstring_invalid.phpt20 Warning: PHP Startup: INI setting contains invalid encoding "DETECT_ORDER" in Unknown on line 0
22 Deprecated: PHP Startup: Use of mbstring.http_input is deprecated in Unknown on line 0
24 Warning: PHP Startup: INI setting contains invalid encoding "HTTP_INPUT" in Unknown on line 0
26 Deprecated: PHP Startup: Use of mbstring.http_output is deprecated in Unknown on line 0
28 Deprecated: PHP Startup: Use of mbstring.internal_encoding is deprecated in Unknown on line 0
30 Warning: PHP Startup: Unknown encoding "UNKNOWN_ENCODING" in ini setting in Unknown on line 0
H A Dmb_stripos_invalid_offset.phpt84 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
85 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
86 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
87 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
88 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
89 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
90 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
92 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dmb_strpos_invalid_offset.phpt84 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
85 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
86 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
87 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
88 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
89 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
90 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
91 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
92 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
H A Dmb_strpos_offset_errors.phpt51 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
52 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
53 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
54 mb_strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
55 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
56 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
57 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
58 mb_strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
/php-src/ext/session/tests/user_session_module/
H A Dbug60634_error_4.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in writ…
40 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
43 Fatal error: Uncaught Exception in %s
47 thrown in %s on line %d
49 Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on…
H A Dbug60634_error_3.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in wr…
45 Deprecated: Calling session_set_save_handler() with more than 2 arguments is deprecated in %s on li…
48 Fatal error: Uncaught Error: Call to undefined function undefined_function() in %s:%d
52 thrown in %s on line %d
54 Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on…
/php-src/ext/pcre/tests/
H A Ddelimiters.phpt19 Warning: preg_match(): Empty regular expression in %sdelimiters.php on line 3
22 Warning: preg_match(): Empty regular expression in %sdelimiters.php on line 4
26 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL byte in %sdelimiters.p…
30 Warning: preg_match(): No ending delimiter '~' found in %sdelimiters.php on line 8
34 Warning: preg_match(): Unknown modifier 'z' in %sdelimiters.php on line 10
37 Warning: preg_match(): No ending matching delimiter '}' found in %sdelimiters.php on line 11
40 Warning: preg_match(): Delimiter must not be alphanumeric, backslash, or NUL byte in %sdelimiters.p…
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-src/ext/enchant/tests/
H A Dbug53070.phpt17 Deprecated: Constant ENCHANT_MYSPELL is deprecated in %s
19 Deprecated: Function enchant_broker_get_dict_path() is deprecated in %s
21 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
24 Deprecated: Constant ENCHANT_ISPELL is deprecated in %s
26 Deprecated: Function enchant_broker_get_dict_path() is deprecated in %s
28 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
/php-src/ext/standard/tests/filters/
H A Dphp_user_filter_01.phpt6 function filter($in, $out, &$consumed, $closing): int {}
11 function filter($in, $out, &$consumed): int {}
17 …of bar::filter($in, $out, &$consumed): int must be compatible with php_user_filter::filter($in, $o…
/php-src/Zend/tests/
H A Dwarning_during_heredoc_scan_ahead.phpt13 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d
15 Warning: Octal escape sequence overflow \400 is greater than \377 in %s on line %d
17 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
19 Warning: Undefined variable $%0 in %s on line %d
/php-src/ext/standard/tests/assert/
H A Dassert_basic4.phpt25 Deprecated: PHP Startup: assert.active INI setting is deprecated in Unknown on line 0
27 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
29 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0
31 Deprecated: Constant ASSERT_ACTIVE is deprecated in %s on line %d
33 Deprecated: Function assert_options() is deprecated in %s on line %d
36 Deprecated: Constant ASSERT_WARNING is deprecated in %s on line %d
38 Deprecated: Function assert_options() is deprecated in %s on line %d
41 Deprecated: Constant ASSERT_BAIL is deprecated in %s on line %d
43 Deprecated: Function assert_options() is deprecated in %s on line %d
46 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
[all …]
/php-src/Zend/tests/zend_ini/
H A Dgh11876.phpt24 …x12": no digits after base prefix, interpreting as "0" for backwards compatibility in %s on line %d
27 …+10": no digits after base prefix, interpreting as "0" for backwards compatibility in %s on line %d
30 …+10": no digits after base prefix, interpreting as "0" for backwards compatibility in %s on line %d
33 …+10": no digits after base prefix, interpreting as "0" for backwards compatibility in %s on line %d
36 … 10": no digits after base prefix, interpreting as "0" for backwards compatibility in %s on line %d
39 … 10": no digits after base prefix, interpreting as "0" for backwards compatibility in %s on line %d
42 … 10": no digits after base prefix, interpreting as "0" for backwards compatibility in %s on line %d
45 …ty "0g10": unknown multiplier "0", interpreting as "0" for backwards compatibility in %s on line %d
48 …ty "0m10": unknown multiplier "0", interpreting as "0" for backwards compatibility in %s on line %d
51 …ty "0k10": unknown multiplier "0", interpreting as "0" for backwards compatibility in %s on line %d
/php-src/ext/standard/tests/file/
H A Dfwrite_variation3-win32.phpt77 -- Opening file in a --
89 -- Opening file in ab --
101 -- Opening file in at --
113 -- Opening file in a+ --
151 -- Opening file in a --
163 -- Opening file in ab --
175 -- Opening file in at --
187 -- Opening file in a+ --
225 -- Opening file in a --
237 -- Opening file in ab --
[all …]
H A Dfwrite_variation3.phpt78 -- Opening file in a --
90 -- Opening file in ab --
102 -- Opening file in at --
114 -- Opening file in a+ --
152 -- Opening file in a --
164 -- Opening file in ab --
176 -- Opening file in at --
188 -- Opening file in a+ --
226 -- Opening file in a --
238 -- Opening file in ab --
[all …]
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
/php-src/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-src/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-src/Zend/tests/numeric_strings/
H A Dinvalid_numeric_string_must_generate_warning_assign.phpt148 $a = foxcache("in");
163 Warning: A non-numeric value encountered in %s on line %d
165 Warning: A non-numeric value encountered in %s on line %d
170 Warning: A non-numeric value encountered in %s on line %d
172 Warning: A non-numeric value encountered in %s on line %d
177 Warning: A non-numeric value encountered in %s on line %d
179 Warning: A non-numeric value encountered in %s on line %d
184 Warning: A non-numeric value encountered in %s on line %d
186 Warning: A non-numeric value encountered in %s on line %d
191 Warning: A non-numeric value encountered in %s on line %d
[all …]
/php-src/ext/xsl/tests/
H A Dbug71571_a.phpt35 Warning: XSLTProcessor::transformToDoc(): runtime error: file %s line 8 element call-template in %s…
38 …just $maxTemplateDepth in order to raise the maximum number of nested template calls and variables…
40 Warning: XSLTProcessor::transformToDoc(): Templates: in %s on line %d
42 Warning: XSLTProcessor::transformToDoc(): #0 name recurse in %s on line %d
44 Warning: XSLTProcessor::transformToDoc(): #1 name recurse in %s on line %d
46 Warning: XSLTProcessor::transformToDoc(): #2 name / in %s on line %d
48 Warning: XSLTProcessor::transformToDoc(): Variables: in %s on line %d
/php-src/ext/intl/tests/
H A Dmsgfmt_fail2.phpt16 . " in " . $e->getFile() . " on line " . $e->getLine() . "\n";
111 ArgumentCountError: MessageFormatter::__construct() expects exactly 2 arguments, 0 given in %s on l…
114 ArgumentCountError: msgfmt_create() expects exactly 2 arguments, 0 given in %s on line %d
117 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 0 given in %s on line %d
120 ArgumentCountError: MessageFormatter::__construct() expects exactly 2 arguments, 1 given in %s on l…
123 ArgumentCountError: msgfmt_create() expects exactly 2 arguments, 1 given in %s on line %d
126 ArgumentCountError: MessageFormatter::create() expects exactly 2 arguments, 1 given in %s on line %d
133 IntlException: msgfmt_create: message formatter creation failed: U_ILLEGAL_ARGUMENT_ERROR in %s on …
157 TypeError: msgfmt_create(): Argument #1 ($locale) must be of type string, array given in %s on line…
165 IntlException: msgfmt_create: message formatter creation failed: U_UNMATCHED_BRACES in %s on line %d
[all …]
/php-src/ext/standard/tests/array/
H A Dusort_variation11.phpt46 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
48 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
50 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
52 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
54 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
56 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
58 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
60 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
62 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
64 …unction is deprecated, return an integer less than, equal to, or greater than zero in %s on line %d
[all …]
/php-src/Zend/tests/float_to_int/
H A Dwarnings_float_literals_assignment_ops.phpt2 Implicit float to int conversions should warn for literals in combined assingment operetor
37 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
40 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
43 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
46 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
49 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
53 Deprecated: Implicit conversion from float 2.5 to int loses precision in %s on line %d
/php-src/ext/opcache/tests/jit/
H A Dbool_not_002.phpt21 Warning: Undefined variable $a in %sbool_not_002.php on line 6
23 Warning: Undefined variable $a in %sbool_not_002.php on line 6
25 Deprecated: Implicit conversion from float %f to int loses precision in %sbool_not_002.php on line 6
27 Deprecated: Implicit conversion from float %f to int loses precision in %sbool_not_002.php on line 6
29 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sbool_not_002.php:6
33 thrown in %sbool_not_002.php on line 6
/php-src/ext/standard/tests/strings/
H A Dstr_replace_variation1.phpt15 /* replace the string in array */
26 Warning: Array to string conversion in %s on line %d
57 Warning: Array to string conversion in %s on line %d
88 Warning: Array to string conversion in %s on line %d
119 Warning: Array to string conversion in %s on line %d
150 Warning: Array to string conversion in %s on line %d
181 Warning: Array to string conversion in %s on line %d
212 Warning: Array to string conversion in %s on line %d
243 Warning: Array to string conversion in %s on line %d
276 Warning: Array to string conversion in %s on line %d
[all …]

Completed in 28 milliseconds

1...<<11121314151617181920>>...285