Home
last modified time | relevance | path

Searched refs:line (Results 51 – 75 of 3201) sorted by relevance

12345678910>>...129

/PHP-8.0/ext/opcache/tests/jit/
H A Dfe_reset_001.phpt17 Warning: Undefined variable $0 in %sfe_reset_001.php on line 4
19 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
21 Warning: Undefined variable $1 in %sfe_reset_001.php on line 4
23 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
25 Warning: Undefined variable $2 in %sfe_reset_001.php on line 4
27 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
29 Warning: Undefined variable $3 in %sfe_reset_001.php on line 4
31 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
33 Warning: Undefined variable $4 in %sfe_reset_001.php on line 4
35 Warning: foreach() argument must be of type array|object, null given in %sfe_reset_001.php on line 4
H A Dreg_alloc_006.phpt21 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
23 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
25 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
27 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
29 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
31 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
33 Warning: Undefined variable $y in %sreg_alloc_006.php on line 5
/PHP-8.0/ext/standard/tests/file/
H A Dreadfile_variation2.phpt66 line
67 line of text
68 line
69 line of text
70 line
71 line of t
76 line
77 line of text
78 line
80 line
[all …]
H A Dbug26938.phpt24 print "md5(line $i)= " . md5($out[$i]) . " (length " .
28 md5(line 0)= e86410fa2d6e2634fd8ac5f4b3afe7f3 (length 10)
29 md5(line 1)= e84debf3a1d132871d7fe45c1c04c566 (length 20000)
30 md5(line 2)= c33b4d2f86908eea5d75ee5a61fd81f4 (length 10000)
31 md5(line 3)= 2ecdde3959051d913f61b14579ea136d (length 5)
32 md5(line 4)= c33b4d2f86908eea5d75ee5a61fd81f4 (length 10000)
33 md5(line 5)= 902fbdd2b1df0c4f70b4a5d23525e932 (length 3)
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_seek_basic.phpt9 //line 2
10 //line 3
11 //line 4
12 //line 5
19 //line 3
H A DSplFileObject_next_basic.phpt9 //line 2
10 //line 3
11 //line 4
12 //line 5
22 //line 2
H A DSplFileObject_key_fgets_and_seek.phpt15 ['line' => $file->key(), 'contents' => trim($file->fgets())],
16 ['line' => $file->key(), 'contents' => trim($file->fgets())],
17 ['line' => $file->key(), 'contents' => trim($file->fgets())],
23 ["line"]=>
29 ["line"]=>
35 ["line"]=>
/PHP-8.0/ext/standard/tests/serialize/
H A Dinvalid_signs_in_lengths.phpt21 Notice: unserialize(): Error at offset 0 of 9 bytes in %s on line %d
24 Notice: unserialize(): Error at offset 0 of 9 bytes in %s on line %d
27 Notice: unserialize(): Error at offset 0 of 7 bytes in %s on line %d
30 Notice: unserialize(): Error at offset 0 of 7 bytes in %s on line %d
33 Notice: unserialize(): Error at offset 0 of 20 bytes in %s on line %d
36 Notice: unserialize(): Error at offset 0 of 20 bytes in %s on line %d
39 Notice: unserialize(): Error at offset 0 of 24 bytes in %s on line %d
42 Notice: unserialize(): Error at offset 0 of 24 bytes in %s on line %d
45 Notice: unserialize(): Error at offset 9 of 15 bytes in %s on line %d
48 Notice: unserialize(): Error at offset 9 of 15 bytes in %s on line %d
[all …]
H A Dbug25378.phpt20 Notice: unserialize(): Error at offset 0 of 8 bytes in %sbug25378.php on line %d
23 Notice: unserialize(): Error at offset 0 of 5 bytes in %sbug25378.php on line %d
26 Notice: unserialize(): Error at offset 13 of 19 bytes in %sbug25378.php on line %d
29 Notice: unserialize(): Error at offset 14 of 19 bytes in %sbug25378.php on line %d
32 Notice: unserialize(): Error at offset 2 of 22 bytes in %sbug25378.php on line %d
35 Notice: unserialize(): Error at offset 17 of 18 bytes in %sbug25378.php on line %d
38 Notice: unserialize(): Error at offset 24 of 33 bytes in %sbug25378.php on line %d
47 Notice: unserialize(): Error at offset 2 of 13 bytes in %sbug25378.php on line %d
50 Notice: unserialize(): Error at offset 2 of 11 bytes in %sbug25378.php on line %d
53 Notice: unserialize(): Error at offset 8 of 9 bytes in %sbug25378.php on line %d
[all …]
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c153 for (line = offset; line < lastline;) { in phpdbg_list_file()
154 uint32_t linestart = data->line[line++]; in phpdbg_list_file()
155 uint32_t linelen = data->line[line] - linestart; in phpdbg_list_file()
236 uint32_t line; in phpdbg_compile_file() local
261 data.line[0] = 0; in phpdbg_compile_file()
266 dataptr->line[++line] = (uint32_t)(bufptr - data.buf) + 1; in phpdbg_compile_file()
272 dataptr->line[line] = endptr - data.buf; in phpdbg_compile_file()
323 uint32_t line; in phpdbg_compile_string() local
333 dataptr->line[0] = 0; in phpdbg_compile_string()
336 dataptr->line[++line] = (uint32_t)(bufptr - dataptr->buf) + 1; in phpdbg_compile_string()
[all …]
/PHP-8.0/tests/lang/
H A DpassByReference_005.phpt173 Warning: Undefined variable $u1 in %s on line %d
175 Warning: Undefined variable $u1 in %s on line %d
179 Warning: Undefined variable $u1 in %s on line %d
181 Warning: Undefined variable $u2 in %s on line %d
183 Warning: Undefined variable $u1 in %s on line %d
185 Warning: Undefined variable $u2 in %s on line %d
189 Warning: Undefined variable $u1 in %s on line %d
191 Warning: Undefined variable $u1 in %s on line %d
195 Warning: Undefined variable $u2 in %s on line %d
197 Warning: Undefined variable $u2 in %s on line %d
[all …]
/PHP-8.0/ext/standard/tests/math/
H A Dbase_convert_basic.phpt36 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
39 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
42 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
45 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
49 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
52 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
55 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
58 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
63 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
66 …cated: Invalid characters passed for attempted conversion, these have been ignored in %s on line %d
[all …]
/PHP-8.0/ext/xml/tests/
H A Dbug26614.phpt2 Bug #26614 (CDATA sections skipped on line count)
14 further investigation has shown that not only line count
28 line
39 line
50 line
86 <DATA> at line 2, col 0 (byte 45)
87 </DATA> at line 9, col 0 (byte 90)
89 <DATA> at line 2, col 0 (byte 45)
90 </DATA> at line 9, col 0 (byte 90)
92 <DATA> at line 2, col 0 (byte 45)
[all …]
H A Dbug26614_libxml.phpt2 Bug #26614 (CDATA sections skipped on line count)
14 further investigation has shown that not only line count
28 line
39 line
50 line
86 <DATA> at line 2, col %d (byte 9)
87 </DATA> at line 9, col %d (byte 55)
89 <DATA> at line 2, col %d (byte 9)
90 </DATA> at line 9, col %d (byte 55)
92 <DATA> at line 2, col %d (byte 9)
[all …]
/PHP-8.0/Zend/tests/
H A Ddebug_backtrace_options.phpt77 [line] => %d
88 [line] => %d
102 [line] => %d
121 [line] => %d
140 [line] => 17
152 [line] => %d
166 [line] => %d
185 [line] => %d
204 [line] => 19
216 [line] => %d
[all …]
/PHP-8.0/ext/zip/tests/
H A Dzip_read.phpt20 Deprecated: Function zip_open() is deprecated in %s on line %d
22 Deprecated: Function zip_read() is deprecated in %s on line %d
24 Deprecated: Function zip_read() is deprecated in %s on line %d
26 Deprecated: Function zip_read() is deprecated in %s on line %d
28 Deprecated: Function zip_read() is deprecated in %s on line %d
30 Deprecated: Function zip_read() is deprecated in %s on line %d
32 Deprecated: Function zip_close() is deprecated in %s on line %d
/PHP-8.0/tests/security/
H A Dopen_basedir_copy.phpt38 Warning: copy(../bad): Failed to open stream: %s in %s on line %d
43 Warning: copy(../bad/bad.txt): Failed to open stream: %s in %s on line %d
46 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
48 Warning: copy(..): Failed to open stream: %s in %s on line %d
51 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
53 Warning: copy(../): Failed to open stream: %s in %s on line %d
56 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
58 Warning: copy(/): Failed to open stream: %s in %s on line %d
63 Warning: copy(../bad/.): Failed to open stream: %s in %s on line %d
68 Warning: copy(../bad/./bad.txt): Failed to open stream: %s in %s on line %d
[all …]
H A Dopen_basedir_opendir.phpt30 …basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d
32 Warning: opendir(../bad): Failed to open directory: %s in %s on line %d
37 Warning: opendir(../bad/bad.txt): Failed to open directory: %s in %s on line %d
40 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
42 Warning: opendir(..): Failed to open directory: %s in %s on line %d
47 Warning: opendir(../): Failed to open directory: %s in %s on line %d
50 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
52 Warning: opendir(/): Failed to open directory: %s in %s on line %d
57 Warning: opendir(../bad/.): Failed to open directory: %s in %s on line %d
62 Warning: opendir(%s/test/bad/bad.txt): Failed to open directory: %s in %s on line %d
[all …]
/PHP-8.0/ext/standard/tests/
H A Dbug71827.phpt5 $line = str_repeat(' ',20); $value ='03'; $pos=0; $len='2';
6 $line = substr_replace($line,$value,$pos,$len);
7 echo "[$line]\n";
/PHP-8.0/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
13 echo "$errnames[$errno]: $errmsg on line $line\n";
75 *** Caught {closure}(): Return value must be of type int, string returned in %s on line %d
77 *** Caught {closure}(): Return value must be of type int, string returned in %s on line %d
79 *** Caught {closure}(): Return value must be of type int, string returned in %s on line %d
83 *** Caught {closure}(): Return value must be of type int, float returned in %s on line %d
89 *** Caught {closure}(): Return value must be of type int, null returned in %s on line %d
92 *** Caught {closure}(): Return value must be of type int, array returned in %s on line %d
95 *** Caught {closure}(): Return value must be of type int, stdClass returned in %s on line %d
126 *** Caught {closure}(): Return value must be of type float, null returned in %s on line %d
[all …]
H A Dscalar_return_basic_64bit.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
13 echo "$errnames[$errno]: $errmsg on line $line\n";
75 *** Caught {closure}(): Return value must be of type int, string returned in %s on line %d
77 *** Caught {closure}(): Return value must be of type int, string returned in %s on line %d
79 *** Caught {closure}(): Return value must be of type int, string returned in %s on line %d
83 *** Caught {closure}(): Return value must be of type int, float returned in %s on line %d
89 *** Caught {closure}(): Return value must be of type int, null returned in %s on line %d
92 *** Caught {closure}(): Return value must be of type int, array returned in %s on line %d
95 *** Caught {closure}(): Return value must be of type int, stdClass returned in %s on line %d
126 *** Caught {closure}(): Return value must be of type float, null returned in %s on line %d
[all …]
H A Dscalar_strict_basic.phpt60 *** Caught {closure}(): Argument #1 ($i) must be of type int, float given, called in %s on line %d
63 *** Caught {closure}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
66 *** Caught {closure}(): Argument #1 ($i) must be of type int, bool given, called in %s on line %d
69 *** Caught {closure}(): Argument #1 ($i) must be of type int, bool given, called in %s on line %d
72 *** Caught {closure}(): Argument #1 ($i) must be of type int, null given, called in %s on line %d
75 *** Caught {closure}(): Argument #1 ($i) must be of type int, array given, called in %s on line %d
95 *** Caught {closure}(): Argument #1 ($f) must be of type float, bool given, called in %s on line %d
98 *** Caught {closure}(): Argument #1 ($f) must be of type float, bool given, called in %s on line %d
101 *** Caught {closure}(): Argument #1 ($f) must be of type float, null given, called in %s on line %d
115 *** Caught {closure}(): Argument #1 ($s) must be of type string, int given, called in %s on line %d
[all …]
/PHP-8.0/ext/tidy/tests/
H A D006.phpt12 line 1 column 1 - Warning: missing <!DOCTYPE> declaration
13 line 1 column 7 - Error: <asd> is not recognized!
14 line 1 column 7 - Warning: discarding unexpected <asd>
15 line 1 column 17 - Warning: discarding unexpected </html>
16 line 1 column 7 - Warning: inserting missing 'title' element
/PHP-8.0/ext/standard/tests/strings/
H A Dvprintf_variation8.phpt88 Warning: Array to string conversion in %s on line %d
90 Warning: Array to string conversion in %s on line %d
92 Warning: Array to string conversion in %s on line %d
94 Warning: Array to string conversion in %s on line %d
96 Warning: Array to string conversion in %s on line %d
98 Warning: Array to string conversion in %s on line %d
100 Warning: Array to string conversion in %s on line %d
102 Warning: Array to string conversion in %s on line %d
104 Warning: Array to string conversion in %s on line %d
106 Warning: Array to string conversion in %s on line %d
[all …]
/PHP-8.0/ext/odbc/tests/
H A Dodbc_exec_001.phpt31 Warning: odbc_exec(): Argument #3 must be of type int, string given in %s on line %d
33 Warning: odbc_exec(): SQL error: %s in %s on line %d
35 Warning: odbc_exec(): Argument #3 must be of type int, string given in %s on line %d
37 Warning: odbc_exec(): SQL error: %s in %s on line %d
39 Warning: odbc_exec(): SQL error: %s in %s on line %d
41 Warning: odbc_exec(): SQL error: %s in %s on line %d
43 Warning: odbc_exec(): SQL error: %s in %s on line %d
45 Warning: odbc_exec(): SQL error: %s in %s on line %d

Completed in 52 milliseconds

12345678910>>...129