Home
last modified time | relevance | path

Searched refs:h (Results 576 – 600 of 681) sorted by relevance

1...<<2122232425262728

/php-src/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt27 $regex_ascii = '([A-Z]\w{1,4}is( [aeiou]|h)) ?.*\.\s[0-9]+(5([6-9][79]){2})[[:punct:]]$';
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua846 local r,h = parse_vr(q, vr); op = op+shl(r,12)+shl(h,22); n = n + 1
848 local r,h = parse_vr(q, vr); op = op+shl(r,16)+shl(h,7); n = n + 1
850 local r,h = parse_vr(q, vr); op = op+r+shl(h,5); n = n + 1
H A Dminilua.c495 struct Table h; member
966 Table*h;
1291 ts->tsv.hash=h;
1298 h=lmod(h,tb->size);
1312 h=h^((h<<5)+(h>>2)+cast(unsigned char,str[l1-1]));
1838 i=sizenode(h);
1977 i=sizenode(h);
1986 l=h->gclist;
4767 h->flags=0;
5246 Table*h;
[all …]
/php-src/ext/hash/
H A Dhash_snefru.c32 void ph(uint32_t h[16]) in ph()
36 printf ("%08lx", h[i]); printf("\n"); in ph()
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt227 ["h"]=>
228 string(1) "h"
/php-src/ext/zlib/
H A Dzlib.c339 php_output_handler *h = NULL; in php_zlib_output_handler_init() local
347 …if ((h = php_output_handler_create_internal(handler_name, handler_name_len, php_zlib_output_handle… in php_zlib_output_handler_init()
348 …php_output_handler_set_context(h, php_zlib_output_handler_context_init(), php_zlib_output_handler_… in php_zlib_output_handler_init()
351 return h; in php_zlib_output_handler_init()
359 php_output_handler *h; in php_zlib_output_compression_start() local
369 …(h = php_zlib_output_handler_init(ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_NAME), ZLIBG(output_compressio… in php_zlib_output_compression_start()
370 (SUCCESS == php_output_handler_start(h))) { in php_zlib_output_compression_start()
/php-src/ext/pcre/tests/
H A Dpreg_replace_basic.phpt12 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.phpt18 …'Bonjour', $string)); //finds h or H at the beginning of a word followed by 2-4 characters an…
/php-src/ext/phar/
H A DMakefile.frag3 if test -f ./php_phar.h; then \
H A Dphar_path_check.re19 #include "phar_internal.h"
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c2538 int quad = 0, h; in check_format_type() local
2554 h = 2; in check_format_type()
2559 h = 1; in check_format_type()
2568 h = 0; in check_format_type()
2575 h = 0; in check_format_type()
2607 if (h == 0) in check_format_type()
2619 if (h-- <= 0) in check_format_type()
2623 if (h-- <= 0) in check_format_type()
2642 if (h == 0) in check_format_type()
2650 if (h == 2) in check_format_type()
[all …]
H A Dprint.c209 file_fmtdate(tbuf, sizeof(tbuf), m->value.h)); in file_mdump()
215 file_fmttime(tbuf, sizeof(tbuf), m->value.h)); in file_mdump()
/php-src/ext/ffi/
H A Dffi.g48 # include "config.h"
51 #include "php.h"
52 #include "php_ffi.h"
54 #include <stdio.h>
55 #include <stdlib.h>
56 #include <string.h>
/php-src/ext/date/tests/
H A Ddate_time_fractions.phpt68 ["h"]=>
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
29 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[8], flags)
H A Dphpdbg_list.c36 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
37 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[12], flags)
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_createFromFile_http_header.phpt48 …"tex.t/h#\$%!&'*%2B-.^_`|~tml;Charset=\"ISO-8859-1\"", // Note: have to encode + as 2B because of …
/php-src/ext/sodium/
H A Dlibsodium.c2787 crypto_generichash_state h; in PHP_FUNCTION() local
2819 crypto_generichash_init(&h, NULL, 0U, 2 * crypto_kx_SESSIONKEYBYTES); in PHP_FUNCTION()
2820 crypto_generichash_update(&h, q, sizeof q); in PHP_FUNCTION()
2822 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
2823 crypto_generichash_update(&h, server_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
2825 sodium_memzero(&h, sizeof h); in PHP_FUNCTION()
2837 crypto_generichash_state h; in PHP_FUNCTION() local
2870 crypto_generichash_update(&h, q, sizeof q); in PHP_FUNCTION()
2872 crypto_generichash_update(&h, client_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
2873 crypto_generichash_update(&h, server_pk, crypto_kx_PUBLICKEYBYTES); in PHP_FUNCTION()
[all …]
/php-src/build/
H A Dlibtool.m4276 dnl This sometimes fails to find confdefs.h, for some reason.
279 #include "confdefs.h"
924 [AC_CHECK_HEADERS(dlfcn.h)dnl
940 #include "confdefs.h"
943 #include <dlfcn.h>
946 #include <stdio.h>
947 #include <stdlib.h>
6133 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6258 # #include <windows.h>
6260 # #include <stdio.h>
[all …]
/php-src/
H A DCONTRIBUTING.md162 ├─ zend_vm_execute.h # Generated by `Zend/zend_vm_gen.php`
164 ├─ zend_vm_opcodes.h # Generated by `Zend/zend_vm_gen.php`
203 ├─ unicode_data.h # Generated by `ext/mbstring/ucgendat/ucgendat.php`
217 ├─ credits_ext.h # Generated by `scripts/dev/credits`
218 ├─ credits_sapi.h # Generated by `scripts/dev/credits`
219 ├─ html_tables.h # Generated by `ext/standard/html_tables/html_table_gen.php`
231 ├─ php_version.h # Generated by release managers using `configure`
236 ├─ mime_type_map.h # Generated by `sapi/cli/generate_mime_type_map.php`
/php-src/ext/standard/tests/strings/
H A Dstr_split_variation4.phpt71 string(5) "h quo"
H A Dstr_split_variation5.phpt161 string(10) "h is singl"
/php-src/sapi/cgi/
H A Dconfig9.m410 AC_CHECK_MEMBERS([struct sockaddr_un.sun_len],,,[#include <sys/un.h>])
/php-src/Zend/
H A Dzend_ini.c179 if (f->h > s->h) { in ini_key_compare()
181 } else if (f->h < s->h) { in ini_key_compare()
/php-src/main/
H A Drfc1867.c343 static void php_free_hdr_entry(mime_header_entry *h) in php_free_hdr_entry() argument
345 if (h->key) { in php_free_hdr_entry()
346 efree(h->key); in php_free_hdr_entry()
348 if (h->value) { in php_free_hdr_entry()
349 efree(h->value); in php_free_hdr_entry()

Completed in 78 milliseconds

1...<<2122232425262728