/PHP-8.0/ext/standard/tests/strings/ |
H A D | bug20169.phpt | 6 $delimiter = "|"; 8 echo "delimiter: $delimiter\n"; 9 implode($delimiter, array("foo", "bar")); 10 echo "delimiter: $delimiter\n"; 13 delimiter: | 14 delimiter: |
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug63240.phpt | 2 Bug #63240: stream_get_line() return contains delimiter string 6 $delimiter = 'MM'; 7 $str = str_repeat('.', 8191) . $delimiter . "rest"; 10 $line = stream_get_line($fd, 9000, $delimiter); 12 $line = stream_get_line($fd, 9000, $delimiter);
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | fgetcsv_error_conditions.phpt | 10 $delimiter = ','; 20 var_dump( fgetcsv($file_handle, -10, $delimiter) ); 25 var_dump( fgetcsv($file_handle, -10, $delimiter, $enclosure) ); 30 echo 'fgetcsv() with delimiter as NULL' . \PHP_EOL; 39 var_dump( fgetcsv($file_handle, $length, $delimiter, NULL) ); 44 echo 'fgetcsv() with delimiter & enclosure as NULL' . \PHP_EOL; 56 fgetcsv() with delimiter as NULL 60 fgetcsv() with delimiter & enclosure as NULL
|
H A D | bug43522.phpt | 8 DoTest($fp, 'ZZZ'); // test multi-char delimiter 9 DoTest($fp, "Z"); // test single-char delimiter
|
H A D | bug40501.csv | 1 "this element contains the delimiter, and ends with an odd number of
|
/PHP-8.0/ext/spl/tests/ |
H A D | SplFileObject_fputcsv_variation13.phpt | 2 Test fputcsv() : usage variations - with default enclosure & delimiter of two chars 6 /* Testing fputcsv() to write to a file when default enclosure value and delimiter 9 echo "*** Testing fputcsv() : with default enclosure & delimiter of two chars ***\n"; 29 *** Testing fputcsv() : with default enclosure & delimiter of two chars ***
|
H A D | SplFileObject_fputcsv_variation14.phpt | 2 Test fputcsv() : usage variations - with enclosure & delimiter of two chars 6 /* Testing fputcsv() to write to a file when default enclosure value and delimiter 9 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode … 29 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
|
H A D | SplFileObject_fgetcsv_delimiter_basic.phpt | 2 SplFileObject::fgetcsv with alternative delimiter
|
H A D | SplFileObject_fgetcsv_escape_basic.phpt | 2 SplFileObject::fgetcsv with alternative delimiter
|
H A D | SplFileObject_fgetcsv_enclosure_basic.phpt | 2 SplFileObject::fgetcsv with alternative delimiter
|
H A D | SplTempFileObject_constructor_basic.phpt | 15 ["delimiter":"SplFileObject":private]=>
|
H A D | SplTempFileObject_constructor_memory_lt1_variation.phpt | 15 ["delimiter":"SplFileObject":private]=>
|
/PHP-8.0/ext/pcre/tests/ |
H A D | preg_replace_error1.phpt | 12 $regex_array = array('abcdef', //Regex without delimiter 13 '/[a-zA-Z]', //Regex without closing delimiter 14 '[a-zA-Z]/', //Regex without opening delimiter 41 Warning: preg_replace(): No ending delimiter '/' found in %spreg_replace_error1.php on line %d
|
H A D | preg_grep_error1.phpt | 12 $values = array('abcdef', //Regex without delimiter 13 '/[a-zA-Z]', //Regex without closing delimiter 14 '[a-zA-Z]/', //Regex without opening delimiter 45 Warning: preg_grep(): No ending delimiter '/' found in %spreg_grep_error1.php on line %d
|
H A D | preg_split_error1.phpt | 12 $regex_array = array('abcdef', //Regex without delimiter 13 '/[a-zA-Z]', //Regex without closing delimiter 14 '[a-zA-Z]/', //Regex without opening delimiter 44 Warning: preg_split(): No ending delimiter '/' found in %spreg_split_error1.php on line %d
|
H A D | preg_match_error1.phpt | 10 $regex_array = array('abcdef', //Regex without delimiter 11 '/[a-zA-Z]', //Regex without closing delimiter 12 '[a-zA-Z]/', //Regex without opening delimiter 42 Warning: preg_match(): No ending delimiter '/' found in %spreg_match_error1.php on line %d
|
H A D | preg_match_all_error1.phpt | 12 $regex_array = array('abcdef', //Regex without delimiter 13 '/[a-zA-Z]', //Regex without closing delimiter 14 '[a-zA-Z]/', //Regex without opening delimiter 47 Warning: preg_match_all(): No ending delimiter '/' found in %spreg_match_all_error1.php on line %d
|
H A D | preg_replace_callback_error1.phpt | 13 '/[a-zA-Z]', //Regex without closing delimiter 14 '[a-zA-Z]/', //Regex without opening delimiter 38 Warning: preg_replace_callback(): No ending delimiter '/' found in %s on line %d
|
H A D | delimiters.phpt | 29 Warning: preg_match(): No ending delimiter '~' found in %sdelimiters.php on line 8 36 Warning: preg_match(): No ending matching delimiter '}' found in %sdelimiters.php on line 11
|
H A D | preg_quote_basic.phpt | 11 print "\$string_after looks like: $string_after, with metacharacters and / (set as delimiter) escap… 18 …ike: \/this \*\-has \\ metacharacters\^ in \$, with metacharacters and / (set as delimiter) escaped
|
H A D | errors03.phpt | 11 Warning: preg_match(): No ending delimiter '/' found in %s on line %d
|
/PHP-8.0/sapi/phpdbg/tests/ |
H A D | delimiter.phpt | 2 Test # delimiter parsing and execution
|
/PHP-8.0/Zend/tests/ |
H A D | flexible-heredoc-complex-test1.phpt | 3 with different delimiter names
|
H A D | flexible-heredoc-complex-test2.phpt | 3 with the same delimiter name
|
H A D | flexible-heredoc-complex-test3.phpt | 3 with the same delimiter name with different levels of indentation
|