Home
last modified time | relevance | path

Searched refs:h (Results 126 – 150 of 613) sorted by relevance

12345678910>>...25

/PHP-8.1/win32/
H A Dioutil.c371 HANDLE h; in php_win32_ioutil_unlink_w() local
394 CloseHandle(h); in php_win32_ioutil_unlink_w()
401 CloseHandle(h); in php_win32_ioutil_unlink_w()
429 CloseHandle(h); in php_win32_ioutil_unlink_w()
434 CloseHandle(h); in php_win32_ioutil_unlink_w()
777 HANDLE h; in php_win32_ioutil_realpath_w_ex0() local
798 CloseHandle(h); in php_win32_ioutil_realpath_w_ex0()
805 CloseHandle(h); in php_win32_ioutil_realpath_w_ex0()
810 CloseHandle(h); in php_win32_ioutil_realpath_w_ex0()
1144 HANDLE h; in php_win32_ioutil_readlink_w() local
[all …]
/PHP-8.1/ext/hash/tests/
H A Dbug81714.phpt5 $h = hash_init('md5');
6 hash_final($h);
8 serialize($h);
H A Dreuse.phpt6 $h = hash_init('md5');
7 hash_final($h);
9 hash_update($h, 'foo');
H A Dbug52240.phpt6 $h = hash_init('md5', HASH_HMAC, '123456');
7 $h2 = hash_copy($h);
8 var_dump(hash_final($h));
/PHP-8.1/ext/spl/tests/
H A DSplHeap_with_by_reference_compare.phpt10 $h = new Heap;
11 $h->insert(0);
12 $h->insert(0);
H A Dheap_005.phpt8 $h = new SplMinHeap();
11 $h->insert($i);
14 foreach ($h as $k => $o) {
H A Dheap_006.phpt8 $h = new SplMaxHeap();
11 $h->insert($i);
14 foreach ($h as $k => $o) {
H A Dbug50579.phpt14 $h = new foo;
15 $i = new RegexIterator($h, '/^test(.*)/', RegexIterator::REPLACE);
26 $h = new foo;
27 $i = new RegexIterator($h, '/^test(.*)/', RegexIterator::REPLACE);
H A Dheap_top_variation_002.phpt15 $h = new SplMinHeap2();
18 $h->insert(4);
20 $h->insert(5);
25 $h->top();
/PHP-8.1/ext/json/
H A Dconfig.w329 PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h");
/PHP-8.1/ext/opcache/tests/match/
H A D001.phpt19 'h', 'i' => 'h, i',
56 …": 0003, "b": 0004, "c": 0004, "d": 0005, "e": 0006, "f": 0006, "g": 0007, "h": 0008, "i": 0008, d…
63 0008 RETURN string("h, i")
71 string(4) "h, i"
72 string(4) "h, i"
/PHP-8.1/ext/zlib/tests/
H A Dgzpassthru_basic.phpt12 $h = gzopen($f, 'r');
13 var_dump(gzpassthru($h));
14 var_dump(gzpassthru($h));
15 gzclose($h);
/PHP-8.1/ext/standard/tests/strings/
H A Dstrrev_variation1.phpt37 " h",
38 "h ",
39 " h ",
40 "h e l l o ",
125 string(15) "h "
128 string(15) " h"
131 string(15) " h "
134 string(15) " o l l e h"
H A Dstrrev_variation2.phpt37 ' h',
38 'h ',
39 ' h ',
40 'h e l l o ',
119 string(15) "h "
122 string(15) " h"
125 string(15) " h "
128 string(15) " o l l e h"
H A Dchunk_split_variation8.phpt58 string(504) "T:::h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :…
59 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
60h:::a:::s::: :::_:::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:…
61 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
/PHP-8.1/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt19 var $a, $b, $c, $d, $e, $f, $g, $h;
29 $this->h = NULL;
124 ["h"]=>
143 ["h"]=>
162 ["h"]=>
165 …1:"D":8:{s:1:"a";b:1;s:1:"b";b:1;s:1:"c";b:0;s:1:"d";b:0;s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h";N;}"
181 ["h"]=>
200 ["h"]=>
254 ["h"]=>
273 ["h"]=>
[all …]
/PHP-8.1/Zend/tests/
H A Ddereference_004.phpt11 $h = array();
12 $h[] = new stdclass;
13 $this->x = $h;
/PHP-8.1/ext/dba/
H A Dconfig.w3218 CHECK_HEADER_ADD_INCLUDE("db.h", "CFLAGS_DBA")) {
19 …tion in DB3\\\"\" /D DB1_INCLUDE_FILE=\"\\\"db_185.h\\\"\" /D DBA_DB3=1 /D DB3_INCLUDE_FILE=\"\\\"…
27 …CHECK_HEADER_ADD_INCLUDE("depot.h", "CFLAGS_DBA", PHP_DBA + ";" + PHP_PHP_BUILD + "\\include\\qdbm…
29 AC_DEFINE("QDBM_INCLUDE_FILE", "<depot.h>", "", false);
38 CHECK_HEADER_ADD_INCLUDE("lmdb.h", "CFLAGS_DBA") &&
41 AC_DEFINE("LMDB_INCLUDE_FILE", "<lmdb.h>", "", false);
/PHP-8.1/ext/gd/libgd/
H A Dgd_xbm.c46 char h[8]; in gdImageCreateFromXbm() local
103 h[2] = '\0'; in gdImageCreateFromXbm()
104 h[4] = '\0'; in gdImageCreateFromXbm()
122 h[0] = ch; in gdImageCreateFromXbm()
126 h[1] = ch; in gdImageCreateFromXbm()
131 h[2] = ch; in gdImageCreateFromXbm()
135 h[3] = ch; in gdImageCreateFromXbm()
137 if (sscanf(h, "%x", &b) != 1) { in gdImageCreateFromXbm()
H A Dgd_png.c353 for (h = 0; h < height; ++h) { in gdImageCreateFromPngCtx()
354 row_pointers[h] = image_data + h * rowbytes; in gdImageCreateFromPngCtx()
385 for (h = 0; h < height; h++) { in gdImageCreateFromPngCtx()
388 register png_byte r = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx()
389 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx()
390 register png_byte b = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx()
391 im->tpixels[h][w] = gdTrueColor (r, g, b); in gdImageCreateFromPngCtx()
398 for (h = 0; h < height; h++) { in gdImageCreateFromPngCtx()
418 for (h = 0; h < height; ++h) { in gdImageCreateFromPngCtx()
420 register png_byte idx = row_pointers[h][w]; in gdImageCreateFromPngCtx()
[all …]
/PHP-8.1/
H A Dconfigure.ac96 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
393 crypt.h \
394 dns.h \
395 fcntl.h \
396 grp.h \
400 poll.h \
401 pty.h \
402 pwd.h \
424 unix.h \
425 utime.h \
[all …]
/PHP-8.1/ext/gd/tests/
H A Dbug51671.phpt8 $h = 50;
9 $im = imagecreatetruecolor($w, $h);
13 for ($iy = 0; $iy < $h; $iy++) {
/PHP-8.1/ext/pdo/
H A Dconfig.w329 PHP_INSTALL_HEADERS("ext/pdo", "php_pdo.h php_pdo_driver.h php_pdo_error.h");
/PHP-8.1/ext/gd/
H A Dconfig.w3211 …CHECK_HEADER_ADD_INCLUDE("ft2build.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\fre…
13 CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
14 …(CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng…
15 …CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng1…
16 …CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng1…
18 CHECK_HEADER_ADD_INCLUDE("iconv.h", "CFLAGS_GD", PHP_GD) &&
22 CHECK_HEADER_ADD_INCLUDE("xpm.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\X11")
27 …CHECK_HEADER_ADD_INCLUDE("decode.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\webp"…
28 …CHECK_HEADER_ADD_INCLUDE("encode.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\webp"…
38 …CHECK_HEADER_ADD_INCLUDE("avif.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\avif"))…
[all …]
/PHP-8.1/tests/output/
H A Dob_start_basic_006.phpt30 function h($string) {
34 return "C::h[call:$i; len:$len; id:$this->id] - $string\n";
62 var_dump(ob_start(array($c, "h")));
65 var_dump(ob_start(array($c, "h")));
70 var_dump(ob_start(array('f', 'C::g', array(array($c, "g"), array($c, "h")))));
115 C::h[call:1; len:37; id:originalID] - bool(true)
118 [0] => C::h
121 C::h[call:2; len:37; id:changedID] - bool(true)
124 [0] => C::h

Completed in 36 milliseconds

12345678910>>...25