Home
last modified time | relevance | path

Searched refs:s0 (Results 1 – 7 of 7) sorted by relevance

/PHP-5.6/ext/fileinfo/
H A Dconfig.m424 char *s0, *s1, *ret;
26 s0 = (char *) malloc(42);
29 memset(s0, 'X', 42);
30 s0[24] = 'Y';
31 s0[26] = 'Z';
32 s0[41] = '\0';
38 ret = strcasestr(s0, s1);
/PHP-5.6/ext/sockets/tests/
H A Dsocket_import_stream-1.phpt15 $s0 = reset($s);
18 $sock = socket_import_stream($s0);
/PHP-5.6/ext/oci8/tests/
H A Dcoll_016_func.phpt43 Warning: oci_collection_element_assign(): OCI-22165: given index [%d] must be in the range of%s0%st…
46 Warning: oci_collection_element_assign(): OCI-22165: given index [5000] must be in the range of%s0%…
/PHP-5.6/ext/intl/tests/
H A Dtimezone_fromDateTimeZone_basic.phpt40 string(%d) "GMT+03%s0"
/PHP-5.6/ext/standard/tests/strings/
H A Dstrval_variation2.phpt12 $s0 = "\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f";
29 echo bin2hex(strval($s0));
H A Dchunk_split_variation3.phpt113 string(40) "This0.5 is 0.5simp0.5le s0.5trin0.5g.0.5"
/PHP-5.6/Zend/
H A Dzend_strtod.c1488 char *s, *s0; in zend_dtoa() local
1643 s = s0 = rv_alloc(i); in zend_dtoa()
1740 s = s0; in zend_dtoa()
1773 if (s == s0) { in zend_dtoa()
1998 if (s == s0) { in zend_dtoa()
2028 if (s == s0) { /* don't return empty string */ in zend_dtoa()
2036 return s0; in zend_dtoa()
2043 CONST char *s, *s0, *s1; in zend_strtod() local
2078 s0 = s; in zend_strtod()
2092 s0 = s; in zend_strtod()
[all …]

Completed in 17 milliseconds