Home
last modified time | relevance | path

Searched refs:size (Results 201 – 225 of 592) sorted by relevance

12345678910>>...24

/PHP-5.5/ext/spl/tests/
H A DSplTempFileObject_constructor_maxmemory_basic.phpt2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
/PHP-5.5/ext/shmop/
H A Dphp_shmop.h48 int size; member
/PHP-5.5/tests/lang/
H A Dbug45392.phpt23 Fatal error: Allowed memory size of %d bytes exhausted%s
/PHP-5.5/ext/xml/
H A Dexpat_compat.h59 void *(*malloc_fcn)(size_t size);
60 void *(*realloc_fcn)(void *ptr, size_t size);
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation20.phpt109 ["size"]=>
165 ["size"]=>
219 ["size"]=>
273 ["size"]=>
H A Dlstat_stat_variation19.phpt107 ["size"]=>
161 ["size"]=>
217 ["size"]=>
271 ["size"]=>
H A Dstat_variation7-win32.phpt119 ["size"]=>
173 ["size"]=>
229 ["size"]=>
283 ["size"]=>
/PHP-5.5/ext/dom/tests/
H A DDOMCharacterData_deleteData_basic_001.phpt2 DOMCharacterData::deleteData() with count exceeding string size.
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h155 CWD_API char *virtual_getcwd(char *buf, size_t size TSRMLS_DC);
258 #define VCWD_GETCWD(buff, size) virtual_getcwd(buff, size TSRMLS_CC) argument
290 #define VCWD_GETCWD(buff, size) getcwd(buff, size) argument
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c235 ZEND_ARG_INFO(0, size)
1400 long size; in PHP_FUNCTION() local
1407 if (size <= 0 || size >= INT_MAX) { in PHP_FUNCTION()
1412 iv = ecalloc(size + 1, 1); in PHP_FUNCTION()
1423 n = size; in PHP_FUNCTION()
1437 while (read_bytes < size) { in PHP_FUNCTION()
1438 n = read(*fd, iv + read_bytes, size - read_bytes); in PHP_FUNCTION()
1446 if (n < size) { in PHP_FUNCTION()
1453 n = size; in PHP_FUNCTION()
1454 while (size) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/sockets/
H A Dsendrecvmsg.h27 socklen_t size; /* size of native structure */ member
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61115-1.phpt17 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
H A Dbug60455_04.phpt2 Bug #60455: stream_get_line and 1-line with maxlen size followed by 0-length
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput255 /-- Check maximum character size --/
/PHP-5.5/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-5.5/Zend/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
H A Dbug40770.phpt22 Fatal error: Allowed memory size of 8388608 bytes exhausted%s(tried to allocate %d bytes) in %s on …
/PHP-5.5/ext/oci8/tests/
H A Dlob_025.phpt26 var_dump($blob->size());
28 var_dump($blob->size());
H A Dbug46994.phpt2 Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure)
58 var_dump($myclob->load()); // Use cached size code path
H A Dlob_042.phpt58 Warning: OCI-Lob::truncate(): Size must be less than or equal to the current LOB size in %s on line…
64 Warning: OCI-Lob::read(): Offset must be less than size of the LOB in %s on line %d
/PHP-5.5/ext/phar/tests/
H A Dbug71331.phpt11 …age 'phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size)' in %s/bug71331.ph…
/PHP-5.5/Zend/
H A Dzend_stack.h35 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size);
/PHP-5.5/ext/gd/tests/
H A Dimagecolormatch_error4.phpt19 Warning: imagecolormatch(): Image1 and Image2 must be the same size in %s on line %d
/PHP-5.5/tests/basic/
H A D021.phpt36 ["size"]=>
/PHP-5.5/ext/standard/tests/strings/
H A Dsubstr_count_error.phpt16 /* offset > size of the string */
19 /* Using offset and length to go beyond the size of the string:

Completed in 50 milliseconds

12345678910>>...24