Home
last modified time | relevance | path

Searched refs:in (Results 251 – 275 of 7204) sorted by relevance

1...<<11121314151617181920>>...289

/php-src/ext/standard/tests/assert/
H A Dassert03.phpt35 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
37 Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0
39 Deprecated: Constant ASSERT_ACTIVE is deprecated in %s on line %d
41 Deprecated: Function assert_options() is deprecated in %s on line %d
43 Deprecated: Constant ASSERT_WARNING is deprecated in %s on line %d
45 Deprecated: Function assert_options() is deprecated in %s on line %d
47 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
49 Deprecated: Function assert_options() is deprecated in %s on line %d
52 Deprecated: ini_set(): assert.callback INI setting is deprecated in %s on line %d
H A Dassert_variation.phpt88 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
90 Deprecated: Function assert_options() is deprecated in %s on line %d
101 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
103 Deprecated: Function assert_options() is deprecated in %s on line %d
111 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
116 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
126 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
131 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
140 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
145 Deprecated: Constant ASSERT_CALLBACK is deprecated in %s on line %d
[all …]
/php-src/Zend/tests/generators/
H A Dexception_during_shutdown.phpt12 echo "before yield in finally\n";
14 echo "after yield in finally\n";
25 before yield in finally
27 Fatal error: Uncaught Error: Cannot yield from finally in a force-closed generator in %s:%d
31 thrown in %s on line %d
/php-src/ext/mbstring/tests/
H A Dbug45923.phpt47 strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
55 strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
70 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
78 mb_strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
93 stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
101 stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
116 mb_stripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
139 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
147 strrpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
185 strripos(): Argument #3 ($offset) must be contained in argument #1 ($haystack)
[all …]
/php-src/ext/standard/tests/file/
H A Dfread_variation4.phpt100 -- File opened in mode a --
117 -- File opened in mode ab --
134 -- File opened in mode at --
151 -- File opened in mode w --
168 -- File opened in mode wb --
185 -- File opened in mode wt --
202 -- File opened in mode x --
255 -- File opened in mode a --
306 -- File opened in mode w --
357 -- File opened in mode x --
[all …]
H A Dinclude_userstream_003.phpt99 Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
101 … file_get_contents(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=…
106 Warning: include(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 i…
108 Warning: include(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on…
110 Warning: include(): Failed opening 'test1://hello' for inclusion (include_path='%s') in %s on line …
112 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in
114 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on l…
119 Warning: fopen(): test1:// wrapper is disabled in the server configuration by allow_url_fopen=0 in
121 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on l…
123 Warning: include(test2://hello): Failed to open stream: "test::stream_open" call failed in %s on li…
[all …]
/php-src/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt60 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on li…
63 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l…
66 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, true given, called in %s on lin…
69 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, false given, called in %s on li…
72 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, null given, called in %s on lin…
75 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, array given, called in %s on li…
95 *** Caught {closure:%s:%d}(): Argument #1 ($f) must be of type float, true given, called in %s on l…
101 *** Caught {closure:%s:%d}(): Argument #1 ($f) must be of type float, null given, called in %s on l…
115 *** Caught {closure:%s:%d}(): Argument #1 ($s) must be of type string, int given, called in %s on l…
144 *** Caught {closure:%s:%d}(): Argument #1 ($b) must be of type bool, int given, called in %s on lin…
[all …]
/php-src/tests/security/
H A Dopen_basedir_rename.phpt32 …ing: rename(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
35 …ng: rename(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the allowed…
38 … rename(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within the allow…
41 …g: rename(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not within the allowe…
44 …: rename(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
/php-src/tests/classes/
H A Dstatic_properties_003.phpt24 //unset($c->y); // Fatal error, tested in static_properties_003_error1.phpt
25 //echo $c->y; // Fatal error, tested in static_properties_003_error2.phpt
26 //$c->y = 1; // Fatal error, tested in static_properties_003_error3.phpt
27 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
33 Notice: Accessing static property C::$x as non static in %s on line 12
35 Notice: Accessing static property C::$x as non static in %s on line 13
37 Warning: Undefined property: C::$x in %s on line %d
39 Notice: Accessing static property C::$x as non static in %s on line 14
41 Notice: Accessing static property C::$x as non static in %s on line 16
43 Notice: Accessing static property C::$x as non static in %s on line 17
H A Dtype_hinting_004.phpt9 echo "in f1;\n";
12 echo "in f2;\n";
154 in f1;
157 in f2;
158 in f2;
159 in f2;
165 in C::f1 (static);
168 in C::f2 (static);
169 in C::f2 (static);
170 in C::f2 (static);
[all …]
/php-src/ext/date/tests/
H A Dgmstrftime_variation16.phpt20 'Time in a.m/p.m notation' => "%r",
21 'Time in 24 hour notation' => "%R",
37 --Time in a.m/p.m notation--
39 Deprecated: Function gmstrftime() is deprecated in %s on line %d
42 Deprecated: Function gmstrftime() is deprecated in %s on line %d
45 --Time in 24 hour notation--
47 Deprecated: Function gmstrftime() is deprecated in %s on line %d
50 Deprecated: Function gmstrftime() is deprecated in %s on line %d
55 Deprecated: Function gmstrftime() is deprecated in %s on line %d
58 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dgmstrftime_variation3.phpt15 'Week number of the year in decimal number' => "%W",
32 Deprecated: Function gmstrftime() is deprecated in %s on line %d
35 Deprecated: Function gmstrftime() is deprecated in %s on line %d
40 Deprecated: Function gmstrftime() is deprecated in %s on line %d
43 Deprecated: Function gmstrftime() is deprecated in %s on line %d
48 Deprecated: Function gmstrftime() is deprecated in %s on line %d
51 Deprecated: Function gmstrftime() is deprecated in %s on line %d
54 --Week number of the year in decimal number--
56 Deprecated: Function gmstrftime() is deprecated in %s on line %d
59 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dstrftime_variation16.phpt20 'Time in a.m/p.m notation' => "%r",
21 'Time in 24 hour notation' => "%R",
37 --Time in a.m/p.m notation--
39 Deprecated: Function strftime() is deprecated in %s on line %d
42 Deprecated: Function strftime() is deprecated in %s on line %d
45 --Time in 24 hour notation--
47 Deprecated: Function strftime() is deprecated in %s on line %d
50 Deprecated: Function strftime() is deprecated in %s on line %d
55 Deprecated: Function strftime() is deprecated in %s on line %d
58 Deprecated: Function strftime() is deprecated in %s on line %d
H A Dstrftime_variation3.phpt16 'Week number of the year in decimal number' => "%W",
32 Deprecated: Function strftime() is deprecated in %s on line %d
35 Deprecated: Function strftime() is deprecated in %s on line %d
40 Deprecated: Function strftime() is deprecated in %s on line %d
43 Deprecated: Function strftime() is deprecated in %s on line %d
48 Deprecated: Function strftime() is deprecated in %s on line %d
51 Deprecated: Function strftime() is deprecated in %s on line %d
54 --Week number of the year in decimal number--
56 Deprecated: Function strftime() is deprecated in %s on line %d
59 Deprecated: Function strftime() is deprecated in %s on line %d
/php-src/ext/pgsql/tests/
H A D09notice.phpt60 Notice: pg_query(): %s already a transaction in progress in %s on line %d
62 Notice: pg_query(): %s already a transaction in progress in %s on line %d
64 Notice: pg_query(): %s already a transaction in progress in %s on line %d
65 string(52) "WARNING: there is already a transaction in progress"
68 string(52) "WARNING: there is already a transaction in progress"
70 string(52) "WARNING: there is already a transaction in progress"
72 string(52) "WARNING: there is already a transaction in progress"
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_error.phpt43 …: no valid leading digits, interpreting as "0" for backwards compatibility in %s%ezend_ini_parse_q…
48 Warning: Invalid quantity "1KM", interpreting as "1M" for backwards compatibility in %s%ezend_ini_p…
53 …": unknown multiplier "X", interpreting as "1" for backwards compatibility in %s%ezend_ini_parse_q…
58 Warning: Invalid quantity "1.0K", interpreting as "1K" for backwards compatibility in %s%ezend_ini_…
68 Warning: Invalid prefix "0Z", interpreting as "0" for backwards compatibility in %s%ezend_ini_parse…
98 Warning: Invalid quantity " 123\x00K", interpreting as " 123K" for backwards compatibility in %s on…
103 …00 123K": no valid leading digits, interpreting as "0" for backwards compatibility in %s on line %d
108 …x00123K": no valid leading digits, interpreting as "0" for backwards compatibility in %s on line %d
113 Warning: Invalid quantity " 123\x00K", interpreting as " 123K" for backwards compatibility in %s on…
118 …00": unknown multiplier "\x00", interpreting as " 123" for backwards compatibility in %s on line %d
[all …]
/php-src/Zend/tests/
H A Doss_fuzz_64209.phpt2 oss-fuzz #64209: Fix in-place modification of filename in php_message_handler_for_zend
8 Warning: require(://@): Failed to open stream: No such file or directory in %s on line %d
10 Fatal error: Uncaught Error: Failed opening required '://@' (include_path='%s') in %s:%d
13 thrown in %s on line %d
/php-src/ext/filter/tests/
H A D025.phpt19 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
22 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
25 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
28 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
31 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
34 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
37 Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in %s on line %d
/php-src/ext/phar/tests/
H A Dmkdir.phpt34 Warning: mkdir(): phar error: cannot create directory "phar://", no phar archive specified in %smkd…
36 …): phar error: cannot create directory "" in phar "foo.phar", phar error: invalid path "" must not…
38 …error: cannot create directory "a" in phar "%smkdir.phar.php", phar error: path "a" exists and is …
40 …ctory "phar://", no phar archive specified, or phar archive does not exist in %smkdir.php on line …
42 …ing: rmdir(): phar error: cannot remove directory "" in phar "foo.phar", directory does not exist
44 …error: cannot remove directory "a" in phar "%smkdir.phar.php", phar error: path "a" exists and is …
45 Cannot create a directory in magic ".phar" directory
/php-src/ext/exif/tests/
H A Dbug76557.phpt11 …57.jpg): Process tag(x010F=Make): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
13 … Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
15 … Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
17 … Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
19 … Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
21 … Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
23 … Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
25 … Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
27 … Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
29 … Process tag(x3030=UndefinedTag): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on li…
[all …]
/php-src/ext/standard/tests/math/
H A Dbindec_basic.phpt39 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
42 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
45 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
48 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
55 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
58 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
61 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
64 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
67 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
70 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
[all …]
H A Dbindec_basic_64bit.phpt39 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
42 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
45 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
48 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
55 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
58 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
61 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
64 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
67 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
70 Deprecated: Invalid characters passed for attempted conversion, these have been ignored in %s on li…
[all …]
/php-src/ext/intl/tests/
H A Dformatter_fail.phpt16 . " in " . $e->getFile() . " on line " . $e->getLine() . "\n";
98 ArgumentCountError: NumberFormatter::__construct() expects at least 2 arguments, 0 given in %s on l…
101 ArgumentCountError: numfmt_create() expects at least 2 arguments, 0 given in %s on line %d
104 ArgumentCountError: NumberFormatter::create() expects at least 2 arguments, 0 given in %s on line %d
107 Error: NumberFormatter object is already constructed in %s on line %d
122 ValueError: NumberFormatter::__construct(): Argument #1 ($locale) "%s" is invalid in %s on line %d
125 ValueError: NumberFormatter::create(): Argument #1 ($locale) "%s" is invalid in %s on line %d
128 ValueError: numfmt_create(): Argument #1 ($locale) "%s" is invalid in %s on line %d
137 TypeError: numfmt_create(): Argument #1 ($locale) must be of type string, array given in %s on line…
140 IntlException: Constructor failed in %s on line %d
[all …]
/php-src/ext/dba/tests/
H A Ddba_cdb_creation_matrix.phpt28 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l…
32 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l…
36 Warning: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on l…
85 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
89 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
93 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
97 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
142 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
146 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
150 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
[all …]
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_doclit.inc5 …return new SoapFault("Server", "Fault in response to 'echoSOAPStructFault'.", null, array("soapStr…
9 …return new SoapFault("Server", "Fault in response to 'echoBaseStructFault'.", null, $input, "Compl…
13 …return new SoapFault("Server", "Fault in response to 'echoExtendedStructFault'.", null, $input, "C…
18 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, $input->param2…
20 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStr…
26 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param2…
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param3…
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $input->param1…

Completed in 31 milliseconds

1...<<11121314151617181920>>...289