Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/standard/tests/strings/
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_variation1.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_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 Dtrim_variation2.phpt75 // strip white space and any "minus" signs
H A Dstr_split_variation5.phpt47 // heredoc with different white space characters
/PHP-5.5/ext/standard/tests/array/
H A Duasort_variation3.phpt69 " " => 0, // space as key
H A Darray_rand_variation4.phpt27 '12twelve' => 12.00, "" => 'empty string', " " => "space key"),
/PHP-5.5/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-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt33 b"\t" => b'[[:space:]]+', /*10*/
/PHP-5.5/ext/mcrypt/tests/
H A Dblowfish.phpt23 list($key,$plain,$crypt) = preg_split("/[[:space:]]+/",$data);
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt53 string(23) "No space left on device"
130 string(25) "No buffer space available"
/PHP-5.5/
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-5.5/ext/standard/tests/file/
H A Duserstreams_003.phpt2 User-space streams: stream_set_option()
/PHP-5.5/sapi/tux/
H A DREADME9 The web-server provides a user-space API which allows arbitrary
/PHP-5.5/ext/soap/
H A DTODO45 ? provide user space overriding of serialization certin objects and types???
/PHP-5.5/Zend/
H A Dzend_execute_API.c338 ZEND_API const char *get_active_class_name(const char **space TSRMLS_DC) /* {{{ */ in get_active_class_name()
341 if (space) { in get_active_class_name()
342 *space = ""; in get_active_class_name()
352 if (space) { in get_active_class_name()
353 *space = ce ? "::" : ""; in get_active_class_name()
358 if (space) { in get_active_class_name()
359 *space = ""; in get_active_class_name()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt36 " ", //string with a space
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A DtestoutputEBC2 EBCDIC option but in an ASCII environment, that newline and white space
/PHP-5.5/ext/com_dotnet/
H A DREADME41 large number of the variant API has been mapped to PHP space so that you can

Completed in 43 milliseconds

123456