Home
last modified time | relevance | path

Searched refs:length (Results 326 – 350 of 620) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.5/ext/standard/tests/array/
H A Darray_splice_variation4.phpt6 * proto array array_splice(array input, int offset [, int length [, array replacement]])
/PHP-5.5/ext/xsl/tests/
H A Dxslt004.phpt11 if ($res->length != 1) {
H A Dxslt005.phpt11 if ($res->length != 1) {
H A Dxslt002.phpt12 if ($res->length != 1) {
/PHP-5.5/ext/zlib/tests/
H A Dzlib_wrapper_fflush_basic.phpt15 $length = 10;
H A D001.phpt13 /* with explicit compression level, length */
/PHP-5.5/sapi/tests/
H A Dtest007.phpt2 Multipart Form POST Data, incorrect content length
/PHP-5.5/ext/standard/tests/strings/
H A Dbug39621.phpt2 Bug #39621 (str_replace() is not binary safe on strings with equal length)
H A Dstrspn_variation9.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
7 … If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
H A Dstrcspn_variation6.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
7 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
H A Dstrcspn_variation9.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
7 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
H A Dstrlen_error.phpt7 * Description: Get string length
H A Dstrncasecmp_variation3.phpt17 /* loop through to compare the strings, for various length values */
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput21-1652 Subject length lower bound = 6
85 Subject length lower bound = 6
H A Dtestoutput21-3264 Subject length lower bound = 6
97 Subject length lower bound = 6
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation2.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
25 $length = 5;
99 $res = mb_substr($str, $start, $length, $input);
H A Dbug45923.phpt165 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
176 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
187 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
198 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Drecmul.c54 new_sub_num (length, scale, value) in new_sub_num() argument
55 int length, scale; in new_sub_num()
72 temp->n_len = length;
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API65 p - valid path (string without null bytes in the middle) and its length (char*, int)
67 s - string (with possible null bytes) and its length (char*, int)
92 and ints to strings length (i.e. for "s" you need to pass char * and int),
115 /* Gets a long, a string and its length, and a zval */
163 int length;
169 "s", &s, &length) == SUCCESS) {
/PHP-5.5/ext/dom/tests/
H A Dbug43364.phpt13 if($node->childNodes->length > 0) {
/PHP-5.5/ext/phar/tests/
H A D011.phpt15 // compressed file length does not match incompressed lentgh for an uncompressed file
/PHP-5.5/ext/oci8/tests/
H A Derror3.phpt2 Maximum Oracle error length
/PHP-5.5/ext/mcrypt/tests/
H A Dbug37595.phpt2 Bug #37595 (mcrypt_generic calculates data length in wrong way)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_multi_query.phpt124 foreach ($lengths as $k => $length)
125 if ($length <= 0)
127 $res_num, $k, $length);
/PHP-5.5/Zend/
H A Dzend_hash.h310 #define ZEND_HANDLE_NUMERIC_EX(key, length, idx, func) do { \ in END_EXTERN_C() argument
317 const char *end = key + length - 1; \ in END_EXTERN_C()
320 || (*tmp == '0' && length > 2) /* numbers with leading zeros */ \ in END_EXTERN_C()
345 #define ZEND_HANDLE_NUMERIC(key, length, func) do { \ argument
348 ZEND_HANDLE_NUMERIC_EX(key, length, idx, return func); \

Completed in 76 milliseconds

1...<<11121314151617181920>>...25