Home
last modified time | relevance | path

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

12345678910>>...28

/php-src/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") &&
12 …if (GREP_HEADER("libxml/xmlversion.h", "#define\\s+LIBXML_VERSION\\s+(\\d+)", PHP_PHP_BUILD + "\\i…
21 PHP_INSTALL_HEADERS("ext/libxml", "php_libxml.h");
/php-src/ext/reflection/tests/
H A DReflectionClass_isCloneable_001.phpt18 $h = clone $foo;
30 $h = clone $foo;
38 $h = clone $closure;
45 $h = clone new simplexmlelement('<test></test>');
52 $h = clone new xmlwriter;
/php-src/ext/dom/lexbor/patches/
H A D0004-Remove-unused-upper-case-tag-static-data.patch7 source/lexbor/tag/res.h | 2 ++
11 diff --git a/source/lexbor/tag/res.h b/source/lexbor/tag/res.h
13 --- a/source/lexbor/tag/res.h
14 +++ b/source/lexbor/tag/res.h
/php-src/ext/date/tests/
H A DDateInterval_serialize-002.phpt32 'h' => 1,
55 ["h"]=>
73 string(172) "O:12:"DateInterval":10:{s:1:"y";i:43;s:1:"m";i:3;s:1:"d";i:24;s:1:"h";i:1;s:1:"i";i:12…
84 ["h"]=>
109 ["h"]=>
134 ["h"]=>
/php-src/ext/standard/tests/file/
H A Dtouch_basic-win32-mb.phpt29 $h = fopen($filename, "wb");
30 fwrite($h, $testln);
31 fclose($h);
33 $h = fopen($filename, "rb");
34 echo fgets($h);
35 fclose($h);
H A Dtouch_basic-win32.phpt29 $h = fopen($filename, "wb");
30 fwrite($h, $testln);
31 fclose($h);
33 $h = fopen($filename, "rb");
34 echo fgets($h);
35 fclose($h);
H A Dbug74719.phpt10 $h = fopen($tmpFile, "w", false, NULL);
11 if ($h !== false) {
13 fclose($h);
H A Dtouch_basic.phpt30 $h = fopen($filename, "wb");
31 fwrite($h, $testln);
32 fclose($h);
34 $h = fopen($filename, "rb");
35 echo fgets($h);
36 fclose($h);
/php-src/ext/zlib/tests/
H A Dzlib_scheme_fopen_variation1.phpt12 $h = fopen($compressedFile, 'r');
13 fpassthru($h);
14 fclose($h);
/php-src/ext/gd/tests/
H A Dbug51263.phpt14 $h = 70;
15 $img = imagecreatetruecolor($w, $h);
17 imagefilledrectangle($img, 0, 0, $w-1, $h-1, $blk);
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c313 sapi_header_struct *h; in fpm_log_write() local
318 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in fpm_log_write()
319 while (h) { in fpm_log_write()
321 if (!h->header_len) { in fpm_log_write()
322 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
325 if (!strstr(h->header, format)) { in fpm_log_write()
326 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
331 if (h->header_len <= format_len + 2) { in fpm_log_write()
332 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
336 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write()
[all …]
/php-src/ext/dba/libcdb/
H A Dcdb_make.c74 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h) in cdb_make_addend() argument
87 head->hp[head->num].h = h; in cdb_make_addend()
154 ++c->count[255 & x->hp[i].h]; in cdb_make_finish()
187 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
198 c->hash[u].h = c->hash[u].p = 0; in cdb_make_finish()
202 where = (hp->h >> 8) % len; in cdb_make_finish()
210 uint32_pack(buf, c->hash[u].h); in cdb_make_finish()
/php-src/ext/mbstring/tests/
H A Dzend_multibyte-01.phpt16 �\�\�\("�h���~�t�@�\");
19h���~�t�@�\
/php-src/ext/posix/
H A Dconfig.m436 #include <sys/types.h>
38 # include <sys/mkdev.h>
40 # include <sys/sysmacros.h>
52 [AC_RUN_IFELSE([AC_LANG_PROGRAM([#include <unistd.h>], [[
69 #include <sys/utsname.h>
/php-src/ext/pcntl/
H A Dconfig.m432 [#include <sys/wait.h>])])
44 [#include <sys/wait.h>])
49 #include <sched.h>
65 [#include <signal.h>])
/php-src/sapi/litespeed/
H A Dlsapi_main.c367 sapi_header_struct *h; in sapi_lsapi_send_headers_like_cgi() local
393 while (h) { in sapi_lsapi_send_headers_like_cgi()
426 while (h) { in sapi_lsapi_send_headers_like_cgi()
428 if (h->header_len) { in sapi_lsapi_send_headers_like_cgi()
434 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
442 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
461 sapi_header_struct *h; in sapi_lsapi_send_headers() local
474 while (h) { in sapi_lsapi_send_headers()
476 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers()
1674 sapi_header_struct *h; in PHP_FUNCTION() local
[all …]
/php-src/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());
/php-src/ext/simplexml/
H A Dconfig.w329 …CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_SIMPLEXML", PHP_PHP_BUILD + "\\include\\libxml2")
22 PHP_INSTALL_HEADERS("ext/simplexml", "php_simplexml.h php_simplexml_exports.h");
/php-src/ext/opcache/tests/jit/
H A Dcmp_005.phpt22 $h = 0x1000000; // Cannot be encoded into imm12 field
31 var_dump($a > $h ? 1 : 0);
42 $h = -16777216; // negation of 0x1000000
51 var_dump($a > $h ? 1 : 0);
/php-src/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") &&
31 PHP_INSTALL_HEADERS("ext/curl", "php_curl.h");
H A Dconfig.m426 #include <stdio.h>
27 #include <strings.h>
28 #include <curl/curl.h>
70 [AC_CHECK_HEADERS([openssl/crypto.h])])
84 PHP_INSTALL_HEADERS([ext/curl], [php_curl.h])
/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt16 �\�\�\("�h���~�t�@�\");
19h���~�t�@�\
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddiyfp.h32 #define lexbor_uint64_hl(h, l) (((uint64_t) (h) << 32) + (l)) argument
204 uint64_t l, h; in lexbor_diyfp_mul() local
210 h = u128 >> 64; in lexbor_diyfp_mul()
216 h++; in lexbor_diyfp_mul()
219 return lexbor_diyfp(h, lhs.exp + rhs.exp + 64); in lexbor_diyfp_mul()

Completed in 30 milliseconds

12345678910>>...28