Home
last modified time | relevance | path

Searched refs:length (Results 176 – 200 of 620) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.h24 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors …
/PHP-5.5/ext/standard/tests/array/
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) );
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 Dprev_basic.phpt30 $length = count($array2);
31 for ($i = $length; $i > 0; $i--) {
/PHP-5.5/ext/standard/tests/strings/
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)
H A Dchunk_split_variation8.phpt58 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
67 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
86 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
90 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
H A Dsubstr_compare.phpt31 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
40 Warning: substr_compare(): The length must be greater than or equal to zero in %s on line %d
/PHP-5.5/main/streams/
H A Dmemory.c25 PHPAPI unsigned char *php_base64_decode(const unsigned char *str, int length, int *ret_length);
313 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length STREAMS_DC TSRMLS_DC) in _php_stream_memory_open()
324 ms->fsize = length; in _php_stream_memory_open()
326 if (length) { in _php_stream_memory_open()
328 php_stream_write(stream, buf, length); in _php_stream_memory_open()
338 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC TSRMLS_DC) in _php_stream_memory_get_buffer()
343 assert(length != 0); in _php_stream_memory_get_buffer()
345 *length = ms->fsize; in _php_stream_memory_get_buffer()
579 …hp_stream_temp_open(int mode, size_t max_memory_usage, char *buf, size_t length STREAMS_DC TSRMLS_… in _php_stream_temp_open()
586 if (length) { in _php_stream_temp_open()
[all …]
/PHP-5.5/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-5.5/ext/mysqli/tests/
H A Dmysqli_field_seek.phpt94 if ($field->length != $charsetInfo->max_length) {
95 printf("[005] Expecting length %d got %d\n",
146 [%u|b%"length"]=>
175 [%u|b%"length"]=>
204 [%u|b%"length"]=>
241 [%u|b%"length"]=>
/PHP-5.5/scripts/apache/
H A Dconffix.awk15 print "php_admin_value " phpcommand " " substr($0,index($0,$1)+length($1)+1)
H A Dhtaccessfix.awk15 print "php_value " phpcommand " " substr($0,index($0,$1)+length($1)+1)
/PHP-5.5/ext/json/
H A Dutf8_decode.c87 utf8_decode_init(json_utf8_decode *utf8, char p[], int length) in utf8_decode_init() argument
91 utf8->the_length = length; in utf8_decode_init()
H A Dutf8_decode.h17 extern void utf8_decode_init(json_utf8_decode *utf8, char p[], int length);
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c213 size_t length, addlength; in regerror() local
217 length = strlen(message) + 1; in regerror()
225 if (addlength > 0 && errbuf_size >= length + addlength) in regerror()
234 return length + addlength; in regerror()
/PHP-5.5/ext/snmp/tests/
H A Dsnmp3-error.phpt51 … for authentication pass phrase '': Generic error (The supplied password length is too short.) in …
54 …or authentication pass phrase 'te': Generic error (The supplied password length is too short.) in …
60 …g a key for privacy pass phrase '': Generic error (The supplied password length is too short.) in …
63 …a key for privacy pass phrase 'ty': Generic error (The supplied password length is too short.) in …
/PHP-5.5/ext/hash/
H A Dphp_hash_gost.h30 unsigned char length; member
H A Dphp_hash_snefru.h34 unsigned char length; member
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation1.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
23 $length = 5;
97 var_dump( mb_substr($input, $start, $length));
/PHP-5.5/ext/session/tests/
H A Dsave_handler.inc49 $length = strlen(SESSION_FILE_PREFIX);
53 if (substr($file, 0, $length) === SESSION_FILE_PREFIX) {
/PHP-5.5/ext/phar/tests/files/
H A Dstuboflength1041.phar2 /***stub of length 1041 including the halt compiler*********************************************
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h28 long length; member
/PHP-5.5/win32/build/
H A Dconfigure.tail5 if (!MODE_PHPIZE && sapi_enabled.length < 1) {
H A Dcvsclean.js31 dirname_len = dirname.length;
112 if (l.length == 0 || re.test(l)) {
H A Dsvnclean.js31 dirname_len = dirname.length;
112 if (l.length == 0 || re.test(l)) {

Completed in 39 milliseconds

12345678910>>...25