Home
last modified time | relevance | path

Searched refs:h (Results 476 – 500 of 572) sorted by relevance

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

/PHP-7.4/ext/standard/tests/file/
H A Dtouch_variation5-win32.phpt121 $h = @fopen($path,"w");
122 if ($h !== false) {
123 fclose($h);
H A Dtouch_variation6-win32.phpt127 $h = @fopen($path,"w");
128 if ($h !== false) {
129 fclose($h);
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c294 case 'H': s->period->h = nr; break; in scan()
672 s->period->h = timelib_get_unsigned_nr((char **) &ptr, 2); in scan()
826 current->h = timelib_get_nr((char **) &ptr, 2); in scan()
979 in.begin->h = TIMELIB_UNSET; in timelib_strtointerval()
992 in.end->h = TIMELIB_UNSET; in timelib_strtointerval()
1005 in.period->h = 0; in timelib_strtointerval()
/PHP-7.4/TSRM/
H A Dthreads.m469 #include <pthread.h>
70 #include <stddef.h>
/PHP-7.4/ext/standard/
H A Dpassword.c193 const char *h = ZSTR_VAL(hash); in php_password_bcrypt_valid() local
195 (h[0] == '$') && (h[1] == '2') && (h[2] == 'y'); in php_password_bcrypt_valid()
/PHP-7.4/Zend/
H A Dzend_ini.c183 if (f->h > s->h) { in ini_key_compare()
185 } else if (f->h < s->h) { in ini_key_compare()
/PHP-7.4/ext/date/tests/
H A Dgmdate_variation9.phpt24 '12-hour format with leading zeros' => 'h',
H A Ddate_time_fractions.phpt68 ["h"]=>
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrchr_basic.phpt17 var_dump( strrchr("Hello, World", "h") );
/PHP-7.4/ext/standard/tests/array/
H A Drange.phpt170 string(1) "h"
248 string(1) "h"
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c414 if (h->header_len > 0) { in add_response_header()
415 p = strchr(h->header, ':'); in add_response_header()
416 len = p - h->header; in add_response_header()
418 while (len > 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) { in add_response_header()
423 memcpy(s, h->header, len); in add_response_header()
428 add_assoc_stringl_ex(return_value, s, (uint32_t)len, p, h->header_len - (p - h->header)); in add_response_header()
596 sapi_header_struct *h; in sapi_cli_server_send_headers() local
612 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cli_server_send_headers()
613 while (h) { in sapi_cli_server_send_headers()
614 if (h->header_len) { in sapi_cli_server_send_headers()
[all …]
/PHP-7.4/
H A DCONTRIBUTING.md138 ├─ zend_vm_execute.h # Generated by `Zend/zend_vm_gen.php`
140 ├─ zend_vm_opcodes.h # Generated by `Zend/zend_vm_gen.php`
179 ├─ unicode_data.h # Generated by `ext/mbstring/ucgendat/ucgendat.php`
185 ├─ php_pdo_mysql_sqlstate.h # Generated by `ext/pdo_mysql/get_error_codes.php`
193 ├─ credits_ext.h # Generated by `scripts/dev/credits`
194 ├─ credits_sapi.h # Generated by `scripts/dev/credits`
195 ├─ html_tables.h # Generated by `ext/standard/html_tables/html_table_gen.php`
210 ├─ php_version.h # Generated by release managers using `configure`
215 ├─ mime_type_map.h # Generated by `sapi/cli/generate_mime_type_map.php`
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt31 $regex_ascii = '([A-Z]\w{1,4}is( [aeiou]|h)) ?.*\.\s[0-9]+(5([6-9][79]){2})[[:punct:]]$';
/PHP-7.4/ext/phar/
H A DMakefile.frag3 if test -f ./php_phar.h; then \
H A Dphar_path_check.re19 #include "phar_internal.h"
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2321 int quad = 0, h; in check_format_type() local
2337 h = 2; in check_format_type()
2342 h = 1; in check_format_type()
2351 h = 0; in check_format_type()
2357 h = 0; in check_format_type()
2393 if (h == 0) in check_format_type()
2405 if (h-- <= 0) in check_format_type()
2409 if (h-- <= 0) in check_format_type()
2428 if (h == 0) in check_format_type()
2436 if (h == 2) in check_format_type()
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.g52 # include "config.h"
55 #include "php.h"
56 #include "php_ffi.h"
58 #include <stdio.h>
59 #include <stdlib.h>
60 #include <string.h>
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt13 var_dump(preg_replace('<\b[hH]\w{2,4}>', 'Bonjour', $string)); //finds h or H at the beginning of a…
H A Dpreg_replace_edit_basic.phpt24 …'Bonjour', $string)); //finds h or H at the beginning of a word followed by 2-4 characters an…
/PHP-7.4/ext/sodium/
H A Dlibsodium.c2962 crypto_generichash_state h; in PHP_FUNCTION() local
2994 crypto_generichash_init(&h, NULL, 0U, 2 * crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
2995 crypto_generichash_update(&h, q, sizeof q); in PHP_FUNCTION()
2997 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
2998 crypto_generichash_update(&h, server_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
3000 sodium_memzero(&h, sizeof h); in PHP_FUNCTION()
3012 crypto_generichash_state h; in PHP_FUNCTION() local
3045 crypto_generichash_update(&h, q, sizeof q); in PHP_FUNCTION()
3047 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
3048 crypto_generichash_update(&h, server_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt50 $a8 = str_repeat('h', 4093);
/PHP-7.4/ext/zlib/
H A Dzlib.c292 php_output_handler *h = NULL; in php_zlib_output_handler_init() local
300 …if ((h = php_output_handler_create_internal(handler_name, handler_name_len, php_zlib_output_handle… in php_zlib_output_handler_init()
301 …php_output_handler_set_context(h, php_zlib_output_handler_context_init(), php_zlib_output_handler_… in php_zlib_output_handler_init()
304 return h; in php_zlib_output_handler_init()
312 php_output_handler *h; in php_zlib_output_compression_start() local
322 …(h = php_zlib_output_handler_init(ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_NAME), ZLIBG(output_compressio… in php_zlib_output_compression_start()
323 (SUCCESS == php_output_handler_start(h))) { in php_zlib_output_compression_start()
/PHP-7.4/build/
H A Dlibtool.m4276 dnl This sometimes fails to find confdefs.h, for some reason.
279 #include "confdefs.h"
925 [AC_CHECK_HEADERS(dlfcn.h)dnl
941 #include "confdefs.h"
944 #include <dlfcn.h>
947 #include <stdio.h>
6097 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6124 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6249 # #include <windows.h>
6251 # #include <stdio.h>
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c38 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
39 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[12], flags)
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
30 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[8], flags)

Completed in 84 milliseconds

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