Home
last modified time | relevance | path

Searched refs:h (Results 176 – 200 of 572) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/standard/tests/file/
H A Dbug74719.phpt10 $h = fopen($tmpFile, "w", false, NULL);
11 if ($h !== false) {
13 fclose($h);
H A Dtouch_basic-win32-mb.phpt35 $h = fopen($filename, "wb");
36 fwrite($h, $testln);
37 fclose($h);
39 $h = fopen($filename, "rb");
40 echo fgets($h);
41 fclose($h);
H A Dtouch_basic-win32.phpt35 $h = fopen($filename, "wb");
36 fwrite($h, $testln);
37 fclose($h);
39 $h = fopen($filename, "rb");
40 echo fgets($h);
41 fclose($h);
H A Dtouch_basic.phpt36 $h = fopen($filename, "wb");
37 fwrite($h, $testln);
38 fclose($h);
40 $h = fopen($filename, "rb");
41 echo fgets($h);
42 fclose($h);
H A Dfopen_variation14-win32.phpt61 $h = fopen($absFile, 'w');
62 fwrite($h, $readData);
63 fclose($h);
65 $h = fopen($fileURI, 'r');
66 if ($h !== false) {
73 fclose($h);
80 if ($h !== false) {
81 fwrite($h, $writeData);
82 fclose($h);
85 if ($h !== false) {
[all …]
/PHP-7.4/ext/spl/tests/
H A Dbug46115.phpt5 $h = new RecursiveArrayIterator(array());
7 $z = $x->invoke($h);
H A Dpqueue_current_error.phpt8 $h = new SplPriorityQueue();
9 var_dump($h->current());
H A Dheap_it_current_empty.phpt8 $h = new SplMinHeap();
10 foreach ($h as $val) { echo 'FAIL'; }
H A Dheap_top_variation_003.phpt8 $h = new SplMinHeap();
10 $h->top();
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isCloneable_001.phpt17 $h = clone $foo;
29 $h = clone $foo;
37 $h = clone $closure;
44 $h = clone new simplexmlelement('<test></test>');
51 $h = clone new xmlwriter;
/PHP-7.4/ext/hash/tests/
H A Dserialize-context.phpt6 $h = hash_init('md5');
8 var_dump(serialize($h));
/PHP-7.4/ext/posix/
H A Dconfig.m411 AC_CHECK_HEADERS([sys/mkdev.h sys/sysmacros.h])
17 #include <unistd.h>
37 #include <sys/utsname.h>
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c76 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h) in cdb_make_addend() argument
89 head->hp[head->num].h = h; in cdb_make_addend()
156 ++c->count[255 & x->hp[i].h]; in cdb_make_finish()
189 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
200 c->hash[u].h = c->hash[u].p = 0; in cdb_make_finish()
204 where = (hp->h >> 8) % len; in cdb_make_finish()
212 uint32_pack(buf, c->hash[u].h); in cdb_make_finish()
/PHP-7.4/ext/simplexml/
H A Dconfig.w328 …CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_SIMPLEXML", PHP_PHP_BUILD + "\\include\\libxml2")
24 PHP_INSTALL_HEADERS("ext/simplexml/", "php_simplexml.h php_simplexml_exports.h");
/PHP-7.4/ext/gd/tests/
H A Dbug51263.phpt13 $h = 70;
14 $img = imagecreatetruecolor($w, $h);
16 imagefilledrectangle($img, 0, 0, $w-1, $h-1, $blk);
/PHP-7.4/ext/gmp/
H A Dconfig.m415 if test ! -f $PHP_GMP/include/gmp.h; then
16 AC_MSG_ERROR(Unable to locate gmp.h)
30 PHP_INSTALL_HEADERS([ext/gmp/php_gmp_int.h])
/PHP-7.4/ext/pdo/
H A DMakefile.frag4 php_pdo.h \
5 php_pdo_driver.h \
6 php_pdo_error.h
/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_fopen_variation1.phpt16 $h = fopen($compressedFile, 'r');
17 fpassthru($h);
18 fclose($h);
H A Dgzread_basic.phpt15 $h = gzopen($f, 'r');
19 var_dump(gzread( $h, $length ) );
21 gzclose($h);
/PHP-7.4/ext/xmlrpc/
H A Dconfig.w326 if (CHECK_HEADER_ADD_INCLUDE("xmlrpc.h", "CFLAGS_XMLRPC", configure_module_dirname + "/libxmlrpc")
7 && CHECK_HEADER_ADD_INCLUDE("iconv.h", "CFLAGS_XMLRPC")
8 …&& CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_XMLRPC", PHP_PHP_BUILD + "\\include\\libxml…
/PHP-7.4/Zend/tests/
H A Dclosure_035.phpt7 $h = function () use ($x) {
11 return $h();
H A Dbug47714.phpt16 $h = new handler();
17 $h->handle($exception);
/PHP-7.4/ext/libxml/
H A Dconfig.w328 …CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_LIBXML", PHP_PHP_BUILD + "\\include\\libxml2")…
9 …CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_LIBXML", PHP_PHP_BUILD + "\\include\\libxml2") &&
18 PHP_INSTALL_HEADERS("ext/libxml/", "php_libxml.h");
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
16 ["h"]=>
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_break.c31 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
32 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[9], flags)

Completed in 30 milliseconds

12345678910>>...23