Home
last modified time | relevance | path

Searched refs:length (Results 351 – 375 of 620) sorted by relevance

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

/PHP-5.5/ext/standard/tests/strings/
H A Dstrncmp_variation3.phpt17 /* loop through to compare the strings, for various length values */
H A Dstrspn_variation6.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 Dstr_pad_variation5.phpt15 * Description: Pad a string to a certain length with another string
/PHP-5.5/ext/zip/tests/
H A Dpecl12414.phpt27 echo "zip_readfile could not open stream from zero length file " . $zipname . " : " .$filename;
/PHP-5.5/sapi/cli/
H A Dphp_http_parser.h72 typedef int (*php_http_data_cb) (php_http_parser*, const char *at, size_t length);
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dwintestoutput386 Subject length lower bound = 1
95 Subject length lower bound = 1
H A Dtestoutput395 Subject length lower bound = 1
104 Subject length lower bound = 1
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c204 mysqlnd_get_backtrace(uint max_levels, size_t * length TSRMLS_DC) in mysqlnd_get_backtrace()
227 *length = res_len; in mysqlnd_get_backtrace()
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h207 mbfl_substr(mbfl_string *string, mbfl_string *result, int from, int length);
213 mbfl_strcut(mbfl_string *string, mbfl_string *result, int from, int length);
/PHP-5.5/ext/standard/
H A Durl.c97 PHPAPI php_url *php_url_parse_ex(char const *str, int length) in php_url_parse_ex() argument
104 ue = s + length; in php_url_parse_ex()
107 if ((e = memchr(s, ':', length)) && (e - s)) { in php_url_parse_ex()
148 length -= ++e - s; in php_url_parse_ex()
173 length -= ++e - s; in php_url_parse_ex()
216 ue = s + length; in php_url_parse_ex()
H A Darray.c1835 if (length < 0) { in php_splice()
1836 length = num_in - offset + length; in php_splice()
2056 length = 0, in PHP_FUNCTION() local
2067 length = num_in; in PHP_FUNCTION()
2095 if (length < 0) { in PHP_FUNCTION()
2133 length = 0; in PHP_FUNCTION() local
2151 length = num_in; in PHP_FUNCTION()
2166 if (length < 0) { in PHP_FUNCTION()
2167 length = num_in - offset + length; in PHP_FUNCTION()
2173 array_init_size(return_value, length > 0 ? length : 0); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/phar/tests/
H A D010.phpt13 // this fails because the manifest length does not include the other 10 byte manifest data
/PHP-5.5/ext/dom/examples/
H A Ddom1.inc27 $child_count = $node->childNodes->length;
/PHP-5.5/ext/oci8/tests/
H A Dbug47281_tt.phpt5 …ledb' => false, 'timesten' => true); // test runs on these DBs: shorter message length in TimesTen
H A Dbind_sqltafc.phpt38 $c3 = "AAAAAAAAAA"; // max length allowed in column
39 $c4 = "BBBBBBBBBB"; // max length allowed in column
/PHP-5.5/ext/dom/tests/
H A Ddom_test.inc28 $child_count = $node->childNodes->length;
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp183 if (zend_hash_find(ret, (char*)argName.getBuffer(), argName.length(), in umsg_parse_format()
187 if (zend_hash_update(ret, (char*)argName.getBuffer(), argName.length(), in umsg_parse_format()
436 zend_hash_find(types, (char*)key.getBuffer(), key.length(), in umsg_format_helper()
627 *formatted_len = resultStr.length(); in umsg_format_helper()
685 intl_convert_utf16_to_utf8(&stmp, &stmp_len, temp.getBuffer(), temp.length(), status); in umsg_parse_helper()
/PHP-5.5/ext/gd/libgd/
H A Dgd_png.c75 static void gdPngReadData (png_structp png_ptr, png_bytep data, png_size_t length) in gdPngReadData() argument
78 check = gdGetBuf(data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); in gdPngReadData()
79 if (check != length) { in gdPngReadData()
84 static void gdPngWriteData (png_structp png_ptr, png_bytep data, png_size_t length) in gdPngWriteData() argument
86 gdPutBuf (data, length, (gdIOCtx *) png_get_io_ptr(png_ptr)); in gdPngWriteData()
/PHP-5.5/ext/pdo_oci/
H A Dconfig.w3219 for (i = 0; i < pdo_oci_dirs.length; i++) {
/PHP-5.5/ext/standard/tests/math/
H A Dhypot_error.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle.
/PHP-5.5/ext/standard/tests/array/
H A Darray_splice_errors.phpt6 * proto array array_splice(array input, int offset [, int length [, array replacement]])
H A Darray_slice_variation2.phpt7 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
8 * Description: Returns elements specified by offset and length
/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_variation1-win32.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
14 If the length arquement is given,writing will stop after length bytes have been
H A Dfwrite_variation1.phpt12 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
14 If the length arquement is given,writing will stop after length bytes have been
/PHP-5.5/ext/bz2/tests/
H A D003.phpt27 Warning: bzread(): length may not be negative in %s on line %d

Completed in 42 milliseconds

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