Home
last modified time | relevance | path

Searched refs:length (Results 151 – 175 of 588) sorted by relevance

12345678910>>...24

/PHP-7.4/ext/oci8/
H A Doci8_interface.c406 zend_long length; in PHP_FUNCTION() local
428 if (length <= 0) { in PHP_FUNCTION()
896 zend_long length = 0; in PHP_FUNCTION() local
922 length = -1; in PHP_FUNCTION()
1025 if (length == -1) { in PHP_FUNCTION()
1030 length = 0; in PHP_FUNCTION()
1033 if (length == 0) { in PHP_FUNCTION()
1046 block_length = length; in PHP_FUNCTION()
1049 while(length > 0) { in PHP_FUNCTION()
1065 length -= tmp_bytes_read; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_basic.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
7 … If start or/and length is provided, it works like strcspn(substr($s,$start,$len),$bad_chars)
H A Dbug74041.phpt2 Bug #74041: substr_count with length=0 broken
H A Dstrspn_basic.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
7 … If start or/and length is provided, it works like strspn(substr($s,$start,$len),$good_chars)
/PHP-7.4/ext/standard/tests/array/
H A Darray_slice_variation8.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_slice_variation9.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_slice_variation10.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_slice_variation7.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
19 $length = 10; // to ensure all elements are displayed
105 var_dump( array_slice($input, $offset, $length, true) );
107 var_dump( array_slice($input, $offset, $length, false) );
/PHP-7.4/ext/hash/
H A Dphp_hash_snefru.h32 unsigned char length; member
H A Dphp_hash_gost.h28 unsigned char length; member
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_field.phpt47 if ($tmp->length != $charsetInfo->max_length) {
48 printf("[005] Expecting length %d got %d\n",
107 ["length"]=>
135 ["length"]=>
170 ["length"]=>
H A Dmysqli_fetch_field_oo.phpt49 if ($tmp->length != $charsetInfo->max_length) {
50 printf("[006] Expecting length %d got %d\n",
90 ["length"]=>
118 ["length"]=>
/PHP-7.4/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt42 $len = $children->length;
43 for ($index = $children->length - 1; $index >=0; $index--) {
70 for ($index = 0; $index < $children->length; $index++) {
H A Dbug69846.phpt22 var_dump($dataNodes->length);
41 ["length"]=>
131 ["length"]=>
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h103 _PROTOTYPE(bc_num _bc_new_num_ex, (int length, int scale, int persistent));
158 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0) argument
/PHP-7.4/ext/phar/tests/files/
H A Dstuboflength1041.phar2 /***stub of length 1041 including the halt compiler*********************************************
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt2 RecursiveDirectoryIterator with dir path long or of edge case length
9 if (strlen(__DIR__) > 259) die("skip Unsuitable starting path length");
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h28 zend_long length; member
/PHP-7.4/win32/build/
H A Dconfigure.tail4 if (!MODE_PHPIZE && sapi_enabled.length < 1) {
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78326_1.phpt2 proper string length on stream_get_contents()
/PHP-7.4/ext/zlib/tests/
H A Dgzuncompress_error1.phpt11 /* Prototype : string gzuncompress(string data [, int length])
26 $length = 10;
28 var_dump( gzuncompress($data, $length, $extra_arg) );
/PHP-7.4/sapi/cli/tests/
H A Dupload_2G.phpt49 $length = 2150000000;
59 $total = $length + strlen($prev) + strlen($post);
72 for ($i = 0; $i < $length; $i += 10000 * 10) {
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c85 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, in pcre2_jit_match() argument
93 (void)length; in pcre2_jit_match()
126 arguments.end = subject + length; in pcre2_jit_match()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c267 *length = 1; in virtual_getcwd_ex()
284 retval[*length] = '\0'; in virtual_getcwd_ex()
289 *length = 0; in virtual_getcwd_ex()
301 size_t length; in virtual_getcwd() local
309 if (length > size-1) { in virtual_getcwd()
317 memcpy(buf, cwd, length+1); in virtual_getcwd()
1214 if (length == 0) { in virtual_chdir_file()
1217 while(--length < SIZE_MAX && !IS_SLASH(path[length])) { in virtual_chdir_file()
1220 if (length == SIZE_MAX) { in virtual_chdir_file()
1227 length++; in virtual_chdir_file()
[all …]
/PHP-7.4/ext/standard/tests/
H A Dbug71827.phpt2 Bug #71827 (substr_replace bug when length type is string )

Completed in 48 milliseconds

12345678910>>...24