Home
last modified time | relevance | path

Searched refs:length (Results 251 – 275 of 573) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata.phpt120 if ($info->length !== $fields['meta'][$k]->length)
121 printf("[021 - %d] Expecting length %s/%s got %s/%s\n",
122 …$k, gettype($info->length), $info->length, gettype($fields['meta'][$k]->length), $fields['meta'][$…
/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_string.c404 long lstart = 0, length = 0; in PHP_FUNCTION() local
413 …ameters(ZEND_NUM_ARGS() TSRMLS_CC, "sl|l", (char **)&str, &str_len, &lstart, &length) == FAILURE) { in PHP_FUNCTION()
434 …grapheme_substr_ascii((char *)str, str_len, start, length, ZEND_NUM_ARGS(), (char **) &sub_str, &s… in PHP_FUNCTION()
535 if ( length < 0 ) { in PHP_FUNCTION()
547 while ( length ) { in PHP_FUNCTION()
554 length += iter_val; in PHP_FUNCTION()
557 if ( UBRK_DONE == sub_str_end_pos && length < 0) { in PHP_FUNCTION()
/PHP-5.3/Zend/
H A Dzend_operators.c109 const char *end = number+length; in zend_string_to_double()
112 if (!length) { in zend_string_to_double()
1214 int length = Z_STRLEN_P(op1) + Z_STRLEN_P(op2); in add_string_to_string() local
1218 Z_STRVAL_P(result)[length] = 0; in add_string_to_string()
1219 Z_STRLEN_P(result) = length; in add_string_to_string()
1875 register unsigned char *end = str + length; in zend_str_tolower_copy()
1888 return zend_str_tolower_copy((char *)emalloc(length+1), source, length); in zend_str_tolower_dup()
1895 register unsigned char *end = p + length; in zend_str_tolower()
1923 return (MIN(length, len1) - MIN(length, len2)); in zend_binary_strncmp()
1954 len = MIN(length, MIN(len1, len2)); in zend_binary_strncasecmp()
[all …]
H A Dzend_ini_parser.y104 int length = Z_STRLEN_P(op1) + Z_STRLEN_P(op2); in zend_ini_add_string() local
106 Z_STRVAL_P(result) = (char *) realloc(Z_STRVAL_P(op1), length+1); in zend_ini_add_string()
108 Z_STRVAL_P(result)[length] = 0; in zend_ini_add_string()
109 Z_STRLEN_P(result) = length; in zend_ini_add_string()
/PHP-5.3/ext/phar/tests/zip/
H A Dfrontcontroller14.phar.phpt14 Content-length: 4
H A Dfrontcontroller17.phar.phpt14 Content-length: 4
H A Dcorrupt_006.phpt16 phar error: Cannot process zips created from stdin (zero-length filename) in zip-based phar "%sstdi…
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmk_sb_tbl.awk16 for (i = 3; i <= length(str); i++) {
/PHP-5.3/ext/standard/tests/array/
H A Darray_splice_variation2.phpt6 * proto array array_splice(array input, int offset [, int length [, array replacement]])
H A Dbug41686.phpt2 Bug #41686 (Omitting length param in array_slice not possible)
/PHP-5.3/ext/phar/tests/
H A D002.phpt17 internal corruption of phar "%s002.php" (truncated manifest at manifest length)
H A Dbug60164.phpt2 Phar: verify stub of specific length does not break __HALT_COMPILER(); scanning in php
/PHP-5.3/ext/oci8/
H A Dconfig.w3224 for (i = 0; i < oci8_dirs.length; i++) {
60 for (i = 0; i < oci8_11g_dirs.length; i++) {
/PHP-5.3/ext/standard/tests/strings/
H A Dstrcspn_error.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 Dstrspn_error.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)
/PHP-5.3/ext/dom/tests/
H A Ddomchardata.phpt25 echo "Comment Length: ".$comment->length."\n";
28 echo "New Comment Length: ".$comment->length."\n";
H A Ddom_comment_variation.phpt20 for ($index = 0; $index < $children->length; $index++) {
/PHP-5.3/ext/oci8/tests/
H A Darray_bind_012.phpt23 Warning: oci_bind_array_by_name(): Invalid max length value (-10) in %s on line %d
/PHP-5.3/ext/standard/
H A Durl.h36 PHPAPI php_url *php_url_parse_ex(char const *str, int length);
/PHP-5.3/tests/basic/
H A D025.phpt2 Test HTTP_RAW_POST_DATA with excessive post length
/PHP-5.3/ext/standard/tests/streams/
H A Dbug60455_04.phpt2 Bug #60455: stream_get_line and 1-line with maxlen size followed by 0-length
H A Dstream_get_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.
35 …e($sockets[1], strlen(b"incomplete line"), $eol)); // EOL not found but $length has been read, ret…
/PHP-5.3/build/
H A Dmkdep.awk67 printf(" \\\n\t" substr($3,2,length($3)-2))
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c88 return (iterator->i < iterator->length) ? SUCCESS : FAILURE; in resourcebundle_iterator_has_more()
175 iterator->length = ures_getSize( rb->me ); in resourcebundle_get_iterator()
/PHP-5.3/ext/curl/
H A Dinterface.c999 PHPWRITE(data, length); in curl_write()
1004 if (length > 0) { in curl_write()
1040 length = -1; in curl_write()
1055 return length; in curl_write()
1115 length = -1; in curl_progress()
1142 int length = 0; in curl_read() local
1207 return length; in curl_read()
1227 PHPWRITE(data, length); in curl_write_header()
1265 length = -1; in curl_write_header()
1279 return length; in curl_write_header()
[all …]

Completed in 72 milliseconds

1...<<11121314151617181920>>...23