Home
last modified time | relevance | path

Searched refs:h (Results 251 – 275 of 572) sorted by relevance

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

/PHP-7.4/ext/session/
H A Dmod_mm.c71 uint32_t h; in ps_sd_hash() local
74 for (h = 2166136261U; data < e; ) { in ps_sd_hash()
75 h *= 16777619; in ps_sd_hash()
76 h ^= *data++; in ps_sd_hash()
79 return h; in ps_sd_hash()
247 int h; in ps_mm_destroy() local
257 for (h = 0; h < data->hash_max + 1; h++) { in ps_mm_destroy()
258 for (sd = data->hash[h]; sd; sd = next) { in ps_mm_destroy()
/PHP-7.4/ext/standard/tests/array/
H A Darray_flip.phpt13 1 => "h",
33 ["h"]=>
/PHP-7.4/ext/pdo_pgsql/
H A Dconfig.w327 …CHECK_HEADER_ADD_INCLUDE("libpq-fe.h", "CFLAGS_PDO_PGSQL", PHP_PDO_PGSQL + "\\include;" + PHP_PHP_…
10 …if (CHECK_HEADER_ADD_INCLUDE("pg_config.h", "CFLAGS_PDO_PGSQL", PHP_PDO_PGSQL + ";" + PHP_PHP_BUIL…
H A Dconfig.m427 AC_DEFINE(HAVE_PG_CONFIG_H,1,[Whether to have pg_config.h])
38 if test -r "$i/$j/libpq-fe.h"; then
41 if test -r "$i/$j/pg_config.h"; then
42 AC_DEFINE(HAVE_PG_CONFIG_H,1,[Whether to have pg_config.h])
56 AC_MSG_ERROR(Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path)
/PHP-7.4/ext/standard/tests/file/
H A Dfile_variation9.phpt26 $h = fopen($testfile, "w");
27 fwrite($h, $content);
28 fclose($h);
/PHP-7.4/Zend/
H A Dzend_objects_API.h38 #define ZEND_OBJECTS_STORE_ADD_TO_FREE_LIST(h) do { \ argument
39 SET_OBJ_BUCKET_NUMBER(EG(objects_store).object_buckets[(h)], EG(objects_store).free_list_head); \
40 EG(objects_store).free_list_head = (h); \
H A DZend.m455 #include <float.h>
76 #include <float.h>
159 #include <limits.h>
258 #include <stdio.h>
391 #include <math.h>
392 #include <stdlib.h>
420 #include <math.h>
421 #include <stdlib.h>
452 #include <math.h>
453 #include <stdlib.h>
[all …]
/PHP-7.4/ext/xmlrpc/
H A Dconfig.m476 if test -r $PHP_XMLRPC/include/xmlrpc.h; then
78 elif test -r $PHP_XMLRPC/include/xmlrpc-epi/xmlrpc.h; then
79 dnl Some xmlrpc-epi header files have generic file names like queue.h or
80 dnl base64.h. Distributions have to create dir for xmlrpc-epi because of
86 if test -r $i/include/xmlrpc.h; then
/PHP-7.4/ext/date/tests/
H A Dbug53437_var2.phpt23 ["h"]=>
57 ["h"]=>
H A Dbug52808.phpt35 ["h"]=>
69 ["h"]=>
103 ["h"]=>
H A Dbug53437_var4.phpt15 $df->h,
32 ["h"]=>
H A Dbug79015.phpt5 $payload = 'O:12:"DateInterval":16:{s:1:"y";i:1;s:1:"m";i:0;s:1:"d";i:4;s:1:"h";i:0;s:1:"i";i:0;s:1…
16 ["h"]=>
/PHP-7.4/ext/pcntl/
H A Dconfig.m414 #include <signal.h>
16 #include <siginfo.h>
/PHP-7.4/ext/ldap/
H A Dconfig.w327 …if (CHECK_HEADER_ADD_INCLUDE("ldap.h", "CFLAGS_LDAP", PHP_PHP_BUILD + "\\include\\openldap;" + PHP…
8 …CHECK_HEADER_ADD_INCLUDE("lber.h", "CFLAGS_LDAP", PHP_PHP_BUILD + "\\include\\openldap;" + PHP_PHP…
/PHP-7.4/ext/zip/
H A Dconfig.w326 …if (CHECK_HEADER_ADD_INCLUDE("zip.h", "CFLAGS_ZIP", PHP_PHP_BUILD + "\\include;" + PHP_EXTRA_INCLU…
7 …CHECK_HEADER_ADD_INCLUDE("zipconf.h", "CFLAGS_ZIP", PHP_PHP_BUILD + "\\lib\\libzip\\include;" + PH…
/PHP-7.4/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt37 foreach ($headers as $h) {
38 if (strstr($h, $target) !== FALSE) {
39 echo $h."\n";
/PHP-7.4/ext/curl/
H A Dconfig.m431 #include <strings.h>
32 #include <curl/curl.h>
62 AC_CHECK_HEADERS([openssl/crypto.h])
/PHP-7.4/ext/ffi/tests/
H A Dpreload.inc3 FFI::load(__DIR__ . "/300.h");
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_format_intlcalendar_variant2.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dmsgfmt_format_intlcalendar_variant4.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
H A Dspoofchecker_004.phpt14 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
21 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
H A Dspoofchecker_005.phpt14 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
21 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
H A Dmsgfmt_format_intlcalendar.phpt15 $msgf = new MessageFormatter('pt_PT', '{0,date,full} {0,time,h:m:s a V}');
20 '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}');
/PHP-7.4/ext/ffi/
H A Dconfig.w324 if (CHECK_HEADER_ADD_INCLUDE("ffi.h", "CFLAGS_FFI", PHP_FFI+ ";" + PHP_PHP_BUILD + "\\include") &&
15 if (GREP_HEADER("ffitarget.h", "FFI_VECTORCALL_PARTIAL", PHP_PHP_BUILD + "\\include")) {
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt53 string(213) "T||h||i||s|| ||c||o||n||t||a||i||n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a|…
54 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| ||�|| ||c||h||a||r||"

Completed in 64 milliseconds

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