Home
last modified time | relevance | path

Searched refs:blank (Results 1 – 25 of 82) sorted by relevance

1234

/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_debug.phpt25 string(11) "about:blank"
27 string(11) "about:blank"
49 string(11) "about:blank"
H A DXMLDocument_fromEmptyDocument_02.phpt25 string(11) "about:blank"
27 string(11) "about:blank"
49 string(11) "about:blank"
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation21.phpt2 Test fgetcsv() : usage variations - with default enclosure, blank line
6 Testing fgetcsv() to read a file containing blank line when provided with
10 echo "*** Testing fgetcsv() : with default enclosure, blank line ***\n";
32 // write a blank line
33 fwrite($file_handle, "\n"); // blank line
49 // read the line which is a blank line to see the working of fgetcsv
65 *** Testing fgetcsv() : with default enclosure, blank line ***
H A Dfgetcsv_variation14.phpt2 Test fgetcsv() : usage variations - reading the blank line
5 /* Testing fgetcsv() by reading a file containing a blank line */
7 echo "*** Testing fgetcsv() : reading the blank line ***\n";
30 // write a blank line
31 fwrite($file_handle, "\n"); // blank line
47 // read the next line which is a blank line to see the working of fgetcsv
68 *** Testing fgetcsv() : reading the blank line ***
H A Dcopy_variation3-win32.phpt27 "copy variation3.tmp", //file name containing blank space
28 " copy_variation3.tmp", //file name starts with blank space
30 " ", //blank space as file name
H A Dcopy_variation3.phpt27 "copy variation3.tmp", //file name containing blank space
28 " copy_variation3.tmp", //file name starts with blank space
30 " ", //blank space as file name
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt30 string(11) "about:blank"
32 string(11) "about:blank"
54 string(11) "about:blank"
H A DHTMLDocument_should_retain_properties_and_owner_02.phpt30 string(11) "about:blank"
32 string(11) "about:blank"
54 string(11) "about:blank"
/php-src/ext/standard/tests/array/
H A Darray_slice.phpt911 string(5) "blank"
916 ["blank"]=>
933 string(5) "blank"
938 ["blank"]=>
961 string(5) "blank"
971 string(5) "blank"
976 ["blank"]=>
997 string(5) "blank"
1002 ["blank"]=>
1038 ["blank"]=>
[all …]
H A Dextract_variation7.phpt11 $b = array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
12 …"blank" => "", 3 => 3.7, 5 => 7, 6 => 8.6, '5' => "Five", "4name" => "jonny", "a" => NULL, NULL =>…
H A Dextract_variation4.phpt8 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
9 …"blank" => "", 3 => 3.7, 5 => 7, 6 => 8.6, '5' => "Five", "4name" => "jonny", "a" => NULL, NULL =>…
H A Darray_pop_variation.phpt15 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
16 …"blank" => "", 3 => 3.7, 5 => 7, 6 => 8.6, '5' => "Five", "4name" => "jonny", "a" => NULL, NULL =>…
H A Darray_key_first.phpt17 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
18 …"blank" => "", 3 => 3.7, 5 => 7, 6 => 8.6, '5' => "Five", "4name" => "jonny", "a" => NULL, NULL =>…
182 ["blank"]=>
H A Darray_key_last.phpt17 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
18 …"blank" => "", 3 => 3.7, 5 => 7, 6 => 8.6, '5' => "Five", "4name" => "jonny", "a" => NULL, NULL =>…
182 ["blank"]=>
H A Darray_pop.phpt20 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
21 …"blank" => "", 3 => 3.7, 5 => 7, 6 => 8.6, '5' => "Five", "4name" => "jonny", "a" => NULL, NULL =>…
183 ["blank"]=>
H A Darray_push.phpt20 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
21 …"blank" => "", 3 => 3.7, 5 => 7, 6 => 8.6, '5' => "Five", "4name" => "jonny", "a" => NULL, NULL =>…
206 ["blank"]=>
H A D005.phpt20 array( "f" => "fff", "1" => "one", 4 => 6, "" => "blank", 2 => "float", "F" => "FFF",
21 …"blank" => "", 3 => 3.7, 5 => 7, 6 => 8.6, '5' => "Five", "4name" => "jonny", "a" => NULL, NULL =>…
210 ["blank"]=>
/php-src/ext/standard/tests/strings/
H A Dstrrchr_variation7.phpt2 Test strrchr() function : usage variations - heredoc string containing blank line for 'haystack'
6 * blank-line for haystack and with various needles
H A Dnl2br_variation2.phpt18 //one blank line
22 //two blank lines
H A Dnl2br_variation1.phpt20 //one blank line
24 //two blank lines
/php-src/ext/dom/tests/modern/spec/
H A DDocument_implementation_createDocument.phpt52 string(11) "about:blank"
54 string(11) "about:blank"
76 string(11) "about:blank"
H A DNode_baseURI.phpt27 string(11) "about:blank"
H A Dimport_entity_reference.phpt31 string(11) "about:blank"
/php-src/ext/spl/tests/SplFileObject/
H A Dfgetcsv_blank_file.phpt2 SplFileObject: fgetcsv() on a blank line
/php-src/ext/gd/tests/
H A Dimagecolorclosesthwb_basic_001.phpt7 // Create the size of image or blank image

Completed in 44 milliseconds

1234