Home
last modified time | relevance | path

Searched refs:space (Results 76 – 100 of 143) sorted by relevance

123456

/PHP-7.0/ext/standard/tests/strings/
H A Dtrim_variation1.phpt75 // strip white space and any "minus" signs
H A Dltrim_variation1.phpt75 // strip white space and any "minus" signs
H A Drtrim_variation1.phpt75 // strip white space and any "minus" signs
H A Dtrim_variation2.phpt75 // strip white space and any "minus" signs
H A Dchunk_split_variation4.phpt45 // heredoc with different white space characters
H A Dltrim.phpt34 …var_dump ( ltrim(" ltrim test", " ") ); /* with single space as second Arg…
H A Dltrim_variation2.phpt75 // strip white space and any "minus" signs
H A Drtrim.phpt21 …var_dump ( rtrim("rtrim test ", " ") ); /* with single space as second Arg…
H A Drtrim_variation2.phpt75 // strip white space and any "minus" signs
H A Dstr_split_variation5.phpt47 // heredoc with different white space characters
/PHP-7.0/ext/soap/
H A DTODO.old7 provide user space overriding of serialization certin objects and types
H A DTODO45 ? provide user space overriding of serialization certin objects and types???
/PHP-7.0/ext/date/lib/
H A Dparse_date.re828 space = [ \t]+;
870 timetiny12 = hour12 space? meridian;
871 timeshort12 = hour12[:.]minutelz space? meridian;
872 timelong12 = hour12[:.]minute[:.]secondlz space? meridian;
878 /* iso8601shorttz = hour24 [:] minutelz space? (tzcorrection | tz); */
920 backof = 'back of ' hour24 (space? meridian)?;
921 frontof = 'front of ' hour24 (space? meridian)?;
944 relative = relnumber space? (reltextunit | 'week' );
945 relativetext = (reltextnumber|reltexttext) space reltextunit;
946 relativetextweek = reltexttext space 'week';
[all …]
/PHP-7.0/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt33 b"\t" => b'[[:space:]]+', /*10*/
/PHP-7.0/ext/mcrypt/tests/
H A Dblowfish.phpt23 list($key,$plain,$crypt) = preg_split("/[[:space:]]+/",$data);
/PHP-7.0/ext/standard/tests/math/
H A Dmt_rand_basic.phpt11 // By default RAND_MAX is 32768 although no constant is defined for it for user space apps
H A Drand_basic.phpt11 // By default RAND_MAX is 32768 although no constant is defined for it for user space apps
/PHP-7.0/ext/sockets/tests/
H A Dsocket_strerror.phpt53 string(23) "No space left on device"
130 string(25) "No buffer space available"
/PHP-7.0/
H A DREADME.EXT_SKEL77 other with a comma and optional space. Argument_type can be one of int,
80 An optional argument is separated from the previous by an optional space,
81 then '[' and of course comma and optional space, like all the other
/PHP-7.0/Zend/
H A Dzend_execute_API.c416 ZEND_API const char *get_active_class_name(const char **space) /* {{{ */ in get_active_class_name() argument
421 if (space) { in get_active_class_name()
422 *space = ""; in get_active_class_name()
434 if (space) { in get_active_class_name()
435 *space = ce ? "::" : ""; in get_active_class_name()
440 if (space) { in get_active_class_name()
441 *space = ""; in get_active_class_name()
/PHP-7.0/ext/standard/tests/file/
H A Duserstreams_003.phpt2 User-space streams: stream_set_option()
/PHP-7.0/ext/com_dotnet/
H A DREADME41 large number of the variant API has been mapped to PHP space so that you can
/PHP-7.0/ext/standard/tests/array/
H A Darray_rand_variation4.phpt27 '12twelve' => 12.00, "" => 'empty string', " " => "space key"),
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A DtestoutputEBC2 EBCDIC option but in an ASCII environment, that newline and white space
/PHP-7.0/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt40 " ", //string with a space

Completed in 71 milliseconds

123456