Home
last modified time | relevance | path

Searched refs:blank (Results 26 – 50 of 82) sorted by relevance

1234

/php-src/ext/standard/tests/file/
H A Dfile_variation7.phpt2 file() on a file with blank lines
H A Dfgetcsv_variation18.phpt50 // write another line of text and a blank line
52 // working when only a blank line is read
54 fwrite($file_handle, "\n"); // blank line
H A Dfscanf_variation53.phpt36 // writing a blank line
H A Dfgetcsv_variation12.phpt48 // write another line of text and a blank line
50 // working when only a blank line is read
52 fwrite($file_handle, "\n"); // blank line
/php-src/ext/dom/tests/modern/spec/
H A DParentNode_append_exception_consistency.phpt33 string(11) "about:blank"
/php-src/ext/gd/tests/
H A Dimagepolygon_basic.phpt19 // create a blank image
H A Dimagedashedline_basic.phpt19 // create a blank image
H A Dimagecopyresampled_basic.phpt19 // create a blank image
H A Dimagefilledpolygon_basic.phpt28 // create a blank image
/php-src/ext/standard/tests/strings/
H A Dstrncasecmp_variation9.phpt44 /* heredoc string with blank line */
H A Ducwords_variation2.phpt15 // Heredoc string with blank line
H A Dhtmlspecialchars_decode_variation3.phpt15 // Heredoc string with blank line
H A Dstrip_tags_variation5.phpt15 // heredoc string with blank line
H A Dchunk_split_variation4.phpt34 // blank heredoc string
H A Dstr_split_variation5.phpt34 // blank heredoc string
/php-src/ext/mbstring/tests/
H A Dmb_ereg_variation5.phpt22 $regex = '^.*?[[:blank:]]?[[:punct:][:digit:]]+\.?$';
H A Dmb_ereg_variation4.phpt25 '[[:blank:]]+',
H A Dmb_ereg_basic.phpt23 $regex_ascii1 = '(.*is)+.*\.[[:blank:]][0-9]{9}';
H A Dmb_ereg_variation3.phpt24 " \t" => '[[:blank:]]+',
/php-src/ext/standard/tests/array/
H A Darray_unique_variation2.phpt13 // heredoc with blank line
H A Darray_intersect_assoc_variation3.phpt14 // heredoc with blank line
H A Darray_unshift_variation9.phpt17 // heredoc with blank line
H A Darray_combine_variation3.phpt12 // heredoc with blank line
H A Darray_intersect_assoc_variation4.phpt14 // heredoc with blank line
/php-src/ext/standard/
H A Durl.c502 const __m128i blank = _mm_set1_epi8(' '); in php_url_encode_impl() local
503 __m128i eq = _mm_cmpeq_epi8(in, blank); in php_url_encode_impl()

Completed in 27 milliseconds

1234