Home
last modified time | relevance | path

Searched refs:h (Results 51 – 75 of 572) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/spl/tests/
H A Dspl_heap_isempty.phpt8 $h = new SplMaxHeap();
10 var_dump($h->isEmpty())."\n";
11 $h->insert(2);
13 var_dump($h->isEmpty())."\n";
14 $h->extract();
16 var_dump($h->isEmpty())."\n";
H A Dspl_heap_iteration_error.phpt17 $h = new ext_heap();
18 $h->insert(array('foobar'));
19 $h->insert(array('foobar1'));
20 $h->insert(array('foobar2'));
23 $h->fail=true;
24 foreach ($h as $value) {};
30 var_dump($h);
H A Dpqueue_compare_basic.phpt8 $h = new SplPriorityQueue();
9 var_dump($h->compare(4, 5) < 0);
10 var_dump($h->compare(5, 5) == 0);
11 var_dump($h->compare(5, 4) > 0);
/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_copy_basic.phpt18 $h = gzopen($inputFileName, 'r');
19 $org_data = gzread($h, 4096);
20 gzclose($h);
22 $h = gzopen($outputFileName, 'r');
23 $copied_data = gzread($h, 4096);
24 gzclose($h);
H A Dgzopen_variation5.phpt37 $h = gzopen($tmpfile, "w", true);
38 fwrite($h, "This is the test file");
39 fclose($h);
42 $h = @gzopen($tmpfile, "r");
43 if ($h === false) {
48 gzclose($h);
52 $h = @gzopen('dir1/'.$tmpfile, "r");
53 if ($h === false) {
58 gzclose($h);
H A Dzlib_scheme_copy_variation1.phpt18 $h = gzopen($inputFileName, 'r');
19 $org_data = gzread($h, 4096);
20 gzclose($h);
23 $h = fopen($outputFileName, 'r');
24 $copied_data = fread($h, 4096);
25 gzclose($h);
H A Dzlib_wrapper_ftruncate_basic.phpt15 $h = gzopen($f2, "r");
16 ftruncate($h, 20);
17 fclose($h);
20 $h = gzopen($f2, "w");
21 ftruncate($h, 20);
22 fclose($h);
H A Dgzfile_variation15.phpt32 $h = gzopen($secondFile, "w");
33 gzwrite($h, "This is a file in dir2");
34 gzclose($h);
41 $h = gzopen($firstFile, "w");
42 gzwrite($h, "This is a file in dir1");
43 gzclose($h);
50 $h = gzopen($filename, "w");
52 gzclose($h);
66 $h = gzopen($scriptFile, "w");
67 gzwrite($h, "This is a file in script dir");
[all …]
H A Dreadgzfile_variation15.phpt32 $h = gzopen($secondFile, "w");
33 gzwrite($h, "This is a file in dir2");
34 gzclose($h);
42 $h = gzopen($firstFile, "w");
43 gzwrite($h, "This is a file in dir1");
44 gzclose($h);
52 $h = gzopen($filename, "w");
54 gzclose($h);
70 $h = gzopen($scriptFile, "w");
71 gzwrite($h, "This is a file in script dir");
[all …]
H A Dgzopen_basic2.phpt27 $h = gzopen($filename, $mode);
28 if ($h !== false) {
29 gzwrite($h, $data);
30 gzclose($h);
31 $h = gzopen($filename, 'r');
32 gzpassthru($h);
33 gzclose($h);
38 var_dump($h);
H A Dgzwrite_variation1.phpt13 $h = gzopen($filename, 'r');
16 var_dump(gzwrite( $h, $str ) );
17 var_dump(gzread($h, 10));
18 var_dump(gzwrite( $h, $str, $length ) );
19 gzclose($h);
H A Dgztell_basic.phpt12 $h = gzopen($f, 'r');
16 var_dump(gztell($h));
18 gzread($h, $interval);
19 var_dump(gztell($h));
22 gzclose($h);
/PHP-7.4/
H A D.gitignore63 confdefs.h
86 config.h
87 config.h.in
99 /main/build-defs.h
100 /main/php_config.h.in
101 /main/php_config.h
102 /Zend/zend_config.h
164 /Zend/zend_ini_parser.h
204 /main/config.w32.h
212 /win32/wsyslog.h
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation7.phpt33 $h = fopen($tmpfile, "w", true);
34 fwrite($h, "This is the test file");
35 fclose($h);
38 $h = @fopen($tmpfile, "r");
39 if ($h === false) {
44 fclose($h);
48 $h = @fopen($dir1.'/'.$tmpfile, "r");
49 if ($h === false) {
54 fclose($h);
H A Dfopen_variation9.phpt33 $h = fopen($tmpfile, "w", true);
34 fwrite($h, "This is the test file");
35 fclose($h);
38 $h = @fopen($tmpfile, "r");
39 if ($h === false) {
44 fclose($h);
48 $h = @fopen('dir1/'.$tmpfile, "r");
49 if ($h === false) {
54 fclose($h);
H A Dfopen_variation17.phpt40 $h = fopen($tmpfile, "w+", true);
41 fwrite($h, "This is the test file");
42 fclose($h);
44 $h = @fopen($dir1.'/'.$tmpfile, "r");
45 if ($h === false) {
50 fclose($h);
53 $h = fopen($tmpfile, "r", true);
54 if ($h === false) {
59 fclose($h);
H A Dfopen_variation16.phpt41 $h = fopen($tmpfile, "w+", true);
42 fwrite($h, "This is the test file");
43 fclose($h);
45 $h = @fopen($dir1.'/'.$tmpfile, "r");
46 if ($h === false) {
51 fclose($h);
54 $h = fopen($tmpfile, "r", true);
55 if ($h === false) {
60 fclose($h);
H A Dpathinfo_basic1-win32.phpt330 string(1) "h"
338 string(1) "h"
345 string(1) "h"
353 string(1) "h"
425 string(1) "h"
433 string(1) "h"
453 string(1) "h"
461 string(1) "h"
513 string(1) "h"
521 string(1) "h"
[all …]
/PHP-7.4/ext/dba/
H A Dconfig.m4239 THIS_INCLUDE=$i/include/tcadb.h
270 THIS_INCLUDE=$i/include/lmdb.h
378 if test -f "$i/db5/db.h"; then
380 THIS_INCLUDE=$i/db5/db.h
384 THIS_INCLUDE=$i/db4/db.h
428 THIS_INCLUDE=$i/include/db.h
443 if test -f "$i/db3/db.h"; then
461 THIS_INCLUDE=$i/include/db.h
478 THIS_INCLUDE=$i/db2/db.h
520 for i in db$THIS_VERSION/db_185.h include/db$THIS_VERSION/db_185.h include/db/db_185.h; do
[all …]
/PHP-7.4/Zend/tests/
H A Dbug52193.phpt9 var_dump($h = (array) function () { return 2; });
10 var_dump($h[0]());
12 $i = function () use (&$h) {
13 return $h;
47 ["h"]=>
59 ["h"]=>
H A Ddereference_009.phpt14 var_dump($h =& a());
15 $h[] = 1;
18 $h[] = array($h);
/PHP-7.4/ext/sockets/
H A Dconfig.m48 AC_CHECK_HEADERS([netinet/tcp.h sys/un.h sys/sockio.h])
15 #include <sys/socket.h>
16 #include <sys/types.h>
17 #include <netdb.h>
30 #include <netdb.h>
43 #include <netdb.h>
56 #include <netdb.h>
74 PHP_INSTALL_HEADERS([ext/sockets/], [php_sockets.h])
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m496 PDO_ODBC_CHECK_HEADER(odbc.h)
97 PDO_ODBC_CHECK_HEADER(odbcsdk.h)
98 PDO_ODBC_CHECK_HEADER(iodbc.h)
99 PDO_ODBC_CHECK_HEADER(sqlunix.h)
102 PDO_ODBC_CHECK_HEADER(sql.h)
103 PDO_ODBC_CHECK_HEADER(isql.h)
104 PDO_ODBC_CHECK_HEADER(sqlext.h)
105 PDO_ODBC_CHECK_HEADER(isqlext.h)
106 PDO_ODBC_CHECK_HEADER(udbcext.h)
107 PDO_ODBC_CHECK_HEADER(sqlcli1.h)
[all …]
/PHP-7.4/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 |…
121 …n/php_config.h main/internal_functions_cli.c main/internal_functions.c Zend/zend_dtrace_gen.h Zend…
122 rm -f main/build-defs.h scripts/phpize
123 …rm -f ext/date/lib/timelib_config.h ext/mbstring/libmbfl/config.h ext/oci8/oci8_dtrace_gen.h ext/o…
126h ext/iconv/php_have_glibc_iconv.h ext/iconv/php_have_ibm_iconv.h ext/iconv/php_have_iconv.h ext/i…
/PHP-7.4/ext/mbstring/
H A Dconfig.m438 out="php_config.h"
40 if test "$ext_shared" != "no" && test -f "$ext_builddir/config.h.in"; then
41 out="$abs_builddir/config.h"
44 cat > $ext_builddir/libmbfl/config.h <<EOF
48 PHP_MBSTRING_ADD_INSTALL_HEADERS([mbstring.h])
62 #include <oniguruma.h>
79 PHP_MBSTRING_ADD_INSTALL_HEADERS([php_mbregex.h php_onig_compat.h])
184h libmbfl/mbfl/eaw_table.h libmbfl/mbfl/mbfilter.h libmbfl/mbfl/mbfilter_8bit.h libmbfl/mbfl/mbfil…

Completed in 44 milliseconds

12345678910>>...23