Home
last modified time | relevance | path

Searched refs:h (Results 376 – 400 of 681) sorted by relevance

1...<<11121314151617181920>>...28

/php-src/ext/ffi/tests/
H A Dgh7867.phpt64 string(1) "h"
74 string(1) "h"
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_variation6-win32-mb.phpt47 $h = fopen($absFile,"w");
48 fwrite($h, $content);
49 fclose($h);
H A Dparse_ini_file_variation6-win32.phpt47 $h = fopen($absFile,"w");
48 fwrite($h, $content);
49 fclose($h);
H A Dreadfile_variation8-win32.phpt24 $h = fopen($absFile,"w");
25 fwrite($h, "The File Contents");
26 fclose($h);
H A Dreadfile_variation8-win32-mb.phpt24 $h = fopen($absFile,"w");
25 fwrite($h, "The File Contents");
26 fclose($h);
H A Dfile_get_contents_variation7-win32-mb.phpt46 $h = fopen($absFile,"w");
47 fwrite($h, "contents read");
48 fclose($h);
H A Dfile_get_contents_variation7-win32.phpt46 $h = fopen($absFile,"w");
47 fwrite($h, "contents read");
48 fclose($h);
H A Dfile_variation8-win32.phpt46 $h = fopen($absFile,"w");
47 fwrite($h, "contents read");
48 fclose($h);
/php-src/ext/standard/
H A Dconfig.w327 && CHECK_HEADER_ADD_INCLUDE("argon2.h", "CFLAGS")) {
8 …if (!CHECK_FUNC_IN_HEADER("argon2.h", "argon2id_hash_raw", PHP_PHP_BUILD + "\\include", "CFLAGS"))…
22 CHECK_HEADER_ADD_INCLUDE("timelib_config.h", "CFLAGS_STANDARD", "ext/date/lib");
/php-src/ext/fileinfo/
H A Dlibmagic.patch6 #include <sys/mman.h>
9 #include <dirent.h>
11 #include <limits.h>
13 #include <byteswap.h>
976 #include <err.h>
1048 CDF_SHORT_SEC_SIZE(h) : CDF_SEC_SIZE(h);
1203 diff -u libmagic.orig/cdf.h libmagic/cdf.h
1339 #include "der.h"
1345 #include <err.h>
1383 diff -u libmagic.orig/file.h libmagic/file.h
[all …]
/php-src/ext/date/tests/
H A Dbug80974.phpt8 echo $dtVancouver->diff($dtToronto)->format('%h');
H A Dgh10747-4.phpt58 ["h"]=>
88 …"interval";O:12:"DateInterval":10:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:0;s:1:"h";i:1;s:1:"i";i:0;s:1…
118 ["h"]=>
/php-src/ext/standard/tests/strings/
H A Dbug69522.phpt9 Warning: unpack(): Type h: integer overflow in %s on line %d
/php-src/ext/pdo_dblib/
H A Dconfig.w3210 CHECK_HEADER_ADD_INCLUDE("sybfront.h", "CFLAGS_PDO_DBLIB",
27 CHECK_HEADER_ADD_INCLUDE("sybfront.h", "CFLAGS_PDO_MSSQL",
H A Dconfig.m415 if test -f $PHP_PDO_DBLIB/include/sybdb.h; then
18 elif test -f $PHP_PDO_DBLIB/include/freetds/sybdb.h; then
/php-src/ext/mysqli/tests/
H A D058.phpt44 mysqli_stmt_bind_result($stmt, $g, $h);
47 var_dump((array($e,$f,$g,$h)));
/php-src/ext/gettext/
H A Dconfig.m48 AS_IF([test -r $i/include/libintl.h], [GETTEXT_DIR=$i; break;])
12 [AC_MSG_ERROR([Cannot locate header file libintl.h])])
/php-src/sapi/embed/
H A Dconfig.w329 PHP_INSTALL_HEADERS("sapi/embed", "php_embed.h");
/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_005.phpt17 �\�\�\("�h���~�t�@�\");
/php-src/Zend/tests/
H A Dalternative_offset_syntax_in_encaps_string.phpt4 <?php "{$g{'h'}}"; ?>
/php-src/ext/hash/
H A Dhash_sha_sse2.c84 #define RND(a, b, c, d, e, f, g, h, k) \ argument
85 h += S1(e) + Ch(e, f, g) + k; \
86 d += h; \
87 h += S0(a) + Maj(a, b, c)
/php-src/ext/filter/
H A Dconfig.w328 PHP_INSTALL_HEADERS("ext/filter", "php_filter.h");
/php-src/Zend/
H A DZend.m412 [AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <fpu_control.h>], [dnl
33 [AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <machine/ieeefp.h>], [dnl
53 [AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <float.h>], [dnl
73 [AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <float.h>], [dnl
137 cpuid.h
138 libproc.h
161 [#include <setjmp.h>])])
227 #include <stdint.h>
342 [AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <cpuid.h>], [dnl
363 #include <stdio.h>
[all …]
/php-src/main/
H A Doutput.c65 static int php_output_stack_apply_op(void *h, void *c);
66 static int php_output_stack_apply_clean(void *h, void *c);
67 static int php_output_stack_apply_list(void *h, void *z);
68 static int php_output_stack_apply_status(void *h, void *z);
721 if (*h) { in php_output_handler_free()
722 php_output_handler_dtor(*h); in php_output_handler_free()
723 efree(*h); in php_output_handler_free()
724 *h = NULL; in php_output_handler_free()
1093 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op() argument
1141 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean() argument
[all …]
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c312 sapi_header_struct *h; in sapi_cgi_send_headers() local
349 while (h) { in sapi_cgi_send_headers()
350 if (h->header_len > sizeof("Status:") - 1 && in sapi_cgi_send_headers()
351 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
384 while (h) { in sapi_cgi_send_headers()
386 if (h->header_len) { in sapi_cgi_send_headers()
387 if (h->header_len > sizeof("Status:") - 1 && in sapi_cgi_send_headers()
388 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
392 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
396 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:") - 1) == 0 in sapi_cgi_send_headers()
[all …]

Completed in 53 milliseconds

1...<<11121314151617181920>>...28