Home
last modified time | relevance | path

Searched refs:line (Results 76 – 100 of 4376) sorted by relevance

12345678910>>...176

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation2.phpt13 /*Test fgetss() with all read modes , reading line by line with allowable tags: <test>, <html>, <?>…
53 /* rewind the file and read the file line by line with allowable tags */
54 echo "-- Reading line by line with allowable tags: <test>, <html>, <?> --\n";
56 $line = 1;
58 echo "-- Line $line --\n"; $line++;
80 -- Reading line by line with allowable tags: <test>, <html>, <?> --
141 -- Reading line by line with allowable tags: <test>, <html>, <?> --
202 -- Reading line by line with allowable tags: <test>, <html>, <?> --
263 -- Reading line by line with allowable tags: <test>, <html>, <?> --
324 -- Reading line by line with allowable tags: <test>, <html>, <?> --
[all …]
H A Dfputcsv_variation14.phpt7 Description: Format line as CSV and write to the file pointer
89 Notice: fputcsv(): delimiter must be a single character in %s on line %d
91 Notice: fputcsv(): enclosure must be a single character in %s on line %d
99 Notice: fputcsv(): delimiter must be a single character in %s on line %d
101 Notice: fputcsv(): enclosure must be a single character in %s on line %d
109 Notice: fputcsv(): delimiter must be a single character in %s on line %d
111 Notice: fputcsv(): enclosure must be a single character in %s on line %d
119 Notice: fputcsv(): delimiter must be a single character in %s on line %d
121 Notice: fputcsv(): enclosure must be a single character in %s on line %d
129 Notice: fputcsv(): delimiter must be a single character in %s on line %d
[all …]
H A Dfgetcsv_variation24.phpt7 Description: Gets line from file pointer and parse for CSV fields
55 // write another line of text and a blank line
57 // working when only a blank line is read
58 fwrite($file_handle, "This is line of text without csv fields\n");
59 fwrite($file_handle, "\n"); // blank line
98 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
100 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
110 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
112 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
122 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
[all …]
H A D007_error.phpt73 Warning: fopen() expects at least 2 parameters, 1 given in %s on line %d
76 Warning: fopen() expects at least 2 parameters, 0 given in %s on line %d
79 Warning: fclose(): %d is not a valid stream resource in %s on line %d
85 Warning: fclose() expects exactly 1 parameter, 0 given in %s on line %d
88 Warning: feof(): %d is not a valid stream resource in %s on line %d
94 Warning: feof() expects exactly 1 parameter, 0 given in %s on line %d
97 Warning: fopen() expects at most 4 parameters, 5 given in %s on line %d
100 Warning: fclose() expects exactly 1 parameter, 2 given in %s on line %d
103 Warning: feof() expects exactly 1 parameter, 2 given in %s on line %d
168 Warning: fopen(): Filename cannot be empty in %s on line %d
[all …]
H A Dreadfile_variation3.phpt48 line
49 line of text
50 line
51 line of text
52 line
53 line of t
56 line
57 line of text
58 line
60 line
[all …]
H A Dfputcsv_variation4.phpt7 Description: Format line as CSV and write to the file pointer
80 Warning: fputcsv(): delimiter must be a character in %s on line %d
88 Warning: fputcsv(): delimiter must be a character in %s on line %d
96 Warning: fputcsv(): delimiter must be a character in %s on line %d
104 Warning: fputcsv(): delimiter must be a character in %s on line %d
112 Warning: fputcsv(): delimiter must be a character in %s on line %d
120 Warning: fputcsv(): delimiter must be a character in %s on line %d
128 Warning: fputcsv(): delimiter must be a character in %s on line %d
136 Warning: fputcsv(): delimiter must be a character in %s on line %d
144 Warning: fputcsv(): delimiter must be a character in %s on line %d
[all …]
/PHP-5.5/Zend/tests/
H A Ddebug_backtrace_limit.phpt28 [line] => 7
42 [line] => 7
53 [line] => 3
67 [line] => 7
78 [line] => 3
89 [line] => 17
103 [line] => 7
114 [line] => 3
125 [line] => 17
H A Dsettype_resource.phpt40 Warning: settype(): Cannot convert to resource type in %s on line %d
43 Warning: settype(): Cannot convert to resource type in %s on line %d
46 Warning: settype(): Cannot convert to resource type in %s on line %d
49 Warning: settype(): Cannot convert to resource type in %s on line %d
52 Warning: settype(): Cannot convert to resource type in %s on line %d
55 Warning: settype(): Cannot convert to resource type in %s on line %d
58 Warning: settype(): Cannot convert to resource type in %s on line %d
62 Warning: settype(): Cannot convert to resource type in %s on line %d
72 Warning: settype(): Cannot convert to resource type in %s on line %d
75 Warning: settype(): Cannot convert to resource type in %s on line %d
[all …]
/PHP-5.5/ext/gd/tests/
H A Dbug48555.phpt12 $box = ImageFTBBox(14, 0, $font, "Text without line-break");
13 //echo 'Top without line-break: ' . $box[7] . "\n";
16 //echo 'Top with line-break: ' . $box[7] . "\n";
22 echo "with line break == without line break".PHP_EOL;
24 echo "with line break != without line break".PHP_EOL;
31 with line break == without line break
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_006.phpt38 Warning: ReflectionMethod::__construct() expects exactly 1 parameter, 0 given in %s on line %d
46 Warning: ReflectionMethod::__construct() expects exactly 1 parameter, 3 given in %s on line %d
54 Warning: ReflectionMethod::isFinal() expects exactly 0 parameters, 1 given in %s on line %d
57 Warning: ReflectionMethod::isAbstract() expects exactly 0 parameters, 1 given in %s on line %d
60 Warning: ReflectionMethod::isPrivate() expects exactly 0 parameters, 1 given in %s on line %d
63 Warning: ReflectionMethod::isProtected() expects exactly 0 parameters, 1 given in %s on line %d
66 Warning: ReflectionMethod::isPublic() expects exactly 0 parameters, 1 given in %s on line %d
69 Warning: ReflectionMethod::isStatic() expects exactly 0 parameters, 1 given in %s on line %d
72 Warning: ReflectionMethod::isConstructor() expects exactly 0 parameters, 1 given in %s on line %d
75 Warning: ReflectionMethod::isDestructor() expects exactly 0 parameters, 1 given in %s on line %d
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dnull_bytes.phpt22 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 3
24 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 4
26 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 5
28 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 6
30 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 7
32 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 9
34 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 10
36 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 11
38 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 12
40 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 13
[all …]
/PHP-5.5/ext/spl/tests/
H A Dfileobject_getcurrentline_basic.phpt8 //line 2
9 //line 3
10 //line 4
11 //line 5
18 //line 3
19 //line 4
H A DSplFileObject_current_variation001.phpt9 //line 2
10 //line 3
11 //line 4
12 //line 5
20 //line 3
21 //line 3
/PHP-5.5/ext/standard/tests/math/
H A Dbase_convert_variation2.phpt78 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
83 Warning: base_convert(): Invalid `from base' (1) in %s on line %d
88 Warning: base_convert(): Invalid `from base' (-1) in %s on line %d
116 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
121 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
126 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
131 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
136 Warning: base_convert(): Invalid `from base' (1) in %s on line %d
141 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
146 Warning: base_convert(): Invalid `from base' (1) in %s on line %d
[all …]
H A Dbase_convert_variation3.phpt78 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
83 Warning: base_convert(): Invalid `to base' (1) in %s on line %d
88 Warning: base_convert(): Invalid `to base' (-1) in %s on line %d
116 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
121 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
126 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
131 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
136 Warning: base_convert(): Invalid `to base' (1) in %s on line %d
141 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
146 Warning: base_convert(): Invalid `to base' (1) in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_unique_variation8.phpt32 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
34 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
36 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
38 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
40 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
42 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
44 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
46 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
48 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
50 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
[all …]
H A Darray_unshift_variation1.phpt122 Warning: array_unshift() expects parameter 1 to be array, integer given in %s on line %d
158 Warning: array_unshift() expects parameter 1 to be array, double given in %s on line %d
162 Warning: array_unshift() expects parameter 1 to be array, double given in %s on line %d
203 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
207 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
212 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
216 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
313 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
317 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
322 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_diff_assoc_variation1.phpt107 Warning: array_diff_assoc(): Argument #1 is not an array in %s on line %d
112 Warning: array_diff_assoc(): Argument #1 is not an array in %s on line %d
117 Warning: array_diff_assoc(): Argument #1 is not an array in %s on line %d
122 Warning: array_diff_assoc(): Argument #1 is not an array in %s on line %d
127 Warning: array_diff_assoc(): Argument #1 is not an array in %s on line %d
132 Warning: array_diff_assoc(): Argument #1 is not an array in %s on line %d
137 Warning: array_diff_assoc(): Argument #1 is not an array in %s on line %d
142 Warning: array_diff_assoc(): Argument #1 is not an array in %s on line %d
147 Warning: array_diff_assoc(): Argument #1 is not an array in %s on line %d
152 Warning: array_diff_assoc(): Argument #1 is not an array in %s on line %d
[all …]
H A Darray_diff_assoc_variation2.phpt108 Warning: array_diff_assoc(): Argument #2 is not an array in %s on line %d
113 Warning: array_diff_assoc(): Argument #2 is not an array in %s on line %d
118 Warning: array_diff_assoc(): Argument #2 is not an array in %s on line %d
123 Warning: array_diff_assoc(): Argument #2 is not an array in %s on line %d
128 Warning: array_diff_assoc(): Argument #2 is not an array in %s on line %d
133 Warning: array_diff_assoc(): Argument #2 is not an array in %s on line %d
138 Warning: array_diff_assoc(): Argument #2 is not an array in %s on line %d
143 Warning: array_diff_assoc(): Argument #2 is not an array in %s on line %d
148 Warning: array_diff_assoc(): Argument #2 is not an array in %s on line %d
153 Warning: array_diff_assoc(): Argument #2 is not an array in %s on line %d
[all …]
H A Darray_diff_variation1.phpt106 Warning: array_diff(): Argument #1 is not an array in %s on line %d
110 Warning: array_diff(): Argument #1 is not an array in %s on line %d
114 Warning: array_diff(): Argument #1 is not an array in %s on line %d
118 Warning: array_diff(): Argument #1 is not an array in %s on line %d
122 Warning: array_diff(): Argument #1 is not an array in %s on line %d
126 Warning: array_diff(): Argument #1 is not an array in %s on line %d
130 Warning: array_diff(): Argument #1 is not an array in %s on line %d
134 Warning: array_diff(): Argument #1 is not an array in %s on line %d
138 Warning: array_diff(): Argument #1 is not an array in %s on line %d
142 Warning: array_diff(): Argument #1 is not an array in %s on line %d
[all …]
H A Darray_diff_variation2.phpt105 Warning: array_diff(): Argument #2 is not an array in %s on line %d
109 Warning: array_diff(): Argument #2 is not an array in %s on line %d
113 Warning: array_diff(): Argument #2 is not an array in %s on line %d
117 Warning: array_diff(): Argument #2 is not an array in %s on line %d
121 Warning: array_diff(): Argument #2 is not an array in %s on line %d
125 Warning: array_diff(): Argument #2 is not an array in %s on line %d
129 Warning: array_diff(): Argument #2 is not an array in %s on line %d
133 Warning: array_diff(): Argument #2 is not an array in %s on line %d
137 Warning: array_diff(): Argument #2 is not an array in %s on line %d
141 Warning: array_diff(): Argument #2 is not an array in %s on line %d
[all …]
/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_set_variation1.phpt82 Notice: date_default_timezone_set(): Timezone ID '0' is invalid in %s on line %d
87 Notice: date_default_timezone_set(): Timezone ID '1' is invalid in %s on line %d
127 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
132 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
137 Notice: date_default_timezone_set(): Timezone ID '1' is invalid in %s on line %d
142 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
152 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
157 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
162 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
183 xyz' is invalid in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation3.phpt199 Warning: wordwrap(): Break string cannot be empty in %s on line %d
202 Warning: wordwrap(): Break string cannot be empty in %s on line %d
205 Warning: wordwrap(): Break string cannot be empty in %s on line %d
213 Warning: wordwrap(): Break string cannot be empty in %s on line %d
216 Warning: wordwrap(): Break string cannot be empty in %s on line %d
219 Warning: wordwrap(): Break string cannot be empty in %s on line %d
233 Warning: wordwrap(): Break string cannot be empty in %s on line %d
236 Warning: wordwrap(): Break string cannot be empty in %s on line %d
239 Warning: wordwrap(): Break string cannot be empty in %s on line %d
243 Warning: wordwrap(): Break string cannot be empty in %s on line %d
[all …]
/PHP-5.5/ext/xml/tests/
H A Dxml_get_current_line_number_variation1.phpt12 * Description: Get current line number for an XML parser
102 …g: xml_get_current_line_number() expects parameter 1 to be resource, integer given in %s on line %d
122 …ng: xml_get_current_line_number() expects parameter 1 to be resource, double given in %s on line %d
127 …ng: xml_get_current_line_number() expects parameter 1 to be resource, double given in %s on line %d
147 …ing: xml_get_current_line_number() expects parameter 1 to be resource, array given in %s on line %d
152 …ing: xml_get_current_line_number() expects parameter 1 to be resource, array given in %s on line %d
157 …ing: xml_get_current_line_number() expects parameter 1 to be resource, array given in %s on line %d
162 …ing: xml_get_current_line_number() expects parameter 1 to be resource, array given in %s on line %d
167 …ing: xml_get_current_line_number() expects parameter 1 to be resource, array given in %s on line %d
172 Warning: xml_get_current_line_number() expects parameter 1 to be resource, null given in %s on line
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs1.phpt97 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
100 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d
106 Warning: oci_field_scale(): Invalid column index "-1" in %s on line %d
112 Warning: oci_field_size(): Invalid column index "-1" in %s on line %d
119 Warning: oci_field_name(): Invalid column name "none" in %s on line %d
122 Warning: oci_field_type(): Invalid column name "none" in %s on line %d
134 Warning: oci_field_size(): Invalid column name "none" in %s on line %d
163 Warning: oci_field_name(): Invalid column index "0" in %s on line %d
166 Warning: oci_field_type(): Invalid column index "0" in %s on line %d
172 Warning: oci_field_scale(): Invalid column index "0" in %s on line %d
[all …]

Completed in 71 milliseconds

12345678910>>...176