Home
last modified time | relevance | path

Searched refs:block (Results 1 – 25 of 100) sorted by path

1234

/PHP-5.5/
H A D.gdbinit607 printf " block size status file:line\n"
657 printf "no such block that begins at %p.\n", $aptr
666 show status of a memory block.
H A DCODING_STANDARDS209 variable declaration section and the statements in a block, as well as
210 between logical statement groups in a block. Maintain at least one empty
H A DNEWS1378 . Disallowed JMP into a finally block. (Laruence)
6903 - Fixed incorrect heredoc handling when label is used within the block.
7198 block for an extension. (Johannes)
7531 . guarantee of reasonable time for worst cases of best-fit free block
8933 - Fixed bug #35690 (pack() tries to allocate huge memory block when packing
9423 - Fixed bug #34062 (Crash in catch block when many arguments are used).
9459 try/catch block). (Tony)
10054 - Fixed bug #27728 (Can't return within a zend_try {} block or the previous
H A DREADME.STREAMS151 NOTE: If the origstream is network based, this function will block
/PHP-5.5/Zend/
H A DZEND_CHANGES491 compared with the classtype of each catch block from top to bottom
492 and the first block that has a 'instanceof' match gets executed.
493 When the catch block finishes execution continues at the end of
494 the last catch block. If no catch block has a 'instanceof' match
495 then the next try/catch block is searched until no more try/catch
H A Dzend_alloc.c471 # define ZEND_MM_COOKIE(block) \ argument
474 (block)->info._cookie = ZEND_MM_COOKIE(block)
476 if (UNEXPECTED((block)->info._cookie != ZEND_MM_COOKIE(block))) { \
480 # define ZEND_MM_SET_COOKIE(block) argument
556 # define ZEND_MM_BAD_THREAD_ID(block) ((block)->thread_id != tsrm_thread_id()) argument
566 (block)->magic = (val); \
570 if ((block)->magic != (val)) { \
613 (((char*)(ZEND_MM_DATA_OF(block))) + ((zend_mm_block*)(block))->debug.size)
645 …if (UNEXPECTED((block)->info._size != ZEND_MM_BLOCK_AT(block, ZEND_MM_FREE_BLOCK_SIZE(block))->inf…
647 UNEXPECTED(ZEND_MM_PREV_BLOCK(block)->info._size != (block)->info._prev))) { \
[all …]
H A Dzend_static_allocator.c25 inline static void block_init(Block *block, zend_uint block_size) in block_init() argument
27 block->pos = block->bp = (char *) emalloc(block_size); in block_init()
28 block->end = block->bp + block_size; in block_init()
31 inline static char *block_allocate(Block *block, zend_uint size) in block_allocate() argument
33 char *retval = block->pos; in block_allocate()
34 if ((block->pos += size) >= block->end) { in block_allocate()
40 inline static void block_destroy(Block *block) in block_destroy() argument
42 efree(block->bp); in block_destroy()
/PHP-5.5/Zend/tests/
H A Dbug27731.phpt2 Bug #27731 (error_reporing() call inside @ block does not work correctly)
H A Dbug33771.phpt2 Bug #33771 (error_reporting falls to 0 when @ was used inside try/catch block)
H A Dbug34062.phpt2 Bug #34062 (Crash in catch block when many arguments are used)
H A Dbug55086.phpt2 Bug #55086 (Namespace alias does not work inside trait's use block)
H A Dcatch_finally_006.phpt2 Try catch finally (re-throw exception in catch block)
H A Dtry_catch_finally_004.phpt2 Try catch finally (re-throw exception in catch block)
H A Dtry_catch_finally_005.phpt2 Try catch finally (break / cont in try block)
H A Dtry_catch_finally_006.phpt2 Try catch finally (goto in try/catch block)
H A Dtry_catch_finally_007.phpt2 Try catch finally (goto in try/catch block)
H A Dtry_finally_002.phpt2 Try finally (re-throw exception in finally block)
H A Dtry_finally_004.phpt2 Try finally (without catch/finally block)
H A Dtry_finally_005.phpt17 Fatal error: jump out of a finally block is disallowed in %stry_finally_005.php on line %d
H A Dtry_finally_007.phpt22 Fatal error: jump out of a finally block is disallowed in %stry_finally_007.php on line %d
H A Dtry_finally_008.phpt21 Fatal error: jump out of a finally block is disallowed in %stry_finally_008.php on line %d
H A Dtry_finally_009.phpt23 Fatal error: jump out of a finally block is disallowed in %stry_finally_009.php on line %d
H A Dtry_finally_010.phpt2 Try finally (function call in the finaly block after exception)
/PHP-5.5/Zend/tests/generators/errors/
H A Dyield_in_force_closed_finally_error.phpt2 yield cannot be used in a finally block when the generator is force-closed
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1682 - * are block special files and go on to the next file.
1700 + * are block special files and go on to the next file.
1738 - * If -s has been specified, treat block special files
1740 - * are block special files and go on to the next file.
1882 * size for raw disk partitions. (If the block special device

Completed in 64 milliseconds

1234