Home
last modified time | relevance | path

Searched refs:whitespace (Results 26 – 50 of 65) sorted by relevance

123

/PHP-5.5/ext/ctype/tests/
H A Dctype_punct_error.phpt8 * Description: Checks for any printable character which is not whitespace
H A Dctype_space_variation4.phpt8 * Description: Checks for whitespace character(s)
H A Dctype_punct_variation2.phpt8 * Description: Checks for any printable character which is not whitespace
H A Dctype_punct_variation3.phpt8 * Description: Checks for any printable character which is not whitespace
H A Dctype_punct_variation1.phpt8 * Description: Checks for any printable character which is not whitespace
H A Dctype_space_variation1.phpt8 * Description: Checks for whitespace character(s)
/PHP-5.5/ext/standard/tests/strings/
H A Dchop_variation4.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
H A Ducwords_basic.phpt12 // lines with different whitespace charecter
H A Dchop_variation5.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
H A Dchop_variation3.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
H A Dltrim_error.phpt7 * Description: Strip whitespace (or other characters) from the beginning of a string.
H A Drtrim_error.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Dtrim_error.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
H A Dtrim1.phpt7 * Strip whitespace (or other characters) from the beginning and end of a string.
H A Dltrim_variation1.phpt7 * Description: Strip whitespace (or other characters) from the beginning of a string.
H A Drtrim_variation1.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Dtrim_variation1.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
H A Dltrim_variation2.phpt7 * Description: Strip whitespace (or other characters) from the beginning of a string.
H A Drtrim_variation2.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Dtrim_variation2.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
/PHP-5.5/ext/pcre/tests/
H A Dpreg_split_basic.phpt14 …\w/', $string, -1, PREG_SPLIT_NO_EMPTY)); //every character (including whitespace) is put into an …
H A Dpreg_replace_basic.phpt14 …>', '\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace around them and …
H A Dpreg_replace_edit_basic.phpt27 …\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace around them and …
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c380 …static char whitespace[] = " … in xml_element_serialize() local
413 xml_elem_writefunc(fptr, whitespace, data, depth - 2); in xml_element_serialize()
487 xml_elem_writefunc(fptr, whitespace, data, depth - 2); in xml_element_serialize()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput81187 [\040\t]* # Nab whitespace.
1204 [\040\t]* # Nab whitespace.
1230 [\040\t]* # Nab whitespace.
1248 [\040\t]* # Nab whitespace.
1271 [\040\t]* # Nab whitespace.
1289 [\040\t]* # Nab whitespace.
1312 [\040\t]* # Nab whitespace.
1367 [\040\t]* # Nab whitespace.
1385 [\040\t]* # Nab whitespace.
1408 [\040\t]* # Nab whitespace.
[all …]

Completed in 56 milliseconds

123