Home
last modified time | relevance | path

Searched refs:line (Results 126 – 150 of 4604) sorted by relevance

12345678910>>...185

/php-src/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt71 line
72 line of text
73 line
74 line of text
75 line
76 line of text
77 line
78 line of text
79 line
81 line
[all …]
/php-src/ext/tidy/tests/
H A D012.phpt45 ["line"]=>
66 ["line"]=>
90 ["line"]=>
113 ["line"]=>
138 ["line"]=>
269 ["line"]=>
312 ["line"]=>
332 ["line"]=>
418 ["line"]=>
438 ["line"]=>
[all …]
H A D008.phpt11 line 1 column 1 - Warning: missing <!DOCTYPE> declaration
12 line 1 column 7 - Error: <asd> is not recogni%ced!
13 line 1 column 7 - Warning: discarding unexpected <asd>
14 line 1 column 17 - Warning: discarding unexpected </html>
15 line 1 column 7 - Warning: inserting missing 'title' element
/php-src/ext/reflection/tests/
H A Dparameters_002.phpt82 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
86 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
95 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
99 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
108 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
112 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
121 Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d
125 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
138 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
151 Deprecated: Method ReflectionParameter::isArray() is deprecated in %s on line %d
[all …]
/php-src/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-src/Zend/tests/type_declarations/
H A Dscalar_return_basic_64bit.phpt13 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
14 echo "$errnames[$errno]: $errmsg on line $line\n";
74 E_DEPRECATED: Implicit conversion from float 1.5 to int loses precision on line %d
77 *** Caught {closure:%s:%d}(): Return value must be of type int, string returned in %s on line %d
79 *** Caught {closure:%s:%d}(): Return value must be of type int, string returned in %s on line %d
81 *** Caught {closure:%s:%d}(): Return value must be of type int, string returned in %s on line %d
85 *** Caught {closure:%s:%d}(): Return value must be of type int, float returned in %s on line %d
91 *** Caught {closure:%s:%d}(): Return value must be of type int, null returned in %s on line %d
94 *** Caught {closure:%s:%d}(): Return value must be of type int, array returned in %s on line %d
128 *** Caught {closure:%s:%d}(): Return value must be of type float, null returned in %s on line %d
[all …]
H A Dscalar_return_basic.phpt13 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
14 echo "$errnames[$errno]: $errmsg on line $line\n";
74 E_DEPRECATED: Implicit conversion from float 1.5 to int loses precision on line %d
77 *** Caught {closure:%s:%d}(): Return value must be of type int, string returned in %s on line %d
79 *** Caught {closure:%s:%d}(): Return value must be of type int, string returned in %s on line %d
81 *** Caught {closure:%s:%d}(): Return value must be of type int, string returned in %s on line %d
85 *** Caught {closure:%s:%d}(): Return value must be of type int, float returned in %s on line %d
91 *** Caught {closure:%s:%d}(): Return value must be of type int, null returned in %s on line %d
94 *** Caught {closure:%s:%d}(): Return value must be of type int, array returned in %s on line %d
128 *** Caught {closure:%s:%d}(): Return value must be of type float, null returned in %s on line %d
[all …]
H A Dscalar_basic.phpt11 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
12 echo "$errnames[$errno]: $errmsg on line $line\n";
75 E_DEPRECATED: Implicit conversion from float 1.5 to int loses precision on line 14
79 …ught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
82 …ught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
85 …ught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
91 …aught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on line %d
100 …Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, null given, called in %s on line %d
104 …aught {closure:%s:%d}(): Argument #1 ($i) must be of type int, array given, called in %s on line %d
153 …ught {closure:%s:%d}(): Argument #1 ($f) must be of type float, null given, called in %s on line %d
[all …]
/php-src/ext/zip/tests/
H A Dzip_entry_read.phpt16 Deprecated: Function zip_open() is deprecated in %s on line %d
18 Deprecated: Function zip_read() is deprecated in %s on line %d
20 Deprecated: Function zip_entry_open() is deprecated in %s on line %d
22 Deprecated: Function zip_entry_read() is deprecated in %s on line %d
26 Deprecated: Function zip_entry_close() is deprecated in %s on line %d
28 Deprecated: Function zip_close() is deprecated in %s on line %d
/php-src/Zend/tests/
H A Darray_offset.phpt14 Warning: Undefined array key -1 in %s on line %d
16 Deprecated: Implicit conversion from float -1.1 to int loses precision in %s on line %d
18 Warning: Undefined array key -1 in %s on line %d
20 Warning: Undefined array key -1 in %s on line %d
22 Deprecated: Implicit conversion from float -1.1 to int loses precision in %s on line %d
24 Warning: Undefined array key -1 in %s on line %d
H A Druntime_compile_time_binary_operands.phpt121 $line = "\$c++; ";
124 …$line .= "if (" . ($result === "(NAN)" ? "!is_nan($compare)" : "$compare !== $result") . ") { $err…
127 …$line .= "try { $compare; $error } catch (Error \$e) { if (\$e->getMessage() !== $msg) { $error } …
129 return $line;
137 $line = "\$c++; ";
143 …$line .= "try { $compare; $error } catch (Error \$e) { if (\$e->getMessage() !== $msg) { $error } …
145 return $line;
156 $line = prepareBinaryLine($left, $right, function() use ($left, $right, $operator) {
159 fwrite($file, $line . "\n");
165 $line = prepareUnaryLine($right, function() use ($right, $operator) {
[all …]
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_string_error.phpt10 …, unexpected end of file, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in Unknown on line 1
11 in %s on line %d
14 Warning: syntax error, unexpected end of file, expecting TC_FALLBACK or '}' in Unknown on line 1
15 in %s on line %d
18 Warning: syntax error, unexpected TC_FALLBACK, expecting TC_VARNAME in Unknown on line 1
19 in %s on line %d
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_internal_error.phpt13 var_dump($error->message, $error->line, $error->column);
20 string(81) "tokenizer error invalid-first-character-of-tag-name in Entity, line: 1, column: 2"
23 string(66) "tokenizer error missing-end-tag-name in Entity, line: 1, column: 6"
26 string(75) "tree error unexpected-token-in-initial-mode in Entity, line: 1, column: 1-7"
29 string(71) "tree error doctype-token-in-body-mode in Entity, line: 1, column: 10-16"
40 string(71) "tree error doctype-token-in-body-mode in Entity, line: 1, column: 10-16"
43 ["line"]=>
/php-src/tests/output/
H A Dob_start_error_002.phpt22 Warning: ob_start(): class "nonExistent" not found in %s on line %d
24 Notice: ob_start(): Failed to create buffer in %s on line %d
27 Warning: ob_start(): class C does not have a method "nonExistent" in %s on line %d
29 Notice: ob_start(): Failed to create buffer in %s on line 13
32 Warning: ob_start(): class C does not have a method "no" in %s on line %d
34 Notice: ob_start(): Failed to create buffer in %s on line 14
37 Warning: ob_start(): function "no" not found or invalid function name in %s on line %d
39 Notice: ob_start(): Failed to create buffer in %s on line 15
/php-src/ext/standard/tests/strings/
H A Dstrripos_variation3.phpt2 Test strripos() function : usage variations - multi line heredoc string for 'haystack' argument
5 /* Test strripos() function by passing multi-line heredoc string for haystack and
17 echo "\n-- Multi line strings with +ve offsets -- \n";
22 echo "\n-- Multi line strings with +ve offsets -- \n";
27 echo "\n-- Multi line strings with no offset -- \n";
38 -- Multi line strings with +ve offsets --
43 -- Multi line strings with +ve offsets --
48 -- Multi line strings with no offset --
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-src/ext/standard/tests/assert/
H A Dassert_basic5.phpt25 Deprecated: PHP Startup: assert.warning INI setting is deprecated in Unknown on line 0
27 Deprecated: PHP Startup: assert.callback INI setting is deprecated in Unknown on line 0
29 Deprecated: PHP Startup: assert.exception INI setting is deprecated in Unknown on line 0
31 Deprecated: Constant ASSERT_WARNING is deprecated in %s on line %d
33 Deprecated: Function assert_options() is deprecated in %s on line %d
37 Warning: assert(): assert(0 != 0) failed in %s on line %d
41 Deprecated: Constant ASSERT_WARNING is deprecated in %s on line %d
43 Deprecated: Function assert_options() is deprecated in %s on line %d
/php-src/ext/filter/tests/
H A D057.phpt22 …t_array(): Passing null to parameter #2 ($options) of type array|int is deprecated in %s on line %d
24 Warning: filter_input_array(): Unknown filter with ID 0 in %s on line %d
27 …r_array(): Passing null to parameter #2 ($options) of type array|int is deprecated in %s on line %d
29 Warning: filter_var_array(): Unknown filter with ID 0 in %s on line %d
32 Warning: filter_input_array(): Unknown filter with ID 1 in %s on line %d
35 Warning: filter_var_array(): Unknown filter with ID 1 in %s on line %d
38 Warning: filter_input_array(): Unknown filter with ID 0 in %s on line %d
41 Warning: filter_var_array(): Unknown filter with ID 0 in %s on line %d
44 Warning: filter_input_array(): Unknown filter with ID 1 in %s on line %d
47 Warning: filter_var_array(): Unknown filter with ID 1 in %s on line %d
/php-src/ext/standard/tests/array/
H A Darray_diff_variation9.phpt37 Warning: Array to string conversion in %s on line %d
39 Warning: Array to string conversion in %s on line %d
41 Warning: Array to string conversion in %s on line %d
43 Warning: Array to string conversion in %s on line %d
47 Warning: Array to string conversion in %s on line %d
49 Warning: Array to string conversion in %s on line %d
51 Warning: Array to string conversion in %s on line %d
53 Warning: Array to string conversion in %s on line %d
83 Warning: Array to string conversion in %s on line %d
85 Warning: Array to string conversion in %s on line %d
[all …]
H A Darray_flip_variation4.phpt60 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
62 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
64 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
66 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
68 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
70 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
72 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
74 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
76 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
78 Warning: array_flip(): Can only flip string and integer values, entry skipped in %s on line %d
[all …]
/php-src/Zend/tests/float_to_int/
H A Dwarnings_string_float_literals.phpt57 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
60 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
63 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
66 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
69 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
72 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
75 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
79 Deprecated: Implicit conversion from float-string "6.5" to int loses precision in %s on line %d
82 Deprecated: Implicit conversion from float-string "2.5" to int loses precision in %s on line %d
86 Deprecated: Implicit conversion from float-string "1.5" to int loses precision in %s on line %d
[all …]
/php-src/tests/security/
H A Dopen_basedir_parse_ini_file.phpt40 …e(%stest\bad) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 6
42 …bad): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 6
47 …txt): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 7
50 … File(%stest) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 8
52 …est): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 8
55 … File(%stest) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 9
57 …est): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 9
62 …ad): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 10
67 …xt): Failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 11
70 …File(%stest) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 12
[all …]
H A Dopen_basedir_fopen.phpt43 Warning: fopen(../bad): Failed to open stream: %s in %s on line %d
48 Warning: fopen(../bad/bad.txt): Failed to open stream: %s in %s on line %d
51 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
53 Warning: fopen(..): Failed to open stream: %s in %s on line %d
56 …en_basedir restriction in effect. File(../) is not within the allowed path(s): (.) in %s on line %d
58 Warning: fopen(../): Failed to open stream: %s in %s on line %d
61 …open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) in %s on line %d
63 Warning: fopen(/): Failed to open stream: %s in %s on line %d
68 Warning: fopen(../bad/.): Failed to open stream: %s in %s on line %d
73 Warning: fopen(../bad/./bad.txt): Failed to open stream: %s in %s on line 12
[all …]
/php-src/ext/openssl/tests/
H A Dbug68920.phpt65 …ng: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on line %d
67 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
69 Warning: stream_socket_client(): Unable to connect to %s (Unknown error) in %s on line %d
74 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
76 Warning: stream_socket_client(): Unable to connect to %s (Unknown error) in %s on line %d
81 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
83 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
85 Warning: stream_socket_client(): Unable to connect to %s (Unknown error) in %s on line %d
90 Warning: stream_socket_client(): peer_fingerprint match failure in %s on line %d
92 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
[all …]
/php-src/ext/dba/tests/
H A Ddba_tcadb_creation_matrix.phpt28 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
36 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
44 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
52 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
118 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
122 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
126 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
130 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
134 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
138 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
[all …]

Completed in 60 milliseconds

12345678910>>...185