Home
last modified time | relevance | path

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

123456

/php-src/ext/ctype/tests/
H A Dctype_space_variation2.phpt18 echo "character code $c is a space character\n";
25 character code 9 is a space character
26 character code 10 is a space character
27 character code 11 is a space character
28 character code 12 is a space character
29 character code 13 is a space character
30 character code 32 is a space character
/php-src/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{
/php-src/ext/opcache/tests/jit/
H A Dassign_032.phpt14 $var1 = "space";
23 string(5) "space"
24 string(5) "space"
25 string(5) "space"
/php-src/Zend/
H A Dzend_list.c109 const char *space; in zend_fetch_resource2() local
110 const char *class_name = get_active_class_name(&space); in zend_fetch_resource2()
124 const char *space; in zend_fetch_resource() local
125 const char *class_name = get_active_class_name(&space); in zend_fetch_resource()
134 const char *space, *class_name; in zend_fetch_resource_ex() local
137 class_name = get_active_class_name(&space); in zend_fetch_resource_ex()
138 …zend_type_error("%s%s%s(): no %s resource supplied", class_name, space, get_active_function_name()… in zend_fetch_resource_ex()
144 class_name = get_active_class_name(&space); in zend_fetch_resource_ex()
155 const char *space, *class_name; in zend_fetch_resource2_ex() local
158 class_name = get_active_class_name(&space); in zend_fetch_resource2_ex()
[all …]
/php-src/
H A D.editorconfig18 indent_style = space
22 indent_style = space
25 indent_style = space
30 indent_style = space
/php-src/ext/standard/tests/strings/
H A Dltrim_basic.phpt13 echo "\n-- Trim string with all white space characters --\n";
19 echo "\n-- Trim some non-white space characters from a string --\n";
22 echo "\n-- Trim some non-white space characters from a string suing a character range --\n";
33 -- Trim string with all white space characters --
39 -- Trim some non-white space characters from a string --
42 -- Trim some non-white space characters from a string suing a character range --
H A Drtrim_basic.phpt15 echo "\n-- Trim string with all white space characters --\n";
21 echo "\n-- Trim some non-white space characters from a string --\n";
24 echo "\n-- Trim some non-white space characters from a string using a character range --\n";
34 -- Trim string with all white space characters --
40 -- Trim some non-white space characters from a string --
43 -- Trim some non-white space characters from a string using a character range --
H A Dchunk_split_variation12.phpt40 // heredoc with different white space characters
42 This checks\t and \nwhite space chars
124 white space charsr to checkThis checks and
125 white space chars with hereThis checks and
126 white space charsdoc endingThis checks and
127 white space chars.This contThis checks and
128 white space charsains,
130 white space charsi@! ch@r$ This checks and
131 white space chars__with wroThis checks and
134 white space chars2.This checks and
[all …]
H A Dchunk_split_variation6.phpt19 ' ', //space
23 'This string\tcontains\rwhite space\nchars', //with white space chars
26 'This is string with multiple space char',
55 string(59) "This st):(ring\tc):(ontains):(\rwhite):( space\):(nchars):("
65 string(59) " Te):(sting w):(ith ):(multipl):(e space):(s ):("
H A Dtrim_basic.phpt12 echo "\n-- Trim string with all white space characters --\n";
18 echo "\n-- Trim some non-white space characters from a string --\n";
28 -- Trim string with all white space characters --
34 -- Trim some non-white space characters from a string --
H A Dstr_split_variation3.phpt18 " ", //space
22 "string\tcontains\rwhite space\nchars",
26 "with multiple space char",
82 string(7) " space
127 string(7) "space c"
H A Dchunk_split_variation7.phpt19 " ", //space
23 "This string\tcontains\rwhite space\nchars",
26 "This is string with multiple space char",
61 string(90) "This ????is st????ring ????with ???? mu????ltipl????e ???? ????space???? char?…
H A Dchunk_split_variation8.phpt19 This's heredoc string with \t and \n white space char.
66 white space char.
71 white space char.:::
76 white space char.
H A Dstr_split_variation4.phpt18 ' ', //space
22 'string\tcontains\rwhite space\nchars',
26 'with multiple space char',
/php-src/ext/standard/tests/file/
H A Duserstreams_002.phpt2 User-space streams: stream_cast()
58 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
63 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
70 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
77 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
84 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
86 Warning: stream_select(): Cannot represent a stream of type user-space as a select()able descriptor…
H A Dftruncate_bug76422.phpt10 die('skip.. This test requires over 4GB of free disk space on this disk partition');
39 …() is deliberately repeated - If this test runs out of disk space attempting to reserve space for …
41 // because there wouldn't be any free disk space to save a new php file.
H A Dsymlink_link_linkinfo_is_link_error2.phpt6 die('xfail different handling of space as filename with ZTS/NTS on Windows');
23 var_dump( link(' ', $linkname) ); // space as filename
32 var_dump( is_link(' ') ); // space as linkname
H A Dreadlink_realpath_variation3.phpt7 echo "\n*** Testing readlink() and realpath() with linkname as empty string, NULL and single space
31 *** Testing readlink() and realpath() with linkname as empty string, NULL and single space ***
/php-src/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";
28 *** Testing new DateTime() : with user space __construct magic method ***
/php-src/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-src/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-src/ext/intl/formatter/
H A Dformatter_parse.c90 const char *space; in PHP_FUNCTION() local
91 const char *class_name = get_active_class_name(&space); in PHP_FUNCTION()
93 "use %s%sparseCurrency() method instead", class_name, space); in PHP_FUNCTION()
H A Dformatter_format.c108 const char *space; in PHP_FUNCTION() local
109 const char *class_name = get_active_class_name(&space); in PHP_FUNCTION()
111 "use %s%sformatCurrency() method instead", class_name, space); in PHP_FUNCTION()
/php-src/ext/phar/tests/zip/
H A Dbug48791.phpt12space-mode="label-alignment"><style:list-level-label-alignment text:label-followed-by="listtab" te…

Completed in 26 milliseconds

123456