Home
last modified time | relevance | path

Searched refs:size (Results 251 – 275 of 567) sorted by relevance

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

/PHP-5.4/ext/session/tests/
H A Drfc1867_sid_get.phpt63 [%u|b%"size"]=>
76 [%u|b%"size"]=>
H A Drfc1867_sid_get_2.phpt65 [%u|b%"size"]=>
78 [%u|b%"size"]=>
H A Drfc1867_sid_only_cookie.phpt65 [%u|b%"size"]=>
78 [%u|b%"size"]=>
H A Drfc1867.phpt66 [%u|b%"size"]=>
79 [%u|b%"size"]=>
H A Drfc1867_sid_post.phpt61 [%u|b%"size"]=>
74 [%u|b%"size"]=>
/PHP-5.4/ext/shmop/tests/
H A D001.phpt23 echo "shm size is: " . ($shm_size = shmop_size($shm_id)) . "\n";
82 shm size is: 1024
/PHP-5.4/ext/imap/
H A Dphp_imap.h53 #define LSIZE text.size
60 #define LSIZE size
/PHP-5.4/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt12 * Description: Get the size of an image as 4-element array
H A Dgetimagesize_variation_005.phpt12 * Description: Get the size of an image as 4-element array
/PHP-5.4/ext/standard/tests/strings/
H A Dbug54721.phpt2 Bug #54721 (Different Hashes on Windows, BSD and Linux on wrong Salt size)
/PHP-5.4/ext/standard/tests/file/
H A Dfstat_basic.phpt52 ["size"]=>
/PHP-5.4/ext/phar/tests/
H A D009.phpt23 internal corruption of phar "%s009.phar.php" (too many manifest entries for size of manifest)
H A D011.phpt30 internal corruption of phar "%s" (compressed and uncompressed size does not match for uncompressed …
/PHP-5.4/ext/oci8/tests/
H A Dcoll_003_func.phpt32 Warning: oci_collection_trim(): OCI-22167: given trim size [3] must be less than or equal to [0] in…
H A Dbug32325.phpt34 var_dump($collection->size());
/PHP-5.4/Zend/tests/
H A Dbug38779.phpt23 return array('size' => strlen($this->data));
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c378 static inline int allocateBuf( LSAPI_Request * pReq, int size ) in allocateBuf() argument
380 char * pBuf = (char *)realloc( pReq->m_pReqBuf, size ); in allocateBuf()
384 pReq->m_reqBufSize = size; in allocateBuf()
412 pReq->m_pRespHeaderBufEnd = p + size; in allocateRespHeaderBuf()
1639 off_t len = size; in gsendfile()
1660 vec[n].sfv_len = size; in gsendfile()
1681 return sendfile( fdOut, fdIn, off, size, NULL, 0 ); in gsendfile()
1705 return gsendfile( pReq->m_fd, fdIn, off, size ); in LSAPI_sendfile_r()
2575 int size = 4096; in lsapi_init_children_status() local
2579 size = (size + 4095 ) / 4096 * 4096; in lsapi_init_children_status()
[all …]
/PHP-5.4/ext/phar/tests/tar/
H A Dlinks2.phpt17 'size' => 0,
/PHP-5.4/main/
H A Dphp_streams.h304 PHPAPI void _php_stream_fill_read_buffer(php_stream *stream, size_t size TSRMLS_DC);
305 #define php_stream_fill_read_buffer(stream, size) _php_stream_fill_read_buffer((stream), (size) TSR… argument
368 …ne php_stream_set_chunk_size(stream, size) _php_stream_set_option((stream), PHP_STREAM_OPTION_SET_… argument
423 #define php_stream_truncate_set_size(stream, size) _php_stream_truncate_set_size((stream), (size) T… argument
/PHP-5.4/ext/exif/
H A Dtest.txt160 font-size: 12pt;
163 font-size: 20pt;
167 font-size: 16pt;
206 the integrity of IFD directory (size of directory and offsets of entries following any
273 $size = GetImageSize($file);
275 if ( $size === false) {
279 $res_getimagesize = '('.join($size,',').')';
/PHP-5.4/ext/mbstring/
H A Dmbstring.c1205 size_t size; in PHP_INI_MH() local
1233 size_t size; in PHP_INI_MH() local
1911 size_t size = 0; in PHP_FUNCTION() local
2953 size_t size; in php_mb_convert_encoding() local
2986 size = 0; in php_mb_convert_encoding()
2988 if (size == 1) { in php_mb_convert_encoding()
3192 size_t size; in PHP_FUNCTION() local
3200 size = 0; in PHP_FUNCTION()
3208 size = 0; in PHP_FUNCTION()
3218 size = 0; in PHP_FUNCTION()
[all …]
/PHP-5.4/Zend/
H A Dzend_hash.h214 …opy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size);
215 …et, HashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite ZEND…
216 …Table *target, HashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_func…
221 #define zend_hash_merge(target, source, pCopyConstructor, tmp, size, overwrite) \ argument
222 _zend_hash_merge(target, source, pCopyConstructor, tmp, size, overwrite ZEND_FILE_LINE_CC)
H A Dzend_objects_API.c34 objects->size = init_size; in zend_objects_store_init()
116 if (EG(objects_store).top == EG(objects_store).size) { in zend_objects_store_put()
117 EG(objects_store).size <<= 1; in zend_objects_store_put()
118 …re_bucket *) erealloc(EG(objects_store).object_buckets, EG(objects_store).size * sizeof(zend_objec… in zend_objects_store_put()
/PHP-5.4/ext/readline/
H A Dreadline_cli.c589 size_t size = 4096, pos = 0, len; in readline_shell_run() local
590 char *code = emalloc(size); in readline_shell_run()
647 if (pos + len + 2 > size) { in readline_shell_run()
648 size = pos + len + 2; in readline_shell_run()
649 code = erealloc(code, size); in readline_shell_run()
/PHP-5.4/ext/zip/lib/
H A Dzip_source_filep.c217 st->size = z->len; in read_file()
221 st->size = fst.st_size; in read_file()

Completed in 70 milliseconds

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