Home
last modified time | relevance | path

Searched refs:h (Results 126 – 150 of 572) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/hash/tests/
H A Dbug52240.phpt6 $h = hash_init('md5', HASH_HMAC, '123456');
7 $h2 = hash_copy($h);
8 var_dump(hash_final($h));
/PHP-7.4/Zend/tests/
H A Ddereference_004.phpt11 $h = array();
12 $h[] = new stdclass;
13 $this->x = $h;
H A Dbug71539_1.phpt6 $x->h =& $x->i;
7 $x->h = 42;
28 ["h"]=>
H A Ddereference_011.phpt18 $h = &$foo->a();
19 $h[] = 1;
20 $h[] = $foo;
/PHP-7.4/ext/dba/tests/
H A Ddba_handlers.phpt15 function check($h)
17 if (!$h) {
21 foreach ($h as $key) {
45 $h = dba_handlers(1);
46 foreach ($h as $key => $val) {
/PHP-7.4/
H A Dconfigure.ac146 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
427 crypt.h \
428 dns.h \
429 fcntl.h \
430 grp.h \
436 netdb.h \
437 poll.h \
438 pwd.h \
462 unix.h \
463 utime.h \
[all …]
/PHP-7.4/ext/pdo/
H A Dconfig.w329 PHP_INSTALL_HEADERS("ext/pdo", "php_pdo.h php_pdo_driver.h php_pdo_error.h");
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmk_emoji_tbl.pl113 $h = sprintf("%x",$s);
120 push(@r_docomo2_val, $h);
123 push(@r_docomo3_val, $h);
220 $h = sprintf("%x",$s);
224 push(@r_kddi1_val, $h);
227 push(@r_kddi2_val, $h);
230 push(@r_kddi3_val, $h);
312 $h = sprintf("%x",$key);
347 push(@r_sb1_val, $h);
350 push(@r_sb2_val, $h);
[all …]
/PHP-7.4/ext/dba/
H A Dconfig.w3218 CHECK_HEADER_ADD_INCLUDE("db.h", "CFLAGS_DBA")) {
19 …tion in DB3\\\"\" /D DB1_INCLUDE_FILE=\"\\\"db_185.h\\\"\" /D DBA_DB3=1 /D DB3_INCLUDE_FILE=\"\\\"…
27 …CHECK_HEADER_ADD_INCLUDE("depot.h", "CFLAGS_DBA", PHP_DBA + ";" + PHP_PHP_BUILD + "\\include\\qdbm…
29 AC_DEFINE("QDBM_INCLUDE_FILE", "<depot.h>", "", false);
38 CHECK_HEADER_ADD_INCLUDE("lmdb.h", "CFLAGS_DBA") &&
41 AC_DEFINE("LMDB_INCLUDE_FILE", "<lmdb.h>", "", false);
/PHP-7.4/ext/zlib/tests/
H A Dgzpassthru_basic.phpt16 $h = gzopen($f, 'r');
17 var_dump(gzpassthru($h));
18 var_dump(gzpassthru($h));
19 gzclose($h);
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrev_variation1.phpt42 " h",
43 "h ",
44 " h ",
45 "h e l l o ",
130 string(15) "h "
133 string(15) " h"
136 string(15) " h "
139 string(15) " o l l e h"
H A Dstrrev_variation2.phpt42 ' h',
43 'h ',
44 ' h ',
45 'h e l l o ',
124 string(15) "h "
127 string(15) " h"
130 string(15) " h "
133 string(15) " o l l e h"
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c48 char h[8]; in gdImageCreateFromXbm() local
105 h[2] = '\0'; in gdImageCreateFromXbm()
106 h[4] = '\0'; in gdImageCreateFromXbm()
124 h[0] = ch; in gdImageCreateFromXbm()
128 h[1] = ch; in gdImageCreateFromXbm()
133 h[2] = ch; in gdImageCreateFromXbm()
137 h[3] = ch; in gdImageCreateFromXbm()
139 if (sscanf(h, "%x", &b) != 1) { in gdImageCreateFromXbm()
/PHP-7.4/ext/date/lib/
H A Dinterval.c69 rt->h = two->h - one->h; in timelib_diff()
74 rt->h += dst_h_corr; in timelib_diff()
86 rt->h = 24; in timelib_diff()
88 rt->h += dst_h_corr; in timelib_diff()
115 t->relative.h = interval->h * bias; in timelib_add()
151 t->relative.h = 0 - (interval->h * bias); in timelib_sub()
/PHP-7.4/ext/spl/tests/
H A Dheap_003.phpt18 $h = new myHeap;
23 $h->insert($i);
26 foreach ($h as $out) {
/PHP-7.4/ext/sockets/
H A Dconfig.w328 && CHECK_HEADER_ADD_INCLUDE("winsock.h", "CFLAGS_SOCKETS")) {
11 PHP_INSTALL_HEADERS("ext/sockets", "php_sockets.h windows_common.h");
/PHP-7.4/ext/gd/tests/
H A Dbug51671.phpt10 $h = 50;
11 $im = imagecreatetruecolor($w, $h);
15 for ($iy = 0; $iy < $h; $iy++) {
/PHP-7.4/ext/standard/tests/file/
H A Dbug40501.phpt7 $h = fopen($file, 'r');
8 $data = fgetcsv($h, NULL, ',', '"', '"');
9 fclose($h);
/PHP-7.4/ext/enchant/
H A Dconfig.w326 …if (CHECK_HEADER_ADD_INCLUDE("enchant.h", "CFLAGS_ENCHANT", PHP_ENCHANT+ ";" + PHP_PHP_BUILD + "\\…
7 …CHECK_HEADER_ADD_INCLUDE("glib.h", "CFLAGS_ENCHANT", PHP_ENCHANT+ ";" + PHP_PHP_BUILD + "\\include…
15 WARNING('Could not find enchant.h; skipping');
/PHP-7.4/ext/json/
H A Dconfig.m416 PHP_INSTALL_HEADERS([ext/json], [php_json.h php_json_parser.h php_json_scanner.h])
H A Dconfig.w3210 …STDOUT.WriteLine(execute(PATH_PROG("re2c") + " -t ext/json/php_json_scanner_defs.h --no-generation…
21 PHP_INSTALL_HEADERS("ext/json/", "php_json.h php_json_parser.h php_json_scanner.h");
/PHP-7.4/ext/session/
H A Dconfig.m421 PHP_INSTALL_HEADERS(ext/session, [php_session.h mod_files.h mod_user.h])
27 test -f "$i/include/mm.h" && MM_DIR=$i && break
41 PHP_INSTALL_HEADERS([ext/session/mod_mm.h])
/PHP-7.4/ext/dba/libcdb/
H A Dcdb.c70 uint32 h; in cdb_hash() local
73 h = CDB_HASHSTART; in cdb_hash()
75 h = ( h + (h << 5)) ^ (*b++); in cdb_hash()
77 return h; in cdb_hash()
/PHP-7.4/ext/ffi/
H A Dconfig.m419 [AC_LANG_PROGRAM([[#include <ffi.h>]],
32 [AC_LANG_PROGRAM([[#include <ffi.h>]],
45 [AC_LANG_PROGRAM([[#include <ffi.h>]],
58 [AC_LANG_PROGRAM([[#include <ffi.h>]],
71 [AC_LANG_PROGRAM([[#include <ffi.h>]],
84 [AC_LANG_PROGRAM([[#include <ffi.h>]],
97 [AC_LANG_PROGRAM([[#include <ffi.h>]],
/PHP-7.4/ext/gd/
H A Dconfig.w3210 …CHECK_HEADER_ADD_INCLUDE("ft2build.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\fre…
12 CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
13 …(CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng…
14 …CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng1…
15 …CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng1…
17 CHECK_HEADER_ADD_INCLUDE("iconv.h", "CFLAGS_GD", PHP_GD) &&
21 CHECK_HEADER_ADD_INCLUDE("xpm.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\X11")
26 …CHECK_HEADER_ADD_INCLUDE("decode.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\webp"…
27 …CHECK_HEADER_ADD_INCLUDE("encode.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\webp"…

Completed in 32 milliseconds

12345678910>>...23