Home
last modified time | relevance | path

Searched refs:h (Results 201 – 225 of 613) sorted by relevance

12345678910>>...25

/PHP-8.1/ext/spl/tests/
H A DSplHeap_isEmpty.phpt8 $h = new SplMaxHeap();
10 var_dump($h->isEmpty());
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-8.1/ext/opcache/tests/jit/
H A Dcmp_005.phpt23 $h = 0x1000000; // Cannot be encoded into imm12 field
32 var_dump($a > $h ? 1 : 0);
43 $h = -16777216; // negation of 0x1000000
52 var_dump($a > $h ? 1 : 0);
H A Dadd_007.phpt23 $h = 0x1000000; // Cannot be encoded into imm12 field
33 $a = $a + $h;
46 $h = 0x1000000; // Cannot be encoded into imm12 field
56 $a = $a - $h;
/PHP-8.1/ext/curl/
H A Dconfig.w327 var f = PHP_PHP_BUILD + "/include/curl/curlver.h";
10 var m = reg.exec(file_get_contents(PHP_PHP_BUILD + "/include/curl/curlver.h"));
17 CHECK_HEADER_ADD_INCLUDE("curl/easy.h", "CFLAGS_CURL") &&
32 PHP_INSTALL_HEADERS("ext/curl", "php_curl.h");
/PHP-8.1/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt16 �\�\�\("�h���~�t�@�\");
19h���~�t�@�\
/PHP-8.1/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt55 $h = fopen($absFile, 'w');
56 fwrite($h, $readData);
57 fclose($h);
59 $h = fopen($fileURI, 'r');
60 if ($h !== false) {
67 fclose($h);
73 $h = fopen($fileURI, 'w');
74 if ($h !== false) {
76 fclose($h);
79 if ($h !== false) {
[all …]
H A Dfopen_variation15-win32.phpt59 $h = fopen($absFile, 'w');
60 fwrite($h, $readData);
61 fclose($h);
64 if ($h !== false) {
71 fclose($h);
78 if ($h !== false) {
79 fwrite($h, $writeData);
80 fclose($h);
82 $h = fopen($absFile, 'r');
83 if ($h !== false) {
[all …]
H A Dreadfile_variation6.phpt30 $h = fopen($secondFile, "w");
31 fwrite($h, "File in include path");
32 fclose($h);
H A Dreadfile_variation7.phpt30 $h = fopen($scriptLocFile, "w");
31 fwrite($h, "File in script location");
32 fclose($h);
H A Dfile_get_contents_variation1.phpt31 $h = fopen($secondFile, "w");
32 fwrite($h, "File in include path");
33 fclose($h);
H A Dfile_get_contents_variation2.phpt32 $h = fopen($scriptLocFile, "w");
33 fwrite($h, "File in script location");
34 fclose($h);
/PHP-8.1/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-8.1/ext/zlib/tests/
H A Dgzread_basic.phpt11 $h = gzopen($f, 'r');
15 var_dump(gzread( $h, $length ) );
17 gzclose($h);
/PHP-8.1/ext/date/tests/
H A Dgmstrftime_variation11.phpt12 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
13 $format = "%h";
21 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Dstrftime_variation11.phpt12 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
13 $format = "%h";
21 -- Testing strftime() function with Abbreviated month name format %h --
/PHP-8.1/ext/hash/
H A Dphp_hash_murmur.h21 uint32_t h; member
33 uint32_t h[4]; member
45 uint64_t h[2]; member
/PHP-8.1/Zend/
H A Dzend_hash.h92 zend_ulong h; member
1054 _h = _p->h;
1058 _h = _p->h;
1070 _h = _p->h; \
1075 _h = _p->h; \
1080 _h = _p->h; \
1085 _h = _p->h; \
1105 _h = _p->h; \
1111 _h = _p->h; \
1127 _h = _p->h; \
[all …]
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.h80 #define CDF_SEC_SIZE(h) CAST(size_t, 1 << (h)->h_sec_size_p2) argument
81 #define CDF_SEC_POS(h, secid) (CDF_SEC_SIZE(h) + (secid) * CDF_SEC_SIZE(h)) argument
82 #define CDF_SHORT_SEC_SIZE(h) CAST(size_t, 1 << (h)->h_short_sec_size_p2) argument
83 #define CDF_SHORT_SEC_POS(h, secid) ((secid) * CDF_SHORT_SEC_SIZE(h)) argument
/PHP-8.1/ext/standard/html_tables/
H A Dhtml_table_gen.php754 foreach ($hashes[$i] as $h) {
755 if (isset($h[2])) {
757 $h[0], strlen($h[0]), hexdec($h[1]), hexdec($h[2]));
760 $h[0], strlen($h[0]), hexdec($h[1]));
/PHP-8.1/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
16 ["h"]=>

Completed in 48 milliseconds

12345678910>>...25