/PHP-8.1/ext/spl/tests/ |
H A D | SplHeap_isEmpty.phpt | 8 $h = new SplMaxHeap(); 10 var_dump($h->isEmpty());
|
H A D | bug46115.phpt | 5 $h = new RecursiveArrayIterator(array()); 7 $z = $x->invoke($h);
|
H A D | pqueue_current_error.phpt | 8 $h = new SplPriorityQueue(); 9 var_dump($h->current());
|
H A D | heap_it_current_empty.phpt | 8 $h = new SplMinHeap(); 10 foreach ($h as $val) { echo 'FAIL'; }
|
H A D | heap_top_variation_003.phpt | 8 $h = new SplMinHeap(); 10 $h->top();
|
/PHP-8.1/ext/opcache/tests/jit/ |
H A D | cmp_005.phpt | 23 $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 D | add_007.phpt | 23 $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 D | config.w32 | 7 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 D | multibyte_encoding_004.phpt | 16 �\�\�\("�h���~�t�@�\"); 19 �h���~�t�@�\
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | fopen_variation14-win32.phpt | 55 $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 D | fopen_variation15-win32.phpt | 59 $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 D | readfile_variation6.phpt | 30 $h = fopen($secondFile, "w"); 31 fwrite($h, "File in include path"); 32 fclose($h);
|
H A D | readfile_variation7.phpt | 30 $h = fopen($scriptLocFile, "w"); 31 fwrite($h, "File in script location"); 32 fclose($h);
|
H A D | file_get_contents_variation1.phpt | 31 $h = fopen($secondFile, "w"); 32 fwrite($h, "File in include path"); 33 fclose($h);
|
H A D | file_get_contents_variation2.phpt | 32 $h = fopen($scriptLocFile, "w"); 33 fwrite($h, "File in script location"); 34 fclose($h);
|
/PHP-8.1/Zend/tests/ |
H A D | closure_035.phpt | 7 $h = function () use ($x) { 11 return $h();
|
H A D | bug47714.phpt | 16 $h = new handler(); 17 $h->handle($exception);
|
/PHP-8.1/ext/zlib/tests/ |
H A D | gzread_basic.phpt | 11 $h = gzopen($f, 'r'); 15 var_dump(gzread( $h, $length ) ); 17 gzclose($h);
|
/PHP-8.1/ext/date/tests/ |
H A D | gmstrftime_variation11.phpt | 12 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 D | strftime_variation11.phpt | 12 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 D | php_hash_murmur.h | 21 uint32_t h; member 33 uint32_t h[4]; member 45 uint64_t h[2]; member
|
/PHP-8.1/Zend/ |
H A D | zend_hash.h | 92 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 D | cdf.h | 80 #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 D | html_table_gen.php | 754 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 D | getopt.phpt | 4 -v -h -d test -m 1234 -t -j 16 ["h"]=>
|