Searched refs:whitespace (Results 1 – 25 of 74) sorted by relevance
123
/PHP-7.3/ext/standard/tests/strings/ |
H A D | strnatcmp_leftalign.phpt | 2 Test strnatcmp() function : left align, whitespace, digits 12 echo "-- Testing strnatcmp() function whitespace, left-align, digit --\n"; 13 echo "-- Leading whitespace, digits, string 1 longer --\n"; 18 echo "-- Leading whitespace, digits, string 2 longer --\n"; 24 -- Testing strnatcmp() function whitespace, left-align, digit -- 25 -- Leading whitespace, digits, string 1 longer -- 27 -- Leading whitespace, digits, string 2 longer --
|
H A D | trim_basic.phpt | 7 * Description: Strip whitespace (or other characters) from the beginning and end of a string. 20 echo "\n-- Trim non-whitespace from a string --\n"; 37 -- Trim non-whitespace from a string --
|
H A D | ltrim_basic.phpt | 7 * Description: Strip whitespace (or other characters) from the beginning of a string. 21 echo "\n-- Trim non-whitespace from a string --\n"; 42 -- Trim non-whitespace from a string --
|
H A D | rtrim_basic.phpt | 7 * Description: Strip whitespace (or other characters) from the end of a string. 23 echo "\n-- Trim non-whitespace from a string --\n"; 43 -- Trim non-whitespace from a string --
|
H A D | bug72264.phpt | 2 Bug #72264 (base64_decode $strict fails with whitespace between padding)
|
H A D | bug34214.phpt | 2 Bug #34214 (base64_decode() does not properly ignore whitespace)
|
H A D | bug29075.phpt | 2 Bug #29075 (strnatcmp() incorrectly handles whitespace)
|
/PHP-7.3/Zend/tests/ |
H A D | bug76965.phpt | 2 Bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace) 5 // the trailing whitespace is intentional
|
H A D | bug79934.phpt | 4 This test covers different variations of whitespace-only lines in heredoc strings. 5 These whitespace-only lines should be ignored when stripping indentation. 20 // lines with only whitespace should not cause a parse error
|
H A D | flexible-heredoc-nowdoc.phpt | 15 // Insufficient indentation is fine if the line is whitespace-only 16 // Using eval() here to avoid issue with trailing whitespace trimming
|
H A D | ns_093.phpt | 2 Group use declarations and whitespace nuances
|
H A D | bug76439_2.phpt | 2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens (er…
|
H A D | bug76439.phpt | 2 Bug #76439: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens
|
/PHP-7.3/ext/json/tests/ |
H A D | bug64874_part1.phpt | 2 Whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly") 13 // Leading whitespace should be ignored 19 // So should trailing whitespace
|
/PHP-7.3/ext/ctype/tests/ |
H A D | ctype_space_variation2.phpt | 8 * Description: Checks for whitespace character(s) 14 * valid whitespace characters
|
H A D | ctype_space_variation3.phpt | 8 * Description: Checks for whitespace character(s) 14 * which are considered valid whitespace character only strings
|
H A D | ctype_space_basic.phpt | 8 * Description: Checks for whitespace character(s)
|
H A D | ctype_punct_basic.phpt | 8 * Description: Checks for any printable character which is not whitespace
|
/PHP-7.3/ext/standard/tests/url/ |
H A D | bug55273.phpt | 2 Bug #55273 (base64_decode() with strict rejects whitespace after pad)
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | bug70018.phpt | 2 Bug #70018 (exec does not strip all whitespace)
|
H A D | parse_ini_basic.data | 18 [basic with whitespace] 35 ; some comment with whitespace
|
/PHP-7.3/ext/standard/tests/http/ |
H A D | http_response_header_05.phpt | 2 $http_reponse_header (whitespace-only "header")
|
H A D | http_response_header_04.phpt | 2 $http_reponse_header (header with trailing whitespace)
|
/PHP-7.3/ext/standard/tests/streams/ |
H A D | bug64166.phpt | 2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace
|
H A D | bug64166_3.phpt | 2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - writes
|
Completed in 110 milliseconds
123