Home
last modified time | relevance | path

Searched refs:h (Results 326 – 350 of 572) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.4/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",
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation5-win32.phpt23 $h = fopen($dir_name."/tempnam_variation5.tmp", "w");
39 fclose($h);
H A Dfile_get_contents_variation7-win32-mb.phpt52 $h = fopen($absFile,"w");
53 fwrite($h, "contents read");
54 fclose($h);
H A Dfile_get_contents_variation7-win32.phpt52 $h = fopen($absFile,"w");
53 fwrite($h, "contents read");
54 fclose($h);
H A Dfile_variation8-win32.phpt52 $h = fopen($absFile,"w");
53 fwrite($h, "contents read");
54 fclose($h);
H A Dparse_ini_file_variation6-win32-mb.phpt53 $h = fopen($absFile,"w");
54 fwrite($h, $content);
55 fclose($h);
H A Dparse_ini_file_variation6-win32.phpt53 $h = fopen($absFile,"w");
54 fwrite($h, $content);
55 fclose($h);
H A Dreadfile_variation8-win32.phpt30 $h = fopen($absFile,"w");
31 fwrite($h, "The File Contents");
32 fclose($h);
/PHP-7.4/ext/mysqli/tests/
H A D058.phpt43 mysqli_stmt_bind_result($stmt, $g, $h);
46 var_dump((array($e,$f,$g,$h)));
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace.phpt9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite7.phar10 �g�$�h����UxB�����GBMB
H A Dfrontcontroller16.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
/PHP-7.4/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()
1679 if (h->header_len > 0) {
1686 len = p - h->header;
1689 while (len != 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) {
1694 memcpy(s, h->header, len);
[all …]
/PHP-7.4/ext/opcache/
H A Dshared_alloc_win32.c48 HANDLE h; in zend_win_error_message() local
52 h = RegisterEventSource(NULL, TEXT(ACCEL_EVENT_SOURCE)); in zend_win_error_message()
55 ReportEvent(h, // event log handle in zend_win_error_message()
64 DeregisterEventSource(h); in zend_win_error_message()
/PHP-7.4/ext/pcntl/tests/
H A D001.phpt70 print "Staring wait.h tests....";
76 Staring wait.h tests....
/PHP-7.4/main/
H A Doutput.c68 static int php_output_stack_apply_op(void *h, void *c);
69 static int php_output_stack_apply_clean(void *h, void *c);
70 static int php_output_stack_apply_list(void *h, void *z);
71 static int php_output_stack_apply_status(void *h, void *z);
730 if (*h) { in php_output_handler_free()
731 php_output_handler_dtor(*h); in php_output_handler_free()
732 efree(*h); in php_output_handler_free()
733 *h = NULL; in php_output_handler_free()
1090 static int php_output_stack_apply_op(void *h, void *c) in php_output_stack_apply_op() argument
1138 static int php_output_stack_apply_clean(void *h, void *c) in php_output_stack_apply_clean() argument
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c315 sapi_header_struct *h; in sapi_cgi_send_headers() local
352 while (h) { in sapi_cgi_send_headers()
353 if (h->header_len > sizeof("Status:") - 1 && in sapi_cgi_send_headers()
354 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
387 while (h) { in sapi_cgi_send_headers()
389 if (h->header_len) { in sapi_cgi_send_headers()
390 if (h->header_len > sizeof("Status:") - 1 && in sapi_cgi_send_headers()
391 strncasecmp(h->header, "Status:", sizeof("Status:") - 1) == 0 in sapi_cgi_send_headers()
395 PHPWRITE_H(h->header, h->header_len); in sapi_cgi_send_headers()
399 strncasecmp(h->header, "Content-Type:", sizeof("Content-Type:") - 1) == 0 in sapi_cgi_send_headers()
[all …]
/PHP-7.4/ext/standard/tests/time/
H A Didate.phpt22 h: 12
/PHP-7.4/ext/gettext/
H A Dconfig.w326 …;libintl.lib", "gettext", PHP_GETTEXT) && CHECK_HEADER_ADD_INCLUDE("libintl.h", "CFLAGS_GETTEXT"))…
/PHP-7.4/ext/ffi/tests/
H A D301.phpt10 $ffi = FFI::load(__DIR__ . "/300.h");
H A D302.phpt8 ffi.preload={PWD}/300.h
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller16.phar10 7������������������ ���index.php����hH���JVԋ�������<?php
/PHP-7.4/ext/filter/
H A Dconfig.m411 PHP_INSTALL_HEADERS([ext/filter/php_filter.h])
/PHP-7.4/ext/standard/tests/strings/
H A Dpack.phpt64 print_r(unpack("h", pack("h", 3000000)));
103 [1] => h
244 [1] => h
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.h30 uint32 h; member

Completed in 76 milliseconds

1...<<11121314151617181920>>...23