Home
last modified time | relevance | path

Searched refs:block (Results 76 – 100 of 104) sorted by relevance

12345

/PHP-7.0/ext/readline/
H A Dreadline_cli.c141 static zend_string *cli_get_prompt(char *block, char prompt) /* {{{ */ in cli_get_prompt() argument
172 smart_str_appends(&retval, block); in cli_get_prompt()
/PHP-7.0/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_128BitKey.phpt40 // rijndael128 is a block cipher of 128 bits (16 bytes)
/PHP-7.0/ext/standard/
H A Dmd5.c177 (ctx->block[(n)] = \
183 (ctx->block[(n)])
H A Dstreamsfuncs.c1292 zend_bool block; in PHP_FUNCTION() local
1297 Z_PARAM_BOOL(block) in PHP_FUNCTION()
1302 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block, NULL) == -1) { in PHP_FUNCTION()
/PHP-7.0/main/
H A Dphp_network.h323 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
H A Dnetwork.c1138 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block) argument
1146 flags = !block;
1159 if (!block) {
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c148 struct { void *block; char *p; size_t len; } heap; member
865 if (chunk->data.heap.block != chunk) { in php_cli_server_chunk_dtor()
866 pefree(chunk->data.heap.block, 1); in php_cli_server_chunk_dtor()
937 static php_cli_server_chunk *php_cli_server_chunk_heap_new(void *block, char *buf, size_t len) /* {… in php_cli_server_chunk_heap_new() argument
946 chunk->data.heap.block = block; in php_cli_server_chunk_heap_new()
961 chunk->data.heap.block = chunk; in php_cli_server_chunk_heap_new_self_contained()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_change_user_old.phpt51 // Reconnect because Percona and MariaDB block any commands after 3 failed
/PHP-7.0/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
/PHP-7.0/ext/spl/internal/
H A Dsplfileobject.inc116 * @retval $wouldblock whether the operation would block
/PHP-7.0/
H A DCODING_STANDARDS211 variable declaration section and the statements in a block, as well as
212 between logical statement groups in a block. Maintain at least one empty
H A Drun-tests.php1209 function show_file_block($file, $block, $section = null) argument
1220 echo rtrim($block);
H A DREADME.STREAMS151 NOTE: If the origstream is network based, this function will block
H A DNEWS201 . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr)
1219 . Fixed bug #72742 (memory allocator fails to realloc small block to large
1872 . Fixed bug #71601 (finally block not executed after yield from). (Bob)
2306 . Fixed bug #70012 (Exception lost with nested finally block). (Laruence)
H A Dphp.ini-development269 ; automatically after every output block. This is equivalent to calling the
271 ; and every HTML block. Turning this option on has serious performance
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic1824 >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.0/sapi/litespeed/
H A DREADME.md125 shared memory block for the opcode cache.
/PHP-7.0/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.0/ext/opcache/
H A DREADME142 The fast shutdown sequence doesn't free each allocated block, but lets
/PHP-7.0/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.0/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.0/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 …]
/PHP-7.0/ext/standard/html_tables/
H A Dents_html5.txt706 block 02588

Completed in 189 milliseconds

12345