/PHP-8.1/ext/standard/tests/file/ |
H A D | fgetcsv_variation21.phpt | 2 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 D | fgetcsv_variation14.phpt | 2 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 D | copy_variation3-win32.phpt | 27 "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 D | copy_variation3.phpt | 27 "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 D | file_variation7.phpt | 2 file() on a file with blank lines
|
/PHP-8.1/ext/standard/tests/array/ |
H A D | array_slice.phpt | 911 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 D | extract_variation7.phpt | 11 $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 D | extract_variation4.phpt | 8 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 D | array_pop_variation.phpt | 15 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 D | array_key_first.phpt | 17 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 D | array_key_last.phpt | 17 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 D | array_pop.phpt | 20 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 D | array_push.phpt | 20 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 D | 005.phpt | 20 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-8.1/ext/standard/tests/strings/ |
H A D | strrchr_variation7.phpt | 2 Test strrchr() function : usage variations - heredoc string containing blank line for 'haystack' 6 * blank-line for haystack and with various needles
|
H A D | nl2br_variation2.phpt | 18 //one blank line 22 //two blank lines
|
H A D | nl2br_variation1.phpt | 20 //one blank line 24 //two blank lines
|
H A D | strncasecmp_variation9.phpt | 44 /* heredoc string with blank line */
|
H A D | ucwords_variation2.phpt | 15 // Heredoc string with blank line
|
/PHP-8.1/ext/gd/tests/ |
H A D | imagecolorclosesthwb_basic_001.phpt | 7 // Create the size of image or blank image
|
H A D | imagepolygon_basic.phpt | 16 // create a blank image
|
H A D | imagedashedline_basic.phpt | 16 // create a blank image
|
H A D | imagecopyresampled_basic.phpt | 13 // create a blank image
|
H A D | imagefilledpolygon_basic.phpt | 25 // create a blank image
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | mb_ereg_variation5.phpt | 22 $regex = '^.*?[[:blank:]]?[[:punct:][:digit:]]+\.?$';
|