/PHP-8.3/ext/ctype/tests/ |
H A D | ctype_space_variation2.phpt | 18 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-8.3/Zend/tests/ |
H A D | assign_to_var_004.phpt | 7 $var1 = "space"; 19 string(5) "space" 20 string(5) "space" 21 string(5) "space"
|
H A D | bug32296.phpt | 5 abstract class space{ 10 abstract class shape extends space{
|
/PHP-8.3/ext/opcache/tests/jit/ |
H A D | assign_032.phpt | 15 $var1 = "space"; 24 string(5) "space" 25 string(5) "space" 26 string(5) "space"
|
/PHP-8.3/Zend/ |
H A D | zend_list.c | 109 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-8.3/ |
H A D | .editorconfig | 18 indent_style = space 22 indent_style = space 25 indent_style = space 30 indent_style = space
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | ltrim_basic.phpt | 13 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 D | rtrim_basic.phpt | 15 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 D | chunk_split_variation12.phpt | 40 // 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 D | trim_basic.phpt | 12 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 D | chunk_split_variation6.phpt | 19 ' ', //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 D | str_split_variation3.phpt | 18 " ", //space 22 "string\tcontains\rwhite space\nchars", 26 "with multiple space char", 82 string(7) " space 127 string(7) "space c"
|
H A D | chunk_split_variation7.phpt | 19 " ", //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 D | chunk_split_variation8.phpt | 19 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 D | str_split_variation4.phpt | 18 ' ', //space 22 'string\tcontains\rwhite space\nchars', 26 'with multiple space char',
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | userstreams_002.phpt | 2 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 D | ftruncate_bug76422.phpt | 10 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 D | symlink_link_linkinfo_is_link_error2.phpt | 6 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 D | readlink_realpath_variation3.phpt | 7 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-8.3/ext/date/tests/ |
H A D | DateTime_extends_basic2.phpt | 2 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-8.3/ext/pcre/tests/ |
H A D | bug41148.phpt | 16 /* 6 */ "/(( *)\n){2,}(<br[[:space:]]*\/?".">)?/S", 21 /* 11 */ "/(<br[[:space:]]*\/?".">){2,}/S", 22 /* 12 */ "/<p>([\n]*(<br[[:space:]]*\/?".">)*)*/S",
|
/PHP-8.3/ext/imap/tests/ |
H A D | imap_8bit_basic.phpt | 10 //NB this appears to be a bug in cclient; a space at end of string should be encoded as =20 11 var_dump(imap_8bit("String with space at end ")); 21 string(25) "String with space at end "
|
/PHP-8.3/ext/filter/tests/ |
H A D | 023.phpt | 10 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-8.3/ext/intl/formatter/ |
H A D | formatter_parse.c | 90 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 D | formatter_format.c | 108 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()
|