Home
last modified time | relevance | path

Searched refs:h (Results 351 – 375 of 681) sorted by relevance

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

/php-src/ext/ffi/tests/
H A Dcallconv.phpt17 $headername = __DIR__ . '/callconv.h';
41 unlink(__DIR__ . '/callconv.h');
/php-src/ext/intl/tests/
H A Dmsgfmt_format_intlcalendar_variant3.phpt16 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
21 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant4.phpt20 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
25 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_simple_types_numeric_strings.phpt22 spellout {h,spellout}
36 'h' => $ex,
H A Dmsgfmt_format_simple_types_numeric_strings_icu72-1.phpt22 spellout {h,spellout}
36 'h' => $ex,
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_variation6.phpt39 $h = fopen($absFile,"w");
40 fwrite($h, $content);
41 fclose($h);
H A Dfile_get_contents_variation7.phpt38 $h = fopen($absFile,"w");
39 fwrite($h, "contents read");
40 fclose($h);
H A Dfile_variation8.phpt38 $h = fopen($absFile,"w");
39 fwrite($h, "contents read");
40 fclose($h);
H A Dtempnam_variation5-win32.phpt19 $h = fopen($dir_name."/tempnam_variation5.tmp", "w");
35 fclose($h);
H A Dtempnam_variation5.phpt17 $h = fopen($dir_name."/tempnam_variation5.tmp", "w");
33 fclose($h);
/php-src/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt44 string(1) "h"
82 string(1) "h"
114 string(1) "h"
/php-src/ext/pcre/
H A Dconfig0.m437 #include <pcre2.h>
38 #include <stdlib.h>
62 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h])
133 PHP_INSTALL_HEADERS([ext/pcre], [php_pcre.h pcre2lib/])
/php-src/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt47 $h = imagesy($im);
50 for ($y = 0; $y < $h; $y++) {
/php-src/ext/ffi/
H A Dconfig.w324 if (CHECK_HEADER_ADD_INCLUDE("ffi.h", "CFLAGS_FFI", PHP_FFI+ ";" + PHP_PHP_BUILD + "\\include") &&
16 if (GREP_HEADER("ffitarget.h", "FFI_VECTORCALL_PARTIAL", PHP_PHP_BUILD + "\\include")) {
/php-src/ext/odbc/
H A Dconfig.w328 && CHECK_HEADER_ADD_INCLUDE("sql.h", "CFLAGS_ODBC")
9 && CHECK_HEADER_ADD_INCLUDE("sqlext.h", "CFLAGS_ODBC")) {
/php-src/ext/dom/tests/
H A Dgh15137.phpt2 GH-15137: Unexpected null pointer in Zend/zend_smart_str.h
/php-src/sapi/cgi/
H A Dcgi_main.c373 sapi_header_struct *h; in sapi_cgi_send_headers() local
411 while (h) { in sapi_cgi_send_headers()
446 while (h) { in sapi_cgi_send_headers()
448 if (h->header_len) { in sapi_cgi_send_headers()
454 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
463 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
1663 if (h->header_len > 0) {
1670 len = p - h->header;
1673 while (len != 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) {
1678 memcpy(s, h->header, len);
[all …]
/php-src/ext/gmp/
H A Dconfig.m424 AC_CHECK_HEADER([gmp.h], [AC_CHECK_FUNC([__gmpz_rootrem], [gmp_check=yes])])
35 PHP_INSTALL_HEADERS([ext/gmp], [php_gmp_int.h])
/php-src/build/
H A Dax_func_which_gethostbyname_r.m483 # netdb.h is not declaring the function, and the compiler is thereby
86 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <netdb.h>],
100 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <netdb.h>],
120 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <netdb.h>],
140 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <netdb.h>],
182 AC_MSG_RESULT([cannot find function declaration in netdb.h])
/php-src/sapi/embed/
H A DREADME.md12 #include <sapi/embed/php_embed.h>
61 #include <main/php.h>
62 #include <ext/standard/php_var.h>
63 #include <sapi/embed/php_embed.h>
100 #include <sapi/embed/php_embed.h>
122 #include <sapi/embed/php_embed.h>
/php-src/ext/phar/
H A Dzip.c50 } h; in phar_zip_process_extra() local
54 if (sizeof(h.header) != php_stream_read(fp, (char *) &h.header, sizeof(h.header))) { in phar_zip_process_extra()
58 if (h.header.tag[0] == 'U' && h.header.tag[1] == 'T') { in phar_zip_process_extra()
71 if (h.time.flags & (1 << 0)) { in phar_zip_process_extra()
73 entry->timestamp = PHAR_GET_32(h.time.time); in phar_zip_process_extra()
87 if (h.header.tag[0] != 'n' || h.header.tag[1] != 'u') { in phar_zip_process_extra()
90 len -= PHAR_GET_16(h.header.size) + 4; in phar_zip_process_extra()
95 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
98 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
102 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
[all …]
/php-src/ext/date/tests/
H A DDatePeriod_serialize-002.phpt62 ["h"]=>
87 …"interval";O:12:"DateInterval":10:{s:1:"y";i:2;s:1:"m";i:6;s:1:"d";i:0;s:1:"h";i:0;s:1:"i";i:0;s:1…
120 ["h"]=>
174 ["h"]=>
H A DDatePeriod_serialize-003.phpt62 ["h"]=>
87 …"interval";O:12:"DateInterval":10:{s:1:"y";i:2;s:1:"m";i:6;s:1:"d";i:0;s:1:"h";i:0;s:1:"i";i:0;s:1…
120 ["h"]=>
174 ["h"]=>
H A DDatePeriod_serialize-004.phpt60 ["h"]=>
95 …"interval";O:12:"DateInterval":10:{s:1:"y";i:0;s:1:"m";i:1;s:1:"d";i:0;s:1:"h";i:0;s:1:"i";i:0;s:1…
128 ["h"]=>
182 ["h"]=>
/php-src/ext/opcache/tests/jit/
H A Dgh15658.phpt2 GH-15658 (Segmentation fault in Zend/zend_vm_execute.h)

Completed in 47 milliseconds

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