Home
last modified time | relevance | path

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

12345678910>>...26

/php-src/ext/zlib/tests/
H A Dzlib_wrapper_flock_basic.phpt8 $h = gzopen($f,'r');
9 var_dump(flock($h, LOCK_SH));
10 gzclose($h);
H A Dgzpassthru_basic.phpt12 $h = gzopen($f, 'r');
13 var_dump(gzpassthru($h));
14 var_dump(gzpassthru($h));
15 gzclose($h);
/php-src/ext/gd/
H A Dconfig.w3213 CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
14 …(CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng…
15 …CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng1…
16 …CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng1…
18 CHECK_HEADER_ADD_INCLUDE("iconv.h", "CFLAGS_GD", PHP_GD) &&
22 CHECK_HEADER_ADD_INCLUDE("xpm.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\X11")
27 …CHECK_HEADER_ADD_INCLUDE("decode.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\webp"…
28 …CHECK_HEADER_ADD_INCLUDE("encode.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\webp"…
38 …CHECK_HEADER_ADD_INCLUDE("avif.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\avif"))…
41 …CHECK_HEADER_ADD_INCLUDE("avif.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\avif"))…
[all …]
/php-src/ext/pcre/tests/
H A Dbug27103.phpt25 h: 1
29 h: 1
35 h: 1
39 h: 1
/php-src/ext/gd/libgd/
H A Dgd2time.c17 int x, y, w, h; in main() local
32 h = atoi (argv[6]); in main()
34 printf ("Extracting %d times from (%d, %d), size is %dx%d\n", c, x, y, w, h); in main()
46 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()
H A Dgdparttopng.c15 int x, y, w, h; in main() local
32 h = atoi (argv[6]); in main()
34 printf ("Extracting from (%d, %d), size is %dx%d\n", x, y, w, h); in main()
36 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()
/php-src/Zend/tests/
H A Ddereference_012.phpt29 $h = $foo->b();
30 var_dump($h);
32 $h[0] = 3;
33 var_dump($h);
/php-src/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")
16 PHP_INSTALL_HEADERS("ext/xml", "expat_compat.h php_xml.h");
/php-src/win32/
H A Dioutil.c371 HANDLE h; in php_win32_ioutil_unlink_w() local
394 CloseHandle(h); in php_win32_ioutil_unlink_w()
401 CloseHandle(h); in php_win32_ioutil_unlink_w()
429 CloseHandle(h); in php_win32_ioutil_unlink_w()
434 CloseHandle(h); in php_win32_ioutil_unlink_w()
777 HANDLE h; in php_win32_ioutil_realpath_w_ex0() local
798 CloseHandle(h); in php_win32_ioutil_realpath_w_ex0()
805 CloseHandle(h); in php_win32_ioutil_realpath_w_ex0()
810 CloseHandle(h); in php_win32_ioutil_realpath_w_ex0()
1144 HANDLE h; in php_win32_ioutil_readlink_w() local
[all …]
/php-src/ext/opcache/jit/ir/
H A D.gitignore5 ir_fold_hash.h
6 ir_emit_x86.h
7 ir_emit_aarch64.h
/php-src/ext/hash/tests/
H A Dbug81714.phpt5 $h = hash_init('md5');
6 hash_final($h);
8 serialize($h);
H A Dreuse.phpt6 $h = hash_init('md5');
7 hash_final($h);
9 hash_update($h, 'foo');
/php-src/ext/spl/tests/
H A DSplHeap_with_by_reference_compare.phpt10 $h = new Heap;
11 $h->insert(0);
12 $h->insert(0);
H A Dheap_005.phpt8 $h = new SplMinHeap();
11 $h->insert($i);
14 foreach ($h as $k => $o) {
H A Dheap_006.phpt8 $h = new SplMaxHeap();
11 $h->insert($i);
14 foreach ($h as $k => $o) {
H A Dbug50579.phpt14 $h = new foo;
15 $i = new RegexIterator($h, '/^test(.*)/', RegexIterator::REPLACE);
26 $h = new foo;
27 $i = new RegexIterator($h, '/^test(.*)/', RegexIterator::REPLACE);
H A Dheap_top_variation_002.phpt15 $h = new SplMinHeap2();
18 $h->insert(4);
20 $h->insert(5);
25 $h->top();
/php-src/ext/json/
H A Dconfig.w329 PHP_INSTALL_HEADERS("ext/json", "php_json.h php_json_parser.h php_json_scanner.h");
/php-src/
H A D.gitignore66 confdefs.h
91 config.h
92 config.h.in
94 /main/build-defs.h
95 /main/php_config.h.in
96 /main/php_config.h
97 /Zend/zend_config.h
159 /Zend/zend_ini_parser.h
209 /main/config.w32.h
217 /win32/wsyslog.h
[all …]
H A Dconfigure.ac98 rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
389 dirent.h \
397 dns.h \
398 fcntl.h \
399 grp.h \
403 poll.h \
404 pty.h \
405 pwd.h \
427 unix.h \
428 utime.h \
[all …]
/php-src/ext/opcache/tests/match/
H A D001.phpt20 'h', 'i' => 'h, i',
57 …": 0003, "b": 0004, "c": 0004, "d": 0005, "e": 0006, "f": 0006, "g": 0007, "h": 0008, "i": 0008, d…
64 0008 RETURN string("h, i")
72 string(4) "h, i"
73 string(4) "h, i"
/php-src/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-src/ext/standard/tests/strings/
H A Dstrrev_variation1.phpt37 " h",
38 "h ",
39 " h ",
40 "h e l l o ",
125 string(15) "h "
128 string(15) " h"
131 string(15) " h "
134 string(15) " o l l e h"
/php-src/ext/iconv/
H A Dconfig.m422 … AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <gnu/libc-version.h>]], [[gnu_get_libc_version();]])],[
31 AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <iconv.h>], [(void) _libiconv_version])],[
41 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <iconv.h>]], [[iconv_ccs_init(NULL, NULL);]])],[
51 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <iconv.h>]], [[cstoccsid("");]])],[
81 #include <iconv.h>
82 #include <errno.h>
108 #include <iconv.h>
109 #include <stdlib.h>
139 PHP_INSTALL_HEADERS([ext/iconv], [php_iconv.h])
/php-src/ext/random/
H A Dconfig.w324 PHP_INSTALL_HEADERS("ext/random", "php_random.h php_random_csprng.h php_random_uint128.h");

Completed in 30 milliseconds

12345678910>>...26