Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/readline/
H A Dreadline_cli.c136 static zend_string *cli_get_prompt(char *block, char prompt) /* {{{ */ in cli_get_prompt() argument
167 smart_str_appends(&retval, block); in cli_get_prompt()
/PHP-7.4/main/
H A Dphp_network.h322 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
H A Dnetwork.c1126 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block) argument
1134 flags = !block;
1147 if (!block) {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_change_user_old.phpt36 // Reconnect because Percona and MariaDB block any commands after 3 failed
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c148 struct { void *block; char *p; size_t len; } heap; member
954 if (chunk->data.heap.block != chunk) { in php_cli_server_chunk_dtor()
955 pefree(chunk->data.heap.block, 1); in php_cli_server_chunk_dtor()
1023 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
1029 chunk->data.heap.block = block; in php_cli_server_chunk_heap_new()
1041 chunk->data.heap.block = chunk; in php_cli_server_chunk_heap_new_self_contained()
/PHP-7.4/Zend/
H A Dzend_alloc.c2397 zend_mm_huge_list *block = AG(mm_heap)->huge_list; local
2400 if (ptr >= (void*)block
2401 && ptr < (void*)((char*)block + block->size)) {
2404 block = block->next;
2405 } while (block != AG(mm_heap)->huge_list);
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c1325 zend_bool block; in PHP_FUNCTION() local
1330 Z_PARAM_BOOL(block) in PHP_FUNCTION()
1335 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block, NULL) == -1) { in PHP_FUNCTION()
/PHP-7.4/ext/opcache/Optimizer/
H A Descape_analysis.c98 for (j = 0; j < ssa->cfg.blocks[p->block].predecessors_count; j++) { in zend_build_equi_escape_sets()
H A Dzend_inference.c296 for (j = 0; j < ssa->cfg.blocks[p->block].predecessors_count; j++) { in zend_ssa_find_false_dependencies()
953 for (i = 0; i < ssa->cfg.blocks[p->block].predecessors_count; i++) { in zend_inference_calc_range()
3804 for (i = 0; i < blocks[p->block].predecessors_count; i++) { in zend_infer_types_ex()
3808 for (i = 0; i < blocks[p->block].predecessors_count; i++) { in zend_infer_types_ex()
/PHP-7.4/
H A DCODING_STANDARDS.md246 variable declaration section and the statements in a block, as well as
247 between logical statement groups in a block. Maintain at least one empty
H A Drun-tests.php1736 function show_file_block($file, $block, $section = null) argument
1747 echo rtrim($block);
H A DCONTRIBUTING.md408 New source code files should include the following header block:
H A DNEWS492 . Fixed bug #77069 (stream filter loses final block of data). (cmb)
640 . Fixed bug #80194 (Assertion failure during block assembly of unreachable
2419 frees in one block). (Nikita)
H A Dphp.ini-development271 ; automatically after every output block. This is equivalent to calling the
273 ; and every HTML block. Turning this option on has serious performance
H A Dphp.ini-production271 ; automatically after every output block. This is equivalent to calling the
273 ; and every HTML block. Turning this option on has serious performance
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7067 # Disk info block. (block 1)
8612 # no positiv block length
8634 # next available block
8660 # next available block
19353 # goto block before FAT
19448 # 1st FAT block
19450 # 2nd FAT block
19452 # 3th FAT block
19454 # 4th FAT block
19456 # ... xth FAT block
[all …]
H A Dmagic7067 # Disk info block. (block 1)
8612 # no positiv block length
8634 # next available block
8660 # next available block
19353 # goto block before FAT
19448 # 1st FAT block
19450 # 2nd FAT block
19452 # 3th FAT block
19454 # 4th FAT block
19456 # ... xth FAT block
[all …]
/PHP-7.4/sapi/litespeed/
H A DREADME.md124 memory block for the opcode cache.
/PHP-7.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt554 [█] => &block;
H A Dhtml_entity_decode_html5.phpt711 "&block;",
2845 &block; => █ e29688
H A Dhtmlentities_html5.phpt1021 &block; U+02588
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2013 - * a block device, if nothing else.
2054 - * are block special files and go on to the next file.
2073 + * are block special files and go on to the next file.
2098 - * If -s has been specified, treat block special files
2100 - * are block special files and go on to the next file.
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c167 static void php_pcre_free(void *block, void *data) in php_pcre_free() argument
169 pefree(block, 1); in php_pcre_free()
/PHP-7.4/docs/
H A Dstreams.md157 NOTE: If the origstream is network based, this function will block until the
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt706 block 02588

Completed in 203 milliseconds

123456