Home
last modified time | relevance | path

Searched refs:space (Results 51 – 75 of 143) sorted by relevance

123456

/PHP-7.0/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
/PHP-7.0/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt14 $sData = fread($hReadHandle,$iMaxOut-10); # -10 to have space to add "custom:"
/PHP-7.0/ext/ctype/tests/
H A Dctype_graph_variation4.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_error.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_variation3.phpt8 * Description: Checks for any printable character(s) except space
H A Dctype_graph_variation1.phpt8 * Description: Checks for any printable character(s) except space
/PHP-7.0/ext/standard/tests/file/
H A Duserstreams_004.phpt2 User-space streams: stream_lock()
H A Dsymlink_link_linkinfo_is_link_error2.phpt45 var_dump( link(' ', $linkname) ); // space as filename
61 var_dump( is_link(' ') ); // space as linkname
H A Duserstreams_005.phpt2 User-space streams: stream_truncate()
/PHP-7.0/ext/zlib/tests/
H A Ddeflate_add_buffer_full.phpt19 * manual, deflate must be called again with more buffer space.
/PHP-7.0/ext/mbstring/tests/
H A Dmb_split.phpt28 == mb_split( b"[[:space:]]", b"a\nb\tc\nd e f g" ) );
H A Dmb_ereg_search_xxx.phpt28 test_search( $enc, "�ϡ� ����\n", ' (��?�ϡ�?)[[:space:]]', $opt );
H A Dmb_ereg_variation4.phpt36 b'[[:space:]]+',
/PHP-7.0/ext/standard/tests/strings/
H A Dchunk_split_variation11.phpt30 " ", //space
33 "\r\n", //White space char
H A Dchunk_split_variation9.phpt25 " ", //space
30 // white space chars
H A Dchop_variation5.phpt20 …var_dump ( chop("chop test ", " ") ); /* with single space as second Argum…
/PHP-7.0/ext/standard/tests/array/
H A Dusort_variation3.phpt52 " " => 0, // space as key
H A Duasort_variation3.phpt69 " " => 0, // space as key
/PHP-7.0/ext/standard/tests/http/
H A Dbug47021.phpt68 // Trailing space at end of header
/PHP-7.0/Zend/
H A Dzend_API.c156 const char *space; in zend_wrong_param_count() local
157 const char *class_name = get_active_class_name(&space); in zend_wrong_param_count()
218 const char *space; in zend_wrong_paramer_type_error() local
219 const char *class_name = get_active_class_name(&space); in zend_wrong_paramer_type_error()
232 const char *space; in zend_wrong_paramer_class_error() local
242 const char *space; in zend_wrong_callback_error() local
271 const char *space; in zend_parse_arg_class() local
275 class_name, space, get_active_function_name(), num, in zend_parse_arg_class()
282 const char *space; in zend_parse_arg_class() local
286 class_name, space, get_active_function_name(), num, in zend_parse_arg_class()
[all …]
/PHP-7.0/ext/pcre/tests/
H A Dpreg_replace_basic.phpt14 …espace around them and replaces them with a full stop precedeby no spaces and followed by one space
H A Dpreg_replace_edit_basic.phpt27 …espace around them and replaces them with a full stop precedeby no spaces and followed by one space
/PHP-7.0/ext/mbstring/oniguruma/doc/
H A DRE20 \b back space (0x08)
176 space \t, \n, \v, \f, \r, \x20
190 graph [[:^space:]] && ^Control && ^Unassigned && ^Surrogate
192 print [[:graph:]] | [[:space:]]
196 space Space_Separator | Line_Separator | Paragraph_Separator |
/PHP-7.0/sapi/cgi/
H A DREADME.FastCGI76 FastCGI binaries. We'll use /space/fcgi-bin/ for this example. Remember to
80 ScriptAlias /fcgi-bin/ /space/fcgi-bin/
91 Alias /fcgi-bin/ /space/fcgi-bin/
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A DtestinputEBC2 EBCDIC option but in an ASCII environment, that newline and white space

Completed in 75 milliseconds

123456