Home
last modified time | relevance | path

Searched refs:spaces (Results 51 – 75 of 83) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_assoc_variation4.phpt163 double quoted string. with different white spaces"
171 double quoted string. with different white spaces"
H A Darray_combine_variation3.phpt168 double quoted string. with different white spaces"]=>
173 double quoted string. with different white spaces"
H A Darray_intersect_variation3.phpt181 double quoted string. with different white spaces"
195 double quoted string. with different white spaces"
H A Darray_intersect_variation4.phpt198 double quoted string. with different white spaces"
212 double quoted string. with different white spaces"
H A Darray_pad_variation6.phpt315 double quoted string. with different white spaces"
345 double quoted string. with different white spaces"
H A Darray_unique_variation2.phpt152 double quoted string. with different white spaces"
H A Darray_merge_recursive_variation3.phpt332 double quoted string. with different white spaces"
349 double quoted string. with different white spaces"
H A Darray_pad_variation3.phpt88 // strings with different white spaces
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt14 …f whitespace around them and replaces them with a full stop precedeby no spaces and followed by on…
H A Dpreg_replace_edit_basic.phpt27 …f whitespace around them and replaces them with a full stop precedeby no spaces and followed by on…
/PHP-7.4/ext/ctype/tests/
H A Dctype_cntrl_variation3.phpt22 /*1*/ "This string contains just letters and spaces", // Simple string
/PHP-7.4/ext/standard/tests/strings/
H A Dtrim1.phpt21 /* second argument charlist as null - does not trim any white spaces */
H A Dhtmlspecialchars_decode_variation3.phpt90 double quoted string. with different white spaces""
H A Dstrrev_variation1.phpt41 //strings containing white spaces
H A Dchunk_split_variation6.phpt34 ' Testing with multiple spaces ',
H A Dstrrev_variation2.phpt41 //strings containing white spaces
H A Dbasename_variation.phpt62 /* path with spaces */
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug62479.phpt2 PDO PgSQL Bug #62479 (PDO-psql cannot connect if password contains spaces)
/PHP-7.4/ext/standard/tests/file/
H A Drealpath_variation-win32-mb.phpt51 /* filename as spaces */
H A Drealpath_variation-win32.phpt51 /* filename as spaces */
H A Dbasename-win32.phpt90 /* path with spaces */
H A Dpathinfo_variaton.phpt49 /* pathname as spaces */
/PHP-7.4/ext/standard/
H A Dinfo.c1106 int spaces; in php_info_print_table_colspan_header() local
1111 spaces = (int)(74 - strlen(header)); in php_info_print_table_colspan_header()
1112 php_info_printf("%*s%s%*s\n", (int)(spaces/2), " ", header, (int)(spaces/2), " "); in php_info_print_table_colspan_header()
/PHP-7.4/ext/soap/
H A Dsoap.c4677 smart_str spaces = {0}; local
4680 smart_str_appendc(&spaces, ' ');
4682 if (spaces.s) {
4683 smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
4805 if (spaces.s) {
4806 smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
4820 if (spaces.s) {
4821 smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
4834 if (spaces.s) {
4835 smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
[all …]
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt346 Parse error: Invalid indentation - tabs and spaces cannot be mixed on line 3

Completed in 47 milliseconds

1234