Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-5.4/ext/zlib/
H A Dphp_zlib.h42 size_t size; member
/PHP-5.4/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.4/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.4/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.4/tests/basic/
H A D029.phpt44 ["size"]=>
H A Drfc1867_missing_boundary_2.phpt32 [%u|b%"size"]=>
/PHP-5.4/ext/spl/tests/
H A Dfixedarray_010.phpt2 SPL: FixedArray: Setting size
/PHP-5.4/ext/sqlite3/tests/
H A Dstream_test.inc29 return array('size' => self::$string_length);
/PHP-5.4/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.4/main/streams/
H A Dplain_wrapper.c556 size_t size; in php_stdiop_set_option() local
592 size = *(size_t *)ptrparam; in php_stdiop_set_option()
594 size = BUFSIZ; in php_stdiop_set_option()
601 return setvbuf(data->file, NULL, _IOLBF, size); in php_stdiop_set_option()
604 return setvbuf(data->file, NULL, _IOFBF, size); in php_stdiop_set_option()
731 size = GetFileSize(hfile, NULL); in php_stdiop_set_option()
733 range->length = size - range->offset; in php_stdiop_set_option()
735 if (range->length == 0 || range->length > size) { in php_stdiop_set_option()
736 range->length = size; in php_stdiop_set_option()
738 if (range->offset >= size) { in php_stdiop_set_option()
[all …]
/PHP-5.4/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.4/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)
/PHP-5.4/ext/standard/tests/file/
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
H A Duserwrapper.phpt28 'uid'=>100, 'gid'=>1000, 'rdev'=>-1, 'size'=>31337,
74 [size] => 31337
H A Dlstat_stat_basic.phpt139 ["size"]=>
193 ["size"]=>
249 ["size"]=>
303 ["size"]=>
/PHP-5.4/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.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c192 compiler->size++; in push_inst16()
202 compiler->size += 2; in push_inst32()
401 label->size = code_ptr - code; in sljit_generate_code()
1134 sljit_si size, i, tmp; in sljit_emit_enter() local
1156 local_size = ((size + local_size + 7) & ~7) - size; in sljit_emit_enter()
1179 sljit_si size; in sljit_set_context() local
1186 compiler->local_size = ((size + local_size + 7) & ~7) - size; in sljit_set_context()
1512 if (size == 2) in sljit_emit_op_custom()
1873 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1904 jump->addr = compiler->size; in sljit_emit_jump()
[all …]
/PHP-5.4/ext/standard/tests/array/
H A Darray_chunk_variation1.phpt5 /* Prototype : proto array array_chunk(array $array, int $size [, bool $preserve_keys])
7 * Chunks an array into size large chunks.
18 $size = 10;
73 var_dump( array_chunk($value, $size) );
74 var_dump( array_chunk($value, $size, true) );
75 var_dump( array_chunk($value, $size, false) );
/PHP-5.4/ext/gd/libgd/
H A Dgd_png.c103 gdImagePtr gdImageCreateFromPngPtr (int size, void *data) in gdImageCreateFromPngPtr() argument
106 gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); in gdImageCreateFromPngPtr()
432 void * gdImagePngPtr (gdImagePtr im, int *size) in gdImagePngPtr() argument
437 rv = gdDPExtractData(out, size); in gdImagePngPtr()
443 void * gdImagePngPtrEx (gdImagePtr im, int *size, int level, int basefilter) in gdImagePngPtrEx() argument
448 rv = gdDPExtractData(out, size); in gdImagePngPtrEx()
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c279 static int xml_elem_writefunc(int (*fptr)(void *data, const char *text, int size), const char *text… in xml_elem_writefunc() argument
376 …_serialize(xml_element *el, int (*fptr)(void *data, const char *text, int size), void *data, XML_E… in xml_element_serialize() argument
502 static int file_out_fptr(void *f, const char *text, int size) in file_out_fptr() argument
509 static int simplestring_out_fptr(void *f, const char *text, int size) in simplestring_out_fptr() argument
513 simplestring_addn(buf, text, size); in simplestring_out_fptr()
/PHP-5.4/ext/session/tests/
H A Drfc1867_inter.phpt69 [%u|b%"size"]=>
82 [%u|b%"size"]=>
H A Drfc1867_sid_cookie.phpt65 [%u|b%"size"]=>
78 [%u|b%"size"]=>

Completed in 54 milliseconds

12345678910>>...23