Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...25

/PHP-8.1/ext/pdo_odbc/
H A Dconfig.w327 && CHECK_HEADER_ADD_INCLUDE('sql.h', 'CFLAGS_PDO_ODBC')
8 && CHECK_HEADER_ADD_INCLUDE('sqlext.h', 'CFLAGS_PDO_ODBC')) {
/PHP-8.1/ext/intl/tests/
H A Dbug60192-compare.phpt14 $a = $c->compare('h', 'H');
19 #0 %s(%d): Collator->compare('h', 'H')
/PHP-8.1/ext/date/tests/
H A Dbug48678.phpt16 [h] => 12
35 [h] => 12
H A DDateTime_format_basic1.phpt15 var_dump( $date->format( 'h-i-s, j-m-y, it is w Day') );
16 var_dump( $date->format( '\i\t \i\s \t\h\e jS \d\a\y.') );
18 var_dump( $date->format( 'H:m:s \m \i\s\ \m\o\n\t\h') );
H A Dbug81263.phpt18 [h] => 0
37 [h] => 0
H A Dbug52808.phpt35 ["h"]=>
69 ["h"]=>
103 ["h"]=>
/PHP-8.1/ext/xsl/
H A Dconfig.w329 && CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XSL", PHP_PHP_BUILD + "\\include\\libxml2")
28 if (ext_xsl_lib_found && CHECK_HEADER_ADD_INCLUDE("libxslt\\xslt.h", "CFLAGS_XSL")) {
30 if (CHECK_HEADER_ADD_INCLUDE("libexslt\\exslt.h", "CFLAGS_XSL")) {
/PHP-8.1/ext/simplexml/
H A Dconfig.m416 PHP_INSTALL_HEADERS([ext/simplexml/php_simplexml.h ext/simplexml/php_simplexml_exports.h])
/PHP-8.1/ext/hash/murmur/
H A DPMurHash128.c85 FORCE_INLINE uint32_t fmix32 ( uint32_t h ) in fmix32() argument
87 h ^= h >> 16; in fmix32()
88 h *= 0x85ebca6b; in fmix32()
89 h ^= h >> 13; in fmix32()
90 h *= 0xc2b2ae35; in fmix32()
91 h ^= h >> 16; in fmix32()
93 return h; in fmix32()
430 uint32_t h[4] = {seed, seed, seed, seed}; in PMurHash128x86() local
431 PMurHash128x86_Process(h, carry, key, len); in PMurHash128x86()
637 uint64_t h[2] = {seed, seed}; in PMurHash128x64() local
[all …]
/PHP-8.1/ext/ffi/tests/
H A D301-win32.phpt12 $fn = __DIR__ . "/300-win32.h";
25 $fn = __DIR__ . "/300-win32.h";
/PHP-8.1/ext/standard/tests/file/
H A Dfile_variation9.phpt20 $h = fopen($testfile, "w");
21 fwrite($h, $content);
22 fclose($h);
/PHP-8.1/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt14 function h() {}
45 string(1) "h"
54 string(1) "h"
/PHP-8.1/ext/mysqli/
H A Dconfig.w3228 PHP_INSTALL_HEADERS("ext/mysqli", "php_mysqli_structs.h");
31 CHECK_HEADER_ADD_INCLUDE("mysql.h", "CFLAGS_MYSQLI", PHP_MYSQLI +
37 PHP_INSTALL_HEADERS("ext/mysqli", "php_mysqli_structs.h");
/PHP-8.1/ext/soap/
H A Dconfig.w328 …CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_SOAP", PHP_PHP_BUILD + "\\include\\libxml2") &&
9 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_SOAP", PHP_PHP_BUILD + "\\include\\libxml2")
/PHP-8.1/ext/xml/
H A Dconfig.w328 CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_XML", PHP_PHP_BUILD + "\\include\\libxml2") &&
9 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XML", PHP_PHP_BUILD + "\\include\\libxml2")
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch8 +#include "php.h"
10 #include "file.h"
15 #include "magic.h"
16 #include <stdlib.h>
37 #include <ctype.h>
38 #include <fcntl.h>
1095 CDF_SHORT_SEC_SIZE(h) : CDF_SEC_SIZE(h);
1250 diff -u libmagic.orig/cdf.h libmagic/cdf.h
1446 diff -u libmagic.orig/elfclass.h libmagic/elfclass.h
1517 diff -u libmagic.orig/file.h libmagic/file.h
[all …]
H A Dconfig.m419 #include <string.h>
20 #include <strings.h>
21 #include <stdlib.h>
/PHP-8.1/ext/session/
H A Dmod_mm.c69 uint32_t h; in ps_sd_hash() local
72 for (h = 2166136261U; data < e; ) { in ps_sd_hash()
73 h *= 16777619; in ps_sd_hash()
74 h ^= *data++; in ps_sd_hash()
77 return h; in ps_sd_hash()
245 int h; in ps_mm_destroy() local
255 for (h = 0; h < data->hash_max + 1; h++) { in ps_mm_destroy()
256 for (sd = data->hash[h]; sd; sd = next) { in ps_mm_destroy()
/PHP-8.1/win32/build/
H A DMakefile63 Zend\zend_ini_parser.c Zend\zend_ini_parser.h \
69 Zend\zend_ini_parser.c Zend\zend_ini_parser.h \
71 Zend\zend_ini_scanner.c Zend\zend_ini_scanner_defs.h \
72 Zend\zend_language_scanner.c Zend\zend_language_scanner_defs.h \
80 Zend\zend_ini_parser.c Zend\zend_ini_parser.h: Zend\zend_ini_parser.y
83 Zend\zend_language_parser.c Zend\zend_language_parser.h: Zend\zend_language_parser.y
86 …)" neq "" $(SED) -i "s,^int zendparse\(.*\),ZEND_API int zendparse\1,g" Zend/zend_language_parser.h
87 … -i "s,^#ifndef YYTOKENTYPE,#include \"zend.h\"\n#ifndef YYTOKENTYPE,g" Zend/zend_language_parser.h
89 sapi\phpdbg\phpdbg_parser.c sapi\phpdbg\phpdbg_parser.h: sapi\phpdbg\phpdbg_parser.y
93 Zend\zend_ini_scanner.c Zend\zend_ini_scanner_defs.h: Zend\zend_ini_scanner.l
[all …]
/PHP-8.1/ext/skeleton/
H A D.gitignore.in9 config.h
10 config.h.in
/PHP-8.1/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt50 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|…
51 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| ||%0|| ||c||h||a||r||"
/PHP-8.1/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt33 foreach ($headers as $h) {
34 if (strstr($h, $target) !== FALSE) {
35 echo $h."\n";
/PHP-8.1/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); \
/PHP-8.1/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-8.1/ext/standard/tests/array/
H A Darray_flip.phpt13 1 => "h",
33 ["h"]=>

Completed in 90 milliseconds

1...<<11121314151617181920>>...25