Home
last modified time | relevance | path

Searched refs:h (Results 151 – 175 of 613) sorted by relevance

12345678910>>...25

/PHP-8.1/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-8.1/ext/spl/tests/
H A Dheap_003.phpt18 $h = new myHeap;
23 $h->insert($i);
26 foreach ($h as $out) {
/PHP-8.1/Zend/tests/
H A Dbug71539_1.phpt6 $x->h =& $x->i;
7 $x->h = 42;
28 ["h"]=>
H A Ddereference_014.phpt22 $h = $foo->a()[0]->a;
23 var_dump($h);
25 $h = foo::b()[1]->b;
26 var_dump($h);
H A Ddereference_011.phpt18 $h = &$foo->a();
19 $h[] = 1;
20 $h[] = $foo;
/PHP-8.1/ext/standard/tests/strings/
H A Dprintf_h_H.phpt2 sprintf() %h and %H specifiers
12 printf("%g %G %h %H\n", $f, $f, $f, $f);
14 printf("%g %G %h %H\n", $f, $f, $f, $f);
H A Dstrrpos_negative_offset.phpt6 var_dump(strrpos("haystack", 'h', -8));
12 strrpos("haystack", 'h', -9);
17 var_dump(strripos("HAYSTACK", 'h', -8));
23 strripos("HAYSTACK", 'h', -9);
/PHP-8.1/ext/dba/libcdb/
H A Dcdb.c68 uint32 h; in cdb_hash() local
71 h = CDB_HASHSTART; in cdb_hash()
73 h = ( h + (h << 5)) ^ (*b++); in cdb_hash()
75 return h; in cdb_hash()
/PHP-8.1/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-8.1/main/
H A Dfastcgi.c256 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_init()
262 h->data->pos = h->data->data; in fcgi_hash_init()
263 h->data->end = h->data->pos + FCGI_HASH_SEG_SIZE; in fcgi_hash_init()
278 p = h->data; in fcgi_hash_destroy()
288 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_clean()
294 h->buckets = h->buckets->next; in fcgi_hash_clean()
302 h->data = h->data->next; in fcgi_hash_clean()
305 h->data->pos = h->data->data; in fcgi_hash_clean()
319 h->data = p; in fcgi_hash_strndup()
351 p = h->buckets->data + h->buckets->idx; in fcgi_hash_set()
[all …]
/PHP-8.1/ext/zlib/tests/
H A Dgzgetc_basic.phpt20 $h = gzopen($f, 'r');
23 while (gzeof($h) === false) {
25 echo fgetc( $h );
29 gzclose($h);
H A Dgzgetc_basic_1.phpt20 $h = gzopen($f, 'r');
21 if ($h) {
23 while (($c = fgetc( $h )) !== false) {
29 gzclose($h);
H A Dzlib_scheme_file_put_contents_basic.phpt16 $h = gzopen($outputFileName, 'r');
17 gzpassthru($h);
18 gzclose($h);
H A Dreadgzfile_basic.phpt16 $h = gzopen($filename, 'w');
17 gzwrite($h, $plaintxt);
18 gzclose($h);
H A Dreadgzfile_basic2.phpt16 $h = fopen($filename, 'w');
17 fwrite($h, $plaintxt);
18 fclose($h);
H A Dzlib_scheme_fopen_basic.phpt9 $h = fopen($srcFile, 'r');
10 fpassthru($h);
11 fclose($h);
H A Dgzfile_basic.phpt15 $h = gzopen($filename, 'w');
16 gzwrite($h, $plaintxt);
17 gzclose($h);
/PHP-8.1/ext/standard/tests/file/
H A Dbug40501.phpt7 $h = fopen($file, 'r');
8 $data = fgetcsv($h, NULL, ',', '"', '"');
9 fclose($h);
/PHP-8.1/ext/gd/tests/
H A Dbug60160.phpt8 $h = 50;
9 $im = imagecreatetruecolor($w, $h);
14 for ($iy = 0; $iy < $h; $iy++) {
/PHP-8.1/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-8.1/ext/json/
H A Dconfig.m410 PHP_INSTALL_HEADERS([ext/json], [php_json.h php_json_parser.h php_json_scanner.h])
/PHP-8.1/ext/imap/
H A Dconfig.w327 (CHECK_HEADER_ADD_INCLUDE("c-client.h", "CFLAGS_IMAP")||
8 CHECK_HEADER_ADD_INCLUDE("c-client/c-client.h", "CFLAGS_IMAP", null, null, true)) ||
9 (CHECK_HEADER_ADD_INCLUDE("utf8aux.h", "CFLAGS_IMAP")||
10 CHECK_HEADER_ADD_INCLUDE("c-client/utf8aux.h", "CFLAGS_IMAP", null, null, true))
/PHP-8.1/build/
H A DMakefile.global68 (cd $(top_srcdir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i; \
69 …cd $(top_builddir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i) 2>/dev/null |…
127 …n/php_config.h main/internal_functions_cli.c main/internal_functions.c Zend/zend_dtrace_gen.h Zend…
128 rm -f main/build-defs.h scripts/phpize
129 …rm -f ext/date/lib/timelib_config.h ext/mbstring/libmbfl/config.h ext/oci8/oci8_dtrace_gen.h ext/o…
150 %_arginfo.h: %.stub.php
/PHP-8.1/tests/output/
H A Dob_start_basic_005.phpt10 function h($string) {
22 var_dump(ob_start('C::h'));
27 Warning: ob_start(): non-static method C::h() cannot be called statically in %s on line %d
/PHP-8.1/ext/sysvsem/
H A Dconfig.m411 #include <sys/types.h>
12 #include <sys/ipc.h>
13 #include <sys/sem.h>

Completed in 76 milliseconds

12345678910>>...25