Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-5.4/ext/standard/tests/file/
H A Dstat_variation7-win32.phpt119 ["size"]=>
173 ["size"]=>
229 ["size"]=>
283 ["size"]=>
/PHP-5.4/ext/session/tests/
H A Drfc1867_sid_invalid.phpt62 [%u|b%"size"]=>
75 [%u|b%"size"]=>
/PHP-5.4/ext/xml/
H A Dexpat_compat.h56 void *(*malloc_fcn)(size_t size);
57 void *(*realloc_fcn)(void *ptr, size_t size);
/PHP-5.4/ext/shmop/
H A Dphp_shmop.h48 int size; member
/PHP-5.4/tests/lang/
H A Dbug45392.phpt23 Fatal error: Allowed memory size of %d bytes exhausted%s
/PHP-5.4/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.4/ext/dom/tests/
H A DDOMCharacterData_deleteData_basic_001.phpt2 DOMCharacterData::deleteData() with count exceeding string size.
H A DDOMCharacterData_deleteData_error_002.phpt2 DOMCharacterData::deleteData() with offset exceeding string size.
/PHP-5.4/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.4/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.4/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-5.4/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.4/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:
/PHP-5.4/Zend/
H A Dzend_stack.h35 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size);
H A Dzend.h189 # define do_alloca_ex(size, limit, use_heap) \ argument
190 ((use_heap = (UNEXPECTED((size) > (limit)))) ? emalloc(size) : alloca(size))
191 # define do_alloca(size, use_heap) \ argument
192 do_alloca_ex(size, ZEND_ALLOCA_MAX_SIZE, use_heap)
668 #define STR_REALLOC(ptr, size) \ argument
669 ptr = (char *) erealloc(ptr, size);
/PHP-5.4/tests/basic/
H A D021.phpt36 ["size"]=>
/PHP-5.4/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.4/ext/filter/
H A Dfilter.c159 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in PHP_INI_MH() local
161 for (i = 0; i < size; ++i) { in PHP_INI_MH()
330 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in php_find_filter() local
332 for (i = 0; i < size; ++i) { in php_find_filter()
338 for (i = 0; i < size; ++i) { in php_find_filter()
889 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in PHP_FUNCTION() local
896 for (i = 0; i < size; ++i) { in PHP_FUNCTION()
907 int size = sizeof(filter_list) / sizeof(filter_list_entry); in PHP_FUNCTION() local
914 for (i = 0; i < size; ++i) { in PHP_FUNCTION()
/PHP-5.4/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.4/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.4/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()

Completed in 47 milliseconds

12345678910>>...23