Home
last modified time | relevance | path

Searched refs:block (Results 101 – 119 of 119) sorted by relevance

12345

/PHP-7.1/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1824 >8 belong x \b, start block %d
5547 # no positiv block length
5567 # next available block
5593 # next available block
5749 >4 belong x (block length=%d,
8101 >8240 lelong x block size %d,
8161 >8240 belong x block size %d,
8814 >20 lelong x \b block size %u,
12220 #>36 lelong x \b, block size %u
17604 # block
[all …]
/PHP-7.1/sapi/litespeed/
H A DREADME.md125 shared memory block for the opcode cache.
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt488 The subject and mark fields in the callout block that is passed to a
816 The subject and mark fields in the callout block that is passed to a
1127 pcre_free because the usage is very predictable: the block sizes
1799 block containing a compiled pattern. This is provided for the benefit
3047 pattern, but you want to free the block when they are all done.
3102 block. The pcre_study() function returns such a block (when it doesn't
3928 if the attempt to get the memory block failed.
7521 that it can be used for a pattern-based if-then-else block:
8376 (2) Use pcre_free_study() to free the pcre_extra block when it is
8523 (1) If callback is NULL and data is NULL, an internal 32K block
[all …]
/PHP-7.1/ext/opcache/
H A DREADME142 The fast shutdown sequence doesn't free each allocated block, but lets
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1734 - * a block device, if nothing else.
1800 - * are block special files and go on to the next file.
1818 + * are block special files and go on to the next file.
1843 - * If -s has been specified, treat block special files
1845 - * are block special files and go on to the next file.
1966 * size for raw disk partitions. (If the block special device
/PHP-7.1/
H A Drun-tests.php1181 function show_file_block($file, $block, $section = null) argument
1192 echo rtrim($block);
H A DREADME.STREAMS151 NOTE: If the origstream is network based, this function will block
H A DNEWS510 . Fixed bug #75969 (Assertion failure in live range DCE due to block pass
762 . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr)
1385 . Fixed bug #73789 (Strange behavior of class constants in switch/case block).
1491 . Fixed bug #72742 (memory allocator fails to realloc small block to large
1542 . Fixed bug #70228 (Memleak if return in finally block). (Dmitry)
2509 . Fixed bug #72742 (memory allocator fails to realloc small block to large
3160 . Fixed bug #71601 (finally block not executed after yield from). (Bob)
3594 . Fixed bug #70012 (Exception lost with nested finally block). (Laruence)
H A Dphp.ini-development281 ; automatically after every output block. This is equivalent to calling the
283 ; and every HTML block. Turning this option on has serious performance
H A Dphp.ini-production281 ; automatically after every output block. This is equivalent to calling the
283 ; and every HTML block. Turning this option on has serious performance
/PHP-7.1/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt554 [█] => █
H A Dhtml_entity_decode_html5.phpt711 "█",
2845 █ => █ e29688
H A Dhtmlentities_html5.phpt1021 █ U+02588
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c307 for (j = 0; j < ssa->cfg.blocks[p->block].predecessors_count; j++) { in zend_ssa_find_false_dependencies()
893 for (i = 0; i < ssa->cfg.blocks[p->block].predecessors_count; i++) { in zend_inference_calc_range()
3376 for (i = 0; i < blocks[p->block].predecessors_count; i++) { in zend_infer_types_ex()
3380 for (i = 0; i < blocks[p->block].predecessors_count; i++) { in zend_infer_types_ex()
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog915 of the compiled pattern block, expand the flags field from 16 to 32 bits
1209 ovector size, it uses memory at the end of the block that it has got.
1615 value in a variable in the "match data" data block.
1783 45. Add a pointer to the latest mark to the callout data block.
3696 the size of the memory block for a compiled pattern. By supplying a very
4464 and the size of block requested is always the same.
4569 pcretest, it used to include the size of the study block as part of its
4993 (b) For each call to pcre_exec(), you can pass a pcre_extra block in which
5062 block.
5072 returns the size of the data block pointed to by the study_data field in a
[all …]
H A DREADME795 pcre_compile() function is a pointer to a block of memory containing the
/PHP-7.1/ext/standard/html_tables/
H A Dents_html5.txt706 block 02588
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c174256 rc = fts3WriteSegment(p, pNode->iBlock, pNode->block.a, pNode->block.n);
174260 pNode->block.n = 1 + sqlite3Fts3PutVarint(&pNode->block.a[1], iPtr+1);
174375 if( pLeaf->block.n>0 && (pLeaf->block.n + nSpace)>p->nNodeSize ){
174376 rc = fts3WriteSegment(p, pLeaf->iBlock, pLeaf->block.a, pLeaf->block.n);
174398 pLeaf->block.n = 0;
174407 blobGrowBuffer(&pLeaf->block, pLeaf->block.n + nSpace, &rc);
174492 rc = fts3WriteSegment(p, pNode->iBlock, pNode->block.a, pNode->block.n);
174507 pRoot->block.a, pRoot->block.n /* root */
174673 rc = nodeReaderInit(&reader, pNode->block.a, pNode->block.n);
175017 rc = fts3WriteSegment(p, iNewStart, block.a, block.n);
[all …]
/PHP-7.1/ext/imap/
H A Dphp_imap.c95 void fs_give(void **block);

Completed in 604 milliseconds

12345