Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation11.phpt18 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
19 $format = "%h";
28 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Dstrftime_variation11.phpt18 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
19 $format = "%h";
28 -- Testing strftime() function with Abbreviated month name format %h --
H A Dgmstrftime_variation12.phpt24 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
25 $format = "%h";
34 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Dstrftime_variation12.phpt24 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
25 $format = "%h";
34 -- Testing strftime() function with Abbreviated month name format %h --
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation9.phpt25 $h = gzopen($file, $mode);
27 var_dump($h);
28 if ($h !== false) {
29 gzclose($h);
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c376 sapi_header_struct *h; in sapi_lsapi_send_headers_like_cgi() local
402 while (h) { in sapi_lsapi_send_headers_like_cgi()
435 while (h) { in sapi_lsapi_send_headers_like_cgi()
437 if (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()
451 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers_like_cgi()
471 sapi_header_struct *h; in sapi_lsapi_send_headers() local
484 while (h) { in sapi_lsapi_send_headers()
486 LSAPI_AppendRespHeader(h->header, h->header_len); in sapi_lsapi_send_headers()
1719 sapi_header_struct *h; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/fileinfo/
H A Dgenerate_patch.sh7 sed -e "s/X\.YY/${VERSION//.}/g" libmagic.orig/magic.h.in > libmagic.orig/magic.h
H A Dlibmagic.patch8 +#include "php.h"
10 #include "file.h"
16 #include "magic.h"
18 #include <stdlib.h>
38 #include <ctype.h>
39 #include <fcntl.h>
1143 CDF_SHORT_SEC_SIZE(h) : CDF_SEC_SIZE(h);
1342 diff -u libmagic.orig/cdf.h libmagic/cdf.h
1576 diff -u libmagic.orig/elfclass.h libmagic/elfclass.h
1646 diff -u libmagic.orig/file.h libmagic/file.h
[all …]
/PHP-7.4/ext/sysvmsg/
H A Dconfig.m47 AC_CHECK_HEADER([sys/msg.h],
9 [AC_MSG_ERROR([Cannot enable System V IPC support, sys/msg.h is missing])
/PHP-7.4/Zend/tests/
H A Ddereference_008.phpt21 $h = &$foo->$a();
22 $h[] = 2;
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php758 foreach ($hashes[$i] as $h) {
759 if (isset($h[2])) {
761 $h[0], strlen($h[0]), hexdec($h[1]), hexdec($h[2]));
764 $h[0], strlen($h[0]), hexdec($h[1]));
/PHP-7.4/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-7.4/ext/xmlwriter/
H A Dconfig.w326 …if (CHECK_HEADER_ADD_INCLUDE('libxml/xmlwriter.h', 'CFLAGS_XMLWRITER', PHP_XMLWRITER + ";" + PHP_P…
14 WARNING('Could not find xmlwriter.h');
/PHP-7.4/tests/classes/
H A Dbug65768.phpt14 $diff1->h, " ", $diff1->i, " ", $diff1->s, "\n";
18 $diff2->h, " ", $diff2->i, " ", $diff2->s, "\n";
22 $diff3->h, " ", $diff3->i, " ", $diff3->s, "\n";
/PHP-7.4/main/
H A Dalloca.c139 } h; member
174 if ((STACK_DIR > 0 && hp->h.deep > depth)
175 || (STACK_DIR < 0 && hp->h.deep < depth))
177 register header *np = hp->h.next;
205 ((header *) new)->h.next = last_alloca_header;
206 ((header *) new)->h.deep = depth;
/PHP-7.4/ext/sodium/
H A Dconfig.w326 …if (CHECK_LIB("libsodium.lib", "sodium", PHP_SODIUM) && CHECK_HEADER_ADD_INCLUDE("sodium.h", "CFLA…
9 PHP_INSTALL_HEADERS("ext/sodium/", "php_libsodium.h");
/PHP-7.4/ext/xmlreader/
H A Dconfig.w327 …CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_XMLREADER", PHP_PHP_BUILD + "\\include\\libxml…
8 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XMLREADER", PHP_PHP_BUILD + "\\include\\libxml2")
/PHP-7.4/ext/dba/
H A Dinstall_cdb.sh49 cp cdb.h uint32.h "$prefix/include"
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation15-win32.phpt65 $h = fopen($absFile, 'w');
66 fwrite($h, $readData);
67 fclose($h);
70 if ($h !== false) {
77 fclose($h);
84 if ($h !== false) {
85 fwrite($h, $writeData);
86 fclose($h);
88 $h = fopen($absFile, 'r');
89 if ($h !== false) {
[all …]
H A Dreadfile_variation7.phpt36 $h = fopen($scriptLocFile, "w");
37 fwrite($h, "File in script location");
38 fclose($h);
/PHP-7.4/Zend/tests/multibyte/
H A Dmultibyte_encoding_004.phpt23 �\�\�\("�h���~�t�@�\");
26h���~�t�@�\
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug63176.phpt22 public function __construct($h) {
23 var_dump($h);
24 if ($h) {
/PHP-7.4/ext/gmp/
H A Dconfig.w327 …CHECK_HEADER_ADD_INCLUDE("gmp.h", "CFLAGS_GMP", PHP_GMP + ";" + PHP_PHP_BUILD + "\\include\\mpir"…
9 PHP_INSTALL_HEADERS("ext/gmp", "php_gmp_int.h");
/PHP-7.4/Zend/
H A Dzend_hash.h91 zend_ulong h; member
982 _h = _p->h;
990 _h = _p->h; \
995 _h = _p->h; \
1005 _h = _p->h; \
1016 _h = _p->h; \
1022 _h = _p->h; \
1032 _h = _p->h; \
1059 _h = _p->h; \
1065 _h = _p->h; \
[all …]
/PHP-7.4/ext/standard/
H A DMakefile.frag7 $(builddir)/info.lo: $(builddir)/../../main/build-defs.h
9 $(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h

Completed in 92 milliseconds

12345678910>>...23