Home
last modified time | relevance | path

Searched refs:block (Results 101 – 125 of 145) sorted by path

123456

/php-src/ext/opcache/tests/
H A Djmp_elim_003.phpt2 Incorrect empty basic block elimination
H A Djmp_elim_004.phpt2 Incorrect empty basic block elimination
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_context.c63 static void default_free(void *block, void *data) in default_free() argument
66 free(block); in default_free()
/php-src/ext/pcre/
H A Dphp_pcre.c188 static void php_pcre_free(void *block, void *data) in php_pcre_free() argument
190 pefree(block, 1); in php_pcre_free()
198 static void php_pcre_efree(void *block, void *data) in php_pcre_efree() argument
200 efree(block); in php_pcre_efree()
/php-src/ext/pdo_firebird/tests/
H A Dexecute_block.phpt19 execute block (a int = :e, b int = :d)
/php-src/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc87 $block = pack('a100a8a8a8a12A12',
108 $checkheader = array_merge(str_split($block), str_split($blockend));
118 fwrite($this->tmp, $block . $checksum . $blockend, 512);
H A Dmake.dangerous.tar.php.inc81 $block = pack('a100a8a8a8a12A12',
100 '123456789abc'); // malicious block
102 $checkheader = array_merge(str_split($block), str_split($blockend));
111 fwrite($this->tmp, (binary)$block . $checksum . $blockend, 512);
H A Dtarmaker.php.inc80 $block = pack('a100a8a8a8a12A12',
101 $checkheader = array_merge(str_split($block), str_split($blockend));
110 fwrite($this->tmp, (binary)$block . $checksum . $blockend, 512);
/php-src/ext/readline/
H A Dreadline_cli.c134 static zend_string *cli_get_prompt(char *block, char prompt) /* {{{ */ in cli_get_prompt() argument
166 smart_str_appends(&retval, block); in cli_get_prompt()
/php-src/ext/reflection/tests/
H A D005.phpt2 ReflectionMethod::getDocComment() uses wrong comment block
H A Dbug36308.phpt8 /** Base comment block */
/php-src/ext/simplexml/tests/
H A D004.phpt16 <![CDATA[CDATA block]]>
66 string(11) "CDATA block"
/php-src/ext/skeleton/
H A Dconfig.m4.in24 dnl Remove this code block if the library does not support pkg-config.
35 dnl Remove this code block if the library supports pkg-config.
56 dnl Remove this code block if the library supports pkg-config.
60 dnl Remove this code block if the library supports pkg-config.
/php-src/ext/standard/
H A Dfile.h40 PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
H A Dmd5.c173 (ctx->block[(n)] = \
179 (ctx->block[(n)])
H A Dmd5.h41 uint32_t block[16]; member
H A Dsha1.c251 static void SHA1Transform(uint32_t state[5], const unsigned char block[64]) in SHA1Transform()
256 SHA1Decode(x, block, 64); in SHA1Transform()
H A Dstreamsfuncs.c1394 bool block; in PHP_FUNCTION() local
1399 Z_PARAM_BOOL(block) in PHP_FUNCTION()
1404 if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block, NULL) == -1) { in PHP_FUNCTION()
/php-src/ext/standard/html_tables/
H A Dents_html5.txt706 block 02588
/php-src/ext/standard/tests/file/
H A Dfiletype_variation.phpt50 /* Checking with block in file */
H A Dfiletype_variation3.phpt2 Test filetype() function: Check block device
16 echo "-- Checking for block --\n";
20 -- Checking for block --
21 block
/php-src/ext/standard/tests/streams/
H A Dbug51056.phpt2 Bug #51056 (fread() on blocking stream will block even if data is available)
H A Dbug77069.phpt2 Bug #77069 (stream filter loses final block of data)
H A Dgh8472.phpt7 $block = stream_get_meta_data($stream)['blocked'];
8 if ($block) {
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt554 [█] => &block;

Completed in 58 milliseconds

123456