Home
last modified time | relevance | path

Searched refs:line (Results 1851 – 1875 of 5182) sorted by relevance

1...<<71727374757677787980>>...208

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_frame.c191 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
221 …"<frame %r id=\"%d\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"", i, Z_STRVAL_P(file), Z_LVAL_P(line)); in phpdbg_dump_backtrace()
223 phpdbg_out(" at %s:%ld\n", Z_STRVAL_P(file), Z_LVAL_P(line)); in phpdbg_dump_backtrace()
233 line = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("line")); in phpdbg_dump_backtrace()
237 …n}\" file=\"%s\" line=\"%d\"", "frame #%d: {main} at %s:%ld", i, Z_STRVAL_P(file), Z_LVAL_P(line)); in phpdbg_dump_backtrace()
/PHP-7.0/ext/standard/tests/file/
H A Dunlink_variation9-win32.phpt92 Warning: unlink(unlinkVar9.tmp\..\BADDIR\file.tmp): No such file or directory in %s on line %d
95 Warning: unlink(BADDIR\file.tmp): No such file or directory in %s on line %d
104 Warning: unlink(%s\BADDIR\file.tmp): No such file or directory in %s on line %d
107 Warning: unlink(unlinkVar9.tmp\file.tmp\): Invalid argument in %s on line %d
110 Warning: unlink(%s\unlinkVar9.tmp\file.tmp\): Invalid argument in %s on line %d
H A Dchmod_error.phpt37 Warning: chmod() expects exactly 2 parameters, 3 given in %s on line %d
42 Warning: chmod() expects exactly 2 parameters, 1 given in %s on line %d
45 Warning: chmod(): No such file or directory in %s on line %d
H A Dfgetc_variation2.phpt44 Warning: fgetc(): supplied resource is not a valid stream resource in %s on line %d
48 Notice: Undefined variable: file_handle in %s on line %d
50 Warning: fgetc() expects parameter 1 to be resource, null given in %s on line %d
H A Dfgets_socket_variation2.phpt46 while ($line = fgets($client,256)) {
47 if (strcmp($line, LINE_OF_DATA) != 0) {
48 echo "Error - $line does not match " . LINE_OF_DATA;
/PHP-7.0/ext/standard/tests/class_object/
H A Dinterface_exists_variation1.phpt129 …sts() expects parameter 1 to be string, array given in %sinterface_exists_variation1.php on line %d
134 …sts() expects parameter 1 to be string, array given in %sinterface_exists_variation1.php on line %d
139 …sts() expects parameter 1 to be string, array given in %sinterface_exists_variation1.php on line %d
144 …sts() expects parameter 1 to be string, array given in %sinterface_exists_variation1.php on line %d
176 …ts() expects parameter 1 to be string, object given in %sinterface_exists_variation1.php on line %d
H A Dproperty_exists_error.phpt35 …: property_exists() expects exactly 2 parameters, 3 given in %sproperty_exists_error.php on line %d
40 …: property_exists() expects exactly 2 parameters, 1 given in %sproperty_exists_error.php on line %d
45 …must either be an object or the name of an existing class in %sproperty_exists_error.php on line %d
/PHP-7.0/ext/standard/tests/array/
H A Darray_count_values_error.phpt38 …ay_count_values() expects exactly 1 parameter, 0 given in %sarray_count_values_error.php on line 16
43 …ay_count_values() expects exactly 1 parameter, 2 given in %sarray_count_values_error.php on line 22
48 …alues() expects parameter 1 to be array, integer given in %sarray_count_values_error.php on line 26
H A Darray_fill_keys_error.phpt33 …: array_fill_keys() expects exactly 2 parameters, 3 given in %sarray_fill_keys_error.php on line %d
38 …: array_fill_keys() expects exactly 2 parameters, 1 given in %sarray_fill_keys_error.php on line %d
43 …: array_fill_keys() expects exactly 2 parameters, 0 given in %sarray_fill_keys_error.php on line %d
H A Darray_walk_error2.phpt40 Warning: Missing argument 3 for callback1() in %s on line %d
45 Warning: Missing argument 4 for callback2() in %s on line %d
57 Warning: array_walk() expects at most 3 parameters, 4 given in %s on line %d
H A Darray_walk_recursive_error2.phpt40 Warning: Missing argument 3 for callback1() in %s on line %d
45 Warning: Missing argument 4 for callback2() in %s on line %d
57 Warning: array_walk_recursive() expects at most 3 parameters, 4 given in %s on line %d
H A Dsizeof_error.phpt31 Warning: sizeof() expects at least 1 parameter, 0 given in %s on line %d
35 Warning: sizeof() expects at most 2 parameters, 3 given in %s on line %d
39 Warning: sizeof() expects at most 2 parameters, 3 given in %s on line %d
/PHP-7.0/ext/zlib/tests/
H A D004.phpt18 Warning: gzfile() expects at least 1 parameter, 0 given in %s on line %d
21 … gzfile(nonexistent_file_gzfile): failed to open stream: No such file or directory in %s on line %d
24 Warning: gzfile() expects at most 2 parameters, 3 given in %s on line %d
H A Dgzopen_variation9.phpt39 …ing: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on line %d
47 …ing: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on line %d
52 Warning: gzopen(%s/004.txt.gz): failed to open stream: %s in %s on line %d
/PHP-7.0/ext/phar/tests/
H A Dfopen_edgecases2U.phpt39 Notice: Array to string conversion in %sfopen_edgecases2U.php on line 6
41 …fopen(Array): failed to open stream: No such file or directory in %sfopen_edgecases2U.php on line 6
45 …eam: phar error: path "oops" is a directory in phar://%sfopen_edgecases2U.phar.php/foo/hi on line 6
H A Dopen_for_write_existing_c.phpt33 …rations disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_c.php on line %d
35 …te() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.php on line %d
37 …se() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.php on line %d
H A Dopen_for_write_existing_c_5_2.phpt31 …ons disabled by the php.ini setting phar.readonly in %sopen_for_write_existing_c_5_2.php on line %d
33 … supplied argument is not a valid stream resource in %sopen_for_write_existing_c_5_2.php on line %d
35 … supplied argument is not a valid stream resource in %sopen_for_write_existing_c_5_2.php on line %d
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_init.phpt53 in %s on line %d
55 Warning: mysqli_stmt_init() expects parameter 1 to be mysqli, object given in %s on line %d
57 Warning: mysqli_stmt_init(): Couldn't fetch mysqli in %s on line %d
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_mixed_style.phpt35 …: SQLSTATE[HY093]: Invalid parameter number: mixed named and positional parameters in %s on line %d
37 Warning: PDO::prepare(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
42 thrown in %s on line %d
/PHP-7.0/tests/classes/
H A Darray_access_008.phpt59 …ct modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 40
62 …ct modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 42
65 …ct modification of overloaded element of Peoples has no effect in %sarray_access_008.php on line 44
/PHP-7.0/tests/lang/
H A DpassByReference_010.phpt40 Notice: Only variables should be passed by reference in %s on line 9
47 Notice: Only variables should be passed by reference in %s on line 15
59 Notice: Only variables should be passed by reference in %s on line 28
/PHP-7.0/ext/standard/tests/strings/
H A Djoin_error.phpt38 Warning: join() expects at least 1 parameter, 0 given in %s on line %d
43 Warning: join() expects at most 2 parameters, 3 given in %s on line %d
48 Warning: join(): Argument must be an array in %s on line %d
/PHP-7.0/Zend/tests/
H A Dbug60573.phpt80 …ar4::setSelf(Bar4 $s) should be compatible with Foo4::setSelf(Foo4 $s) in %sbug60573.php on line %d
82 …ar5::setSelf(Foo5 $s) should be compatible with Foo5::setSelf(Base $s) in %sbug60573.php on line %d
84 … Bar6::setSelf(Foo6 $s) must be compatible with Foo6::setSelf(Base $s) in %sbug60573.php on line %d
/PHP-7.0/ext/gd/tests/
H A Dimagecolorallocate_error.phpt39 Warning: imagecolorallocate() expects exactly 4 parameters, 5 given in %s on line %d
44 Warning: imagecolorallocate() expects exactly 4 parameters, 0 given in %s on line %d
47 Warning: imagecolorallocate() expects exactly 4 parameters, 3 given in %s on line %d
/PHP-7.0/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt39 Warning: proc_open(): pi is not a valid descriptor spec/mode in %s on line %d
41 Warning: proc_open(): Descriptor item must be either an array or a File-Handle in %s on line %d
53 Warning: proc_open(test): failed to open stream: %s in %s on line %d

Completed in 32 milliseconds

1...<<71727374757677787980>>...208