Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 25 of 47) sorted by relevance

12

/PHP-7.0/ext/bz2/tests/
H A Dbug72447.phpt8 $param = array('blocks' => $input);
15 Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate. (0) in %…
/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c108 …define START_BLOCK_OP(opno) blocks[opno].start_opline = &op_array->opcodes[opno]; blocks[opno].sta…
117 zend_code_block *blocks, *cur_block; in find_code_blocks() local
121 blocks = cfg->blocks = zend_arena_calloc(&ctx->arena, op_array->last + 2, sizeof(zend_code_block)); in find_code_blocks()
123 blocks[0].start_opline = opline; in find_code_blocks()
124 blocks[0].start_opline_no = 0; in find_code_blocks()
258 cur_block = blocks; in find_code_blocks()
260 if (blocks[opno].start_opline) { in find_code_blocks()
263 cur_block->next = &blocks[opno]; in find_code_blocks()
509 zend_code_block *blocks = cfg->blocks; in zend_rebuild_access_path() local
514 b = blocks; in zend_rebuild_access_path()
[all …]
/PHP-7.0/Zend/tests/
H A Djump14.phpt2 Testing GOTO inside blocks
H A Djump13.phpt2 jump 10: goto with try blocks
H A Dbug66608.phpt2 Bug #66608 (Incorrect behavior with nested "finally" blocks)
/PHP-7.0/ext/standard/tests/file/
H A Dlstat_stat_variation19.phpt117 ["blocks"]=>
171 ["blocks"]=>
227 ["blocks"]=>
281 ["blocks"]=>
H A Dlstat_stat_variation20.phpt119 ["blocks"]=>
175 ["blocks"]=>
229 ["blocks"]=>
283 ["blocks"]=>
H A Dstat_variation7-win32.phpt129 ["blocks"]=>
183 ["blocks"]=>
239 ["blocks"]=>
293 ["blocks"]=>
H A Duserwrapper.phpt30 'blksize'=>-1, 'blocks'=>-1);
79 [blocks] => -1
H A Dfstat_basic.phpt62 ["blocks"]=>
H A Dlstat_stat_basic.phpt149 ["blocks"]=>
203 ["blocks"]=>
259 ["blocks"]=>
313 ["blocks"]=>
H A Dfstat.phpt68 ["blocks"]=>
H A Dlstat_stat_variation18.phpt116 ["blocks"]=>
172 ["blocks"]=>
H A Drename_basic.phpt30 "rdev", "size", "atime", "mtime", "blksize", "blocks");
/PHP-7.0/Zend/tests/try/
H A Dtry_catch_finally_003.phpt2 Try catch finally (multi catch blocks with return)
H A Dtry_catch_finally_002.phpt2 Try catch finally catch(multi catch blocks)
/PHP-7.0/ext/filter/
H A Dlogical_filters.c670 int blocks = 0; in _php_filter_validate_ipv6() local
702 blocks = 2; in _php_filter_validate_ipv6()
717 blocks++; /* :: means 1 or more 16-bit 0 blocks */ in _php_filter_validate_ipv6()
721 return (blocks <= 8); in _php_filter_validate_ipv6()
739 if (++blocks > 8) in _php_filter_validate_ipv6()
742 return ((compressed && blocks <= 8) || blocks == 8); in _php_filter_validate_ipv6()
/PHP-7.0/tests/classes/
H A Dautoload_008.phpt2 Ensure catch blocks for unknown exception types do not trigger autoload.
/PHP-7.0/ext/bz2/
H A Dbz2_filter.c380 zend_long blocks = zval_get_long(tmpzval); in php_bz2_filter_create() local
381 if (blocks < 1 || blocks > 9) { in php_bz2_filter_create()
382 …docref(NULL, E_WARNING, "Invalid parameter given for number of blocks to allocate. (%pd)", blocks); in php_bz2_filter_create()
384 blockSize100k = (int) blocks; in php_bz2_filter_create()
/PHP-7.0/ext/mcrypt/tests/
H A Dmcrypt_ecb.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_ofb.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_cbc.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_cfb.phpt14 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
H A Dmcrypt_decrypt.phpt15 // we have to trim as AES rounds the blocks and decrypt doesnt detect that
/PHP-7.0/ext/pdo_odbc/tests/
H A Dlong_columns.phpt58 // the driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single …
59 … sure that the reassembly works (and that the column is split into 255 byte blocks by the database)
64 …// use the alphabet instead of 'i' characters to make sure the blocks don't overlap when they are …

Completed in 45 milliseconds

12