Home
last modified time | relevance | path

Searched refs:size (Results 226 – 250 of 592) sorted by relevance

12345678910>>...24

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt2 mysqli_stmt_send_long_data() - exceed packet size, mysqlnd
42 …printf("[008] Cannot determine max_allowed_packet size and/or bogus max_allowed_packet setting use…
45 // maximum packet size up to which we test is 10M
/PHP-5.5/ext/mbstring/oniguruma/
H A Dconfig.h.in78 /* The size of a `int', as computed by sizeof. */
81 /* The size of a `long', as computed by sizeof. */
84 /* The size of a `short', as computed by sizeof. */
/PHP-5.5/ext/filter/
H A Dfilter.c160 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in PHP_INI_MH() local
162 for (i = 0; i < size; ++i) { in PHP_INI_MH()
332 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in php_find_filter() local
334 for (i = 0; i < size; ++i) { in php_find_filter()
340 for (i = 0; i < size; ++i) { in php_find_filter()
891 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in PHP_FUNCTION() local
898 for (i = 0; i < size; ++i) { in PHP_FUNCTION()
909 int size = sizeof(filter_list) / sizeof(filter_list_entry); in PHP_FUNCTION() local
916 for (i = 0; i < size; ++i) { in PHP_FUNCTION()
/PHP-5.5/ext/dom/tests/
H A DDOMCharacterData_deleteData_error_002.phpt2 DOMCharacterData::deleteData() with offset exceeding string size.
/PHP-5.5/Zend/tests/
H A Dbug54268.phpt35 Fatal error: Allowed memory size of %s bytes exhausted%s(tried to allocate %s bytes) in %s on line …
/PHP-5.5/ext/zlib/
H A Dphp_zlib.h42 size_t size; member
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c110 *((size_t *)where) = re->size; in pcre_fullinfo()
114 *((size_t *)where) = (study == NULL)? 0 : study->size; in pcre_fullinfo()
/PHP-5.5/Zend/
H A Dzend.h202 # define do_alloca_ex(size, limit, use_heap) \ argument
203 ((use_heap = (UNEXPECTED((size) > (limit)))) ? emalloc(size) : alloca(size))
204 # define do_alloca(size, use_heap) \ argument
205 do_alloca_ex(size, ZEND_ALLOCA_MAX_SIZE, use_heap)
678 #define STR_REALLOC(ptr, size) \ argument
679 ptr = (char *) erealloc(ptr, size);
/PHP-5.5/ext/tidy/
H A Dtidy.c45 #define FIX_BUFFER(bptr) do { if ((bptr)->size) { (bptr)->bp[(bptr)->size-1] = '\0'; } } while(0)
620 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0, 1); in php_tidy_quick_repair()
767 ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0, 1); in tidy_doc_cast_handler()
801 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1, 1); in tidy_node_cast_handler()
824 if (output.size) { in tidy_doc_update_properties()
829 ZVAL_STRINGL(temp, (char*)output.bp, output.size-1, TRUE); in tidy_doc_update_properties()
835 if (obj->ptdoc->errbuf->size) { in tidy_doc_update_properties()
862 ADD_PROPERTY_STRINGL(obj->std.properties, value, buf.bp, buf.size ? buf.size-1 : 0); in tidy_add_default_properties()
1201 output_context->out.used = outbuf.size ? outbuf.size-1 : 0; in php_tidy_output_handler()
1247 RETURN_STRINGL((char*)obj->ptdoc->errbuf->bp, obj->ptdoc->errbuf->size-1, 1); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc165 * @return size of remaining part passed through
208 * @param $size new size to truncate file to
210 function ftruncate($size)
212 return ftruncate($this->fp, $size);
/PHP-5.5/ext/spl/tests/
H A Dfixedarray_010.phpt2 SPL: FixedArray: Setting size
/PHP-5.5/ext/sqlite3/tests/
H A Dstream_test.inc29 return array('size' => self::$string_length);
/PHP-5.5/ext/gd/tests/
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
/PHP-5.5/tests/basic/
H A D029.phpt44 ["size"]=>
H A Drfc1867_missing_boundary_2.phpt32 [%u|b%"size"]=>
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.h184 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size );
332 static inline ssize_t LSAPI_sendfile( int fdIn, off_t* off, size_t size ) in LSAPI_sendfile() argument
334 return LSAPI_sendfile_r(&g_req, fdIn, off, size ); in LSAPI_sendfile()
/PHP-5.5/ext/gd/libgd/
H A Dgd_jpeg.c151 void *gdImageJpegPtr (gdImagePtr im, int *size, int quality) in gdImageJpegPtr() argument
156 rv = gdDPExtractData (out, size); in gdImageJpegPtr()
291 gdImagePtr gdImageCreateFromJpegPtr (int size, void *data) in gdImageCreateFromJpegPtr() argument
293 return gdImageCreateFromJpegPtrEx(size, data, 1); in gdImageCreateFromJpegPtr()
296 gdImagePtr gdImageCreateFromJpegPtrEx (int size, void *data, int ignore_warning) in gdImageCreateFromJpegPtrEx() argument
299 gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); in gdImageCreateFromJpegPtrEx()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c585 size_t size; in php_stdiop_set_option() local
621 size = *(size_t *)ptrparam; in php_stdiop_set_option()
623 size = BUFSIZ; in php_stdiop_set_option()
630 return setvbuf(data->file, NULL, _IOLBF, size); in php_stdiop_set_option()
633 return setvbuf(data->file, NULL, _IOFBF, size); in php_stdiop_set_option()
760 size = GetFileSize(hfile, NULL); in php_stdiop_set_option()
762 range->length = size - range->offset; in php_stdiop_set_option()
764 if (range->length == 0 || range->length > size) { in php_stdiop_set_option()
765 range->length = size; in php_stdiop_set_option()
767 if (range->offset >= size) { in php_stdiop_set_option()
[all …]
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation4.phpt12 * Description: Get the size of an image as 4-element array
H A Dgetimagesize_wbmp.phpt12 * Description: Get the size of an image as 4-element array
H A Dgetimagesize_xbm.phpt12 * Description: Get the size of an image as 4-element array
/PHP-5.5/ext/standard/tests/file/
H A Duserwrapper.phpt28 'uid'=>100, 'gid'=>1000, 'rdev'=>-1, 'size'=>31337,
74 [size] => 31337
H A Dcopy_variation7.phpt33 var_dump( filesize($file_path."/copy_variation7_symlink.tmp") ); //size of the symlink itself
35 var_dump( filesize($file_path."/copy_variation7_hardlink.tmp") ); //size of the file
/PHP-5.5/ext/oci8/tests/
H A Dlob_030.phpt48 echo "Test 3: A CLOB of 1048576 bytes (== size of PHP_OCI_LOB_BUFFER_SIZE at time of test creation)…
70 Test 3: A CLOB of 1048576 bytes (== size of PHP_OCI_LOB_BUFFER_SIZE at time of test creation)

Completed in 51 milliseconds

12345678910>>...24