Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 100) sorted by relevance

1234

/PHP-7.4/ext/ctype/tests/
H A Dctype_space_variation2.phpt23 echo "character code $c is a space character\n";
31 character code 9 is a space character
32 character code 10 is a space character
33 character code 11 is a space character
34 character code 12 is a space character
35 character code 13 is a space character
36 character code 32 is a space character
/PHP-7.4/Zend/tests/
H A Dassign_to_var_004.phpt7 $var1 = "space";
19 string(5) "space"
20 string(5) "space"
21 string(5) "space"
H A Dbug32296.phpt5 abstract class space{
10 abstract class shape extends space{
H A Dflexible-nowdoc-error8.phpt2 Flexible nowdoc syntax error 8: no ending token with explicit trailing space
/PHP-7.4/Zend/
H A Dzend_list.c116 const char *space; in zend_fetch_resource2() local
117 const char *class_name = get_active_class_name(&space); in zend_fetch_resource2()
131 const char *space; in zend_fetch_resource() local
132 const char *class_name = get_active_class_name(&space); in zend_fetch_resource()
141 const char *space, *class_name; in zend_fetch_resource_ex() local
144 class_name = get_active_class_name(&space); in zend_fetch_resource_ex()
145 …zend_error(E_WARNING, "%s%s%s(): no %s resource supplied", class_name, space, get_active_function_… in zend_fetch_resource_ex()
151 class_name = get_active_class_name(&space); in zend_fetch_resource_ex()
162 const char *space, *class_name; in zend_fetch_resource2_ex() local
165 class_name = get_active_class_name(&space); in zend_fetch_resource2_ex()
[all …]
/PHP-7.4/
H A D.editorconfig18 indent_style = space
22 indent_style = space
25 indent_style = space
30 indent_style = space
/PHP-7.4/ext/standard/tests/strings/
H A Dltrim_basic.phpt18 echo "\n-- Trim string with all white space characters --\n";
24 echo "\n-- Trim some non-white space characters from a string --\n";
27 echo "\n-- Trim some non-white space characters from a string suing a character range --\n";
39 -- Trim string with all white space characters --
45 -- Trim some non-white space characters from a string --
48 -- Trim some non-white space characters from a string suing a character range --
H A Drtrim_basic.phpt20 echo "\n-- Trim string with all white space characters --\n";
26 echo "\n-- Trim some non-white space characters from a string --\n";
29 echo "\n-- Trim some non-white space characters from a string using a character range --\n";
40 -- Trim string with all white space characters --
46 -- Trim some non-white space characters from a string --
49 -- Trim some non-white space characters from a string using a character range --
H A Dchunk_split_variation6.phpt25 ' ', //space
29 'This string\tcontains\rwhite space\nchars', //with white space chars
32 'This is string with multiple space char',
61 string(59) "This st):(ring\tc):(ontains):(\rwhite):( space\):(nchars):("
71 string(59) " Te):(sting w):(ith ):(multipl):(e space):(s ):("
H A Dchunk_split_variation12.phpt48 This checks\t and \nwhite space chars
130 white space charsr to checkThis checks and
131 white space chars with hereThis checks and
132 white space charsdoc endingThis checks and
133 white space chars.This contThis checks and
134 white space charsains,
136 white space charsi@! ch@r$ This checks and
137 white space chars__with wroThis checks and
138 white space charsng \k escaThis checks and
140 white space chars2.This checks and
[all …]
H A Dtrim_basic.phpt17 echo "\n-- Trim string with all white space characters --\n";
23 echo "\n-- Trim some non-white space characters from a string --\n";
34 -- Trim string with all white space characters --
40 -- Trim some non-white space characters from a string --
H A Dstr_split_variation3.phpt26 " ", //space
30 "string\tcontains\rwhite space\nchars",
34 "with multiple space char",
92 string(7) " space
137 string(7) "space c"
H A Dchunk_split_variation7.phpt25 " ", //space
29 "This string\tcontains\rwhite space\nchars",
32 "This is string with multiple space char",
67 string(90) "This ????is st????ring ????with ???? mu????ltipl????e ???? ????space???? char?…
H A Dchunk_split_variation8.phpt25 This's heredoc string with \t and \n white space char.
71 white space char.
76 white space char.:::
81 white space char.
H A Dstr_split_variation4.phpt26 ' ', //space
30 'string\tcontains\rwhite space\nchars',
34 'with multiple space char',
/PHP-7.4/ext/date/tests/
H A DDateTime_extends_basic2.phpt2 Test DateTime class inheritance : with user space __construct magic method
9 echo "*** Testing new DateTime() : with user space __construct magic method ***\n";
29 *** Testing new DateTime() : with user space __construct magic method ***
/PHP-7.4/ext/pcre/tests/
H A Dbug41148.phpt16 /* 6 */ "/(( *)\n){2,}(<br[[:space:]]*\/?".">)?/S",
21 /* 11 */ "/(<br[[:space:]]*\/?".">){2,}/S",
22 /* 12 */ "/<p>([\n]*(<br[[:space:]]*\/?".">)*)*/S",
/PHP-7.4/ext/standard/tests/file/
H A Duserstreams_002.phpt2 User-space streams: stream_cast()
53 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
60 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
71 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
80 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
89 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
91 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
H A Dcopy_variation3-win32.phpt32 "copy variation3.tmp", //file name containing blank space
33 " copy_variation3.tmp", //file name starts with blank space
35 " ", //blank space as file name
H A Dreadlink_realpath_variation3.phpt14 echo "\n*** Testing readlink() and realpath() with linkname as empty string, NULL and single space
40 *** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***
/PHP-7.4/ext/imap/tests/
H A Dimap_8bit_basic.phpt17 //NB this appears to be a bug in cclient; a space at end of string should be encoded as =20
18 var_dump(imap_8bit("String with space at end "));
29 string(25) "String with space at end "
/PHP-7.4/ext/filter/tests/
H A D023.phpt10 var_dump(filter_var("white space here \ \ \" some more", FILTER_UNSAFE_RAW, FILTER_FLAG_ENCODE_AMP)…
19 string(32) "white space here \ \ " some more"
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Doutput.c60 bc_out_long (val, size, space, out_char) in bc_out_long() argument
62 int size, space;
72 if (space) (*out_char) (' ');
/PHP-7.4/ext/phar/tests/zip/
H A Dbug48791.phpt13space-mode="label-alignment"><style:list-level-label-alignment text:label-followed-by="listtab" te…
/PHP-7.4/ext/sysvshm/tests/
H A Dbug72858.phpt19 Warning: shm_attach(): failed for key 0x64: Not enough space in %s on line %d

Completed in 119 milliseconds

1234