Home
last modified time | relevance | path

Searched refs:line (Results 3501 – 3525 of 4830) sorted by relevance

1...<<141142143144145146147148149150>>...194

/php-src/ext/phar/tests/
H A Ddelete_in_phar_confirm.phpt48 …s not a file in phar "%sdelete_in_phar_confirm.phar.php" in %sdelete_in_phar_confirm.php on line %d
50 …firm.phar.php/b/c.php' for inclusion (include_path='%s') in %sdelete_in_phar_confirm.php on line %d
/php-src/ext/phar/tests/tar/
H A Ddelete_in_phar_confirm.phpt48 …s not a file in phar "%sdelete_in_phar_confirm.phar.tar" in %sdelete_in_phar_confirm.php on line %d
50 …firm.phar.tar/b/c.php' for inclusion (include_path='%s') in %sdelete_in_phar_confirm.php on line %d
/php-src/ext/standard/tests/file/
H A Drename_variation8.phpt49 …(%s/non_existent_file.tmp,%s/rename_variation8_new.tmp): No such file or directory in %s on line %d
61 Warning: rename(%s/non_existent_dir,%s/rename_basic_dir2): No such file or directory in %s on line
H A D007_variation18.phpt40 string(20) "line
41 line of text
H A D007_variation2.phpt40 string(20) "line
41 line of text
H A D007_variation10.phpt40 string(20) "line
41 line of text
H A Drename_variation-win32.phpt64 …mp): The filename, directory name, or volume label syntax is incorrect (code: 123) in %s on line %d
69 Warning: unlink(%s/rename_variation2.tmp): No such file or directory in %s on line %d
/php-src/Zend/tests/
H A Ddynamic_class_const_fetch.phpt48 Warning: Undefined variable $barr in %s : eval()'d code on line %d
51 Warning: Undefined variable $barr in %s : eval()'d code on line %d
H A Dbug32322.phpt71 Notice: Only variables should be assigned by reference in %sbug32322.php on line 49
77 Notice: Only variables should be assigned by reference in %sbug32322.php on line 55
/php-src/ext/pgsql/tests/
H A D04async_query.phpt78 …ts is deprecated, use the 3-parameter signature with a null $row parameter instead in %s on line %d
80 …ts is deprecated, use the 3-parameter signature with a null $row parameter instead in %s on line %d
/php-src/Zend/tests/attributes/
H A D005_objects.phpt92 string(%d) "Too few arguments to function A1::__construct(), 0 passed in %s005_objects.php on line
95 …): Argument #1 ($name) must be of type string, array given, called in %s005_objects.php on line 36"
/php-src/ext/spl/tests/ArrayObject/
H A Dproperty_hooks.phpt74 Warning: Undefined array key "fullName" in %s on line %d
77 Warning: Undefined array key "username" in %s on line %d
/php-src/ext/soap/tests/
H A Dserver003.phpt30 Deprecated: Constant SOAP_FUNCTIONS_ALL is deprecated in %s on line %d
32 …ould be enabled, the flattened return value of get_defined_functions() can be used in %s on line %d
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_multiple.phpt76 … callbacks instead of an object implementing SessionHandlerInterface is deprecated in %s on line %d
84 … callbacks instead of an object implementing SessionHandlerInterface is deprecated in %s on line %d
/php-src/ext/mbstring/tests/
H A Deucjp_2004_encoding.phpt18 while ($line = fgets($fp, 256)) {
19 if ($line[0] == '#')
23 if (sscanf($line, "0x%x\tU+%x+%x", $bytes, $codepoint1, $codepoint2) >= 2) {
/php-src/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt100 …ed, since it can only contain the A-Z, a-z, 0-9, "\", "-", "_", and "=" characters in %s on line %d
103 …ed, since it can only contain the A-Z, a-z, 0-9, "\", "-", "_", and "=" characters in %s on line %d
106 …ed, since it can only contain the A-Z, a-z, 0-9, "\", "-", "_", and "=" characters in %s on line %d
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc140 $line = fgets(STDIN);
142 if (trim($line) === "---") {
146 $code .= $line;
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c575 ms->line = 0; in file_ms_alloc()
1261 char *line = NULL; in load_1() local
1282 …for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line++… in load_1()
1285 if (line[len - 1] == '\n') { in load_1()
1289 switch (line[0]) { in load_1()
1294 if (line[1] == ':') { in load_1()
1341 efree(line); in load_1()
1972 const char *l = line; in parse()
2384 const char *l = line; in parse_strength()
2452 const char *l = line; in parse_extra()
[all …]
/php-src/ext/standard/tests/array/
H A Darray_unshift_variation9.phpt17 // heredoc with blank line
49 this\line is single quoted /with\slashes
276 this\line is single quoted /with\slashes"
292 this\line is single quoted /with\slashes"
/php-src/Zend/tests/closures/
H A Dclosure_from_callable_basic.phpt115 Deprecated: Use of "parent" in callables is deprecated in %s on line %d
118 Deprecated: Use of "self" in callables is deprecated in %s on line %d
121 Deprecated: Use of "self" in callables is deprecated in %s on line %d
124 Deprecated: Use of "self" in callables is deprecated in %s on line %d
/php-src/sapi/phpdbg/
H A Dphpdbg_frame.c253 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
283 phpdbg_out(" at %s:"ZEND_LONG_FMT"\n", Z_STRVAL_P(file), Z_LVAL_P(line)); in phpdbg_dump_backtrace()
292 line = zend_hash_find(Z_ARRVAL_P(tmp), ZSTR_KNOWN(ZEND_STR_LINE)); in phpdbg_dump_backtrace()
303 phpdbg_writeln("frame #%d: {main} at %s:"ZEND_LONG_FMT, i, Z_STRVAL_P(file), Z_LVAL_P(line)); in phpdbg_dump_backtrace()
/php-src/Zend/tests/exit/
H A Dexit_values.phpt83 …d: exit(): Passing null to parameter #1 ($status) of type string|int is deprecated in %s on line %d
111 Deprecated: Implicit conversion from float 15.5 to int loses precision in %s on line %d
135 …d: exit(): Passing null to parameter #1 ($status) of type string|int is deprecated in %s on line %d
163 Deprecated: Implicit conversion from float 15.5 to int loses precision in %s on line %d
/php-src/ext/snmp/tests/
H A Dsnmpset.phpt167 …t(): Could not add variable: OID='%s' type='q' value='%i': Bad variable type ("q") in %s on line %d
171 … Error in packet at '%s': (noSuchName) There is no such variable name in this MIB. in %s on line %d
219 Warning: snmpset(): '%s': no type set in %s on line %d
225 Warning: snmpset(): '%s': no value set in %s on line %d
231 … Error in packet at '%s': (noSuchName) There is no such variable name in this MIB. in %s on line %d
237 … Error in packet at '%s': (noSuchName) There is no such variable name in this MIB. in %s on line %d
243 …t(): Could not add variable: OID='%s' type='q' value='%s': Bad variable type ("q") in %s on line %d
249 …t(): Could not add variable: OID='%s' type='w' value='%s': Bad variable type ("w") in %s on line %d
/php-src/ext/zlib/tests/
H A Dgzinflate_error1.phpt24 Warning: gzinflate(): data error in %s on line %d
/php-src/ext/opcache/tests/
H A Dbug78937_2.phpt22 … Can't preload unlinked class Bar@anonymous: Unknown parent Bar in %spreload_bug78937.inc on line 3

Completed in 53 milliseconds

1...<<141142143144145146147148149150>>...194