/PHP-5.4/ext/zlib/ |
H A D | php_zlib.h | 42 size_t size; member
|
/PHP-5.4/Zend/tests/ |
H A D | bug54268.phpt | 35 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 D | tidy.c | 45 #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 D | splfileobject.inc | 165 * @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 D | 029.phpt | 44 ["size"]=>
|
H A D | rfc1867_missing_boundary_2.phpt | 32 [%u|b%"size"]=>
|
/PHP-5.4/ext/spl/tests/ |
H A D | fixedarray_010.phpt | 2 SPL: FixedArray: Setting size
|
/PHP-5.4/ext/sqlite3/tests/ |
H A D | stream_test.inc | 29 return array('size' => self::$string_length);
|
/PHP-5.4/ext/gd/tests/ |
H A D | imageconvolution_error2.phpt | 2 Testing wrong array size 2x3 in imageconvolution() of GD library
|
H A D | imageconvolution_error3.phpt | 2 Testing wrong array size 3x2 in imageconvolution() of GD library
|
/PHP-5.4/main/streams/ |
H A D | plain_wrapper.c | 556 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 D | lsapilib.h | 184 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 D | lob_030.phpt | 48 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 D | copy_variation7.phpt | 33 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 D | userwrapper.phpt | 28 'uid'=>100, 'gid'=>1000, 'rdev'=>-1, 'size'=>31337, 74 [size] => 31337
|
H A D | lstat_stat_basic.phpt | 139 ["size"]=> 193 ["size"]=> 249 ["size"]=> 303 ["size"]=>
|
/PHP-5.4/ext/standard/tests/image/ |
H A D | getimagesize_variation4.phpt | 12 * Description: Get the size of an image as 4-element array
|
H A D | getimagesize_wbmp.phpt | 12 * Description: Get the size of an image as 4-element array
|
H A D | getimagesize_xbm.phpt | 12 * Description: Get the size of an image as 4-element array
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 192 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 D | array_chunk_variation1.phpt | 5 /* 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 D | gd_png.c | 103 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 D | xml_element.c | 279 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 D | rfc1867_inter.phpt | 69 [%u|b%"size"]=> 82 [%u|b%"size"]=>
|
H A D | rfc1867_sid_cookie.phpt | 65 [%u|b%"size"]=> 78 [%u|b%"size"]=>
|