/PHP-5.4/ext/standard/tests/file/ |
H A D | stat_variation7-win32.phpt | 119 ["size"]=> 173 ["size"]=> 229 ["size"]=> 283 ["size"]=>
|
/PHP-5.4/ext/session/tests/ |
H A D | rfc1867_sid_invalid.phpt | 62 [%u|b%"size"]=> 75 [%u|b%"size"]=>
|
/PHP-5.4/ext/xml/ |
H A D | expat_compat.h | 56 void *(*malloc_fcn)(size_t size); 57 void *(*realloc_fcn)(void *ptr, size_t size);
|
/PHP-5.4/ext/shmop/ |
H A D | php_shmop.h | 48 int size; member
|
/PHP-5.4/tests/lang/ |
H A D | bug45392.phpt | 23 Fatal error: Allowed memory size of %d bytes exhausted%s
|
/PHP-5.4/TSRM/ |
H A D | tsrm_virtual_cwd.h | 155 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 D | DOMCharacterData_deleteData_basic_001.phpt | 2 DOMCharacterData::deleteData() with count exceeding string size.
|
H A D | DOMCharacterData_deleteData_error_002.phpt | 2 DOMCharacterData::deleteData() with offset exceeding string size.
|
/PHP-5.4/ext/standard/tests/streams/ |
H A D | bug61115-1.phpt | 17 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
|
H A D | bug60455_04.phpt | 2 Bug #60455: stream_get_line and 1-line with maxlen size followed by 0-length
|
/PHP-5.4/ext/oci8/tests/ |
H A D | lob_025.phpt | 26 var_dump($blob->size()); 28 var_dump($blob->size());
|
H A D | bug46994.phpt | 2 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 D | lob_042.phpt | 58 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 D | bug63055.phpt | 5 /* the default gc root size is 10,000 */
|
/PHP-5.4/Zend/tests/ |
H A D | bug63055.phpt | 5 /* the default gc root size is 10,000 */
|
H A D | bug40770.phpt | 22 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 D | substr_count_error.phpt | 16 /* offset > size of the string */ 19 /* Using offset and length to go beyond the size of the string:
|
/PHP-5.4/Zend/ |
H A D | zend_stack.h | 35 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size);
|
H A D | zend.h | 189 # 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 D | 021.phpt | 36 ["size"]=>
|
/PHP-5.4/ext/gd/tests/ |
H A D | imagecolormatch_error4.phpt | 19 Warning: imagecolormatch(): Image1 and Image2 must be the same size in %s on line %d
|
/PHP-5.4/ext/filter/ |
H A D | filter.c | 159 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 D | mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt | 2 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 D | config.h.in | 78 /* 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 D | pcre_fullinfo.c | 110 *((size_t *)where) = re->size; in pcre_fullinfo() 114 *((size_t *)where) = (study == NULL)? 0 : study->size; in pcre_fullinfo()
|