Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-8.1/ext/zlib/tests/
H A Dgzfile_basic2.phpt15 $h = fopen($filename, 'w');
16 fwrite($h, $plaintxt);
17 fclose($h);
H A Dgzopen_variation9.phpt15 $h = gzopen($file, $mode);
17 var_dump($h);
18 if ($h !== false) {
19 gzclose($h);
H A Dzlib_scheme_fopen_variation1.phpt12 $h = fopen($compressedFile, 'r');
13 fpassthru($h);
14 fclose($h);
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_log.c299 sapi_header_struct *h; in fpm_log_write() local
304 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in fpm_log_write()
305 while (h) { in fpm_log_write()
307 if (!h->header_len) { in fpm_log_write()
308 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
311 if (!strstr(h->header, format)) { in fpm_log_write()
312 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
317 if (h->header_len <= format_len + 2) { in fpm_log_write()
318 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
322 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write()
[all …]
/PHP-8.1/ext/spl/tests/
H A Dbug69737.phpt10 $h = new SplMinHeap1();
11 $h->insert(1);
12 $h->insert(6);
/PHP-8.1/Zend/tests/multibyte/
H A Dmultibyte_encoding_006.phpt12 ����<���?���p���h���p���
13 ���e���c���h���o��� ���"���h���e���l���l���o��� ���w���o���r���l���d���"���;���
/PHP-8.1/ext/iconv/
H A Dconfig.m422 … AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <gnu/libc-version.h>]], [[gnu_get_libc_version();]])],[
32 #include <iconv.h>
49 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <iconv.h>]], [[iconv_ccs_init(NULL, NULL);]])],[
59 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <iconv.h>]], [[cstoccsid("");]])],[
90 #include <iconv.h>
91 #include <errno.h>
117 #include <iconv.h>
118 #include <stdlib.h>
/PHP-8.1/ext/date/tests/
H A Dbug52113.phpt23 'h' => 4,
43 ["h"]=>
70 string(332) "O:12:"DateInterval":16:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:0;s:1:"h";i:4;s:1:"i";i:0;s:…
75 'h' => 4,
95 ["h"]=>
144 ["h"]=>
183 ["h"]=>
232 ["h"]=>
/PHP-8.1/ext/pdo/
H A Dconfig.m414 PHP_INSTALL_HEADERS(ext/pdo, [php_pdo.h php_pdo_driver.h php_pdo_error.h])
H A DMakefile.frag4 php_pdo.h \
5 php_pdo_driver.h \
6 php_pdo_error.h
/PHP-8.1/ext/pdo_oci/
H A Dconfig.w3227 …pdo_oci_header = CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_PDO_OCI", pdo_oci_inc_paths, null, null…
37 CHECK_FUNC_IN_HEADER('oci.h', 'OCIEnvCreate', pdo_oci_inc_dir, 'CFLAGS_PDO_OCI');
38 CHECK_FUNC_IN_HEADER('ociap.h', 'OCIStmtFetch2', pdo_oci_inc_dir, 'CFLAGS_PDO_OCI');
39 CHECK_FUNC_IN_HEADER('ociap.h', 'OCIEnvNlsCreate', pdo_oci_inc_dir, 'CFLAGS_PDO_OCI');
/PHP-8.1/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-8.1/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-8.1/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-8.1/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-8.1/ext/mbstring/tests/
H A Dzend_multibyte-01.phpt16 �\�\�\("�h���~�t�@�\");
19h���~�t�@�\
/PHP-8.1/ext/enchant/
H A Dconfig.w326 …if (CHECK_HEADER_ADD_INCLUDE("enchant.h", "CFLAGS_ENCHANT", PHP_ENCHANT+ ";" + PHP_PHP_BUILD + "\\…
7 …CHECK_HEADER_ADD_INCLUDE("glib.h", "CFLAGS_ENCHANT", PHP_ENCHANT+ ";" + PHP_PHP_BUILD + "\\include…
25 WARNING('Could not find enchant.h; skipping');
/PHP-8.1/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-8.1/sapi/litespeed/
H A Dlsapi_main.c368 sapi_header_struct *h; in sapi_lsapi_send_headers_like_cgi() local
394 while (h) { in sapi_lsapi_send_headers_like_cgi()
427 while (h) { in sapi_lsapi_send_headers_like_cgi()
429 if (h->header_len) { in sapi_lsapi_send_headers_like_cgi()
435 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
443 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
462 sapi_header_struct *h; in sapi_lsapi_send_headers() local
475 while (h) { in sapi_lsapi_send_headers()
477 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers()
1688 sapi_header_struct *h; in PHP_FUNCTION() local
[all …]
/PHP-8.1/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-8.1/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-8.1/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])

Completed in 35 milliseconds

12345678910>>...25