Home
last modified time | relevance | path

Searched refs:h (Results 76 – 100 of 649) sorted by relevance

12345678910>>...26

/php-src/ext/zlib/tests/
H A Dgzwrite_variation1.phpt9 $h = gzopen($filename, 'r');
12 var_dump(gzwrite( $h, $str ) );
13 var_dump(gzread($h, 10));
14 var_dump(gzwrite( $h, $str, $length ) );
15 gzclose($h);
H A Dgztell_basic.phpt8 $h = gzopen($f, 'r');
12 var_dump(gztell($h));
14 gzread($h, $interval);
15 var_dump(gztell($h));
18 gzclose($h);
H A Dzlib_wrapper_meta_data_basic.phpt9 $h = gzopen($f,'r');
10 var_dump(stream_get_meta_data($h));
11 gzclose($h);
14 $h = fopen($f,'r');
15 var_dump(stream_get_meta_data($h));
16 gzclose($h);
H A Dgztell_basic2.phpt8 $h = gzopen($f, 'w');
12 var_dump(gztell($h));
14 echo "bytes written=".gzwrite($h, str_repeat('1', $size))."\n";
15 echo "tell=".gztell($h)."\n";
18 gzclose($h);
/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch17 diff --git a/source/lexbor/dom/interfaces/node.h b/source/lexbor/dom/interfaces/node.h
19 --- a/source/lexbor/dom/interfaces/node.h
20 +++ b/source/lexbor/dom/interfaces/node.h
30 diff --git a/source/lexbor/html/token.h b/source/lexbor/html/token.h
32 --- a/source/lexbor/html/token.h
33 +++ b/source/lexbor/html/token.h
92 diff --git a/source/lexbor/html/tokenizer.h b/source/lexbor/html/tokenizer.h
94 --- a/source/lexbor/html/tokenizer.h
95 +++ b/source/lexbor/html/tokenizer.h
105 diff --git a/source/lexbor/html/tokenizer/state.h b/source/lexbor/html/tokenizer/state.h
[all …]
/php-src/ext/date/lib/
H A Dinterval.c52 …e)->y == (*two)->y && (*one)->m == (*two)->m && (*one)->d == (*two)->d && (*one)->h > (*two)->h) || in sort_old_to_new()
91 rt->h = two->h - one->h; in timelib_diff_with_tzid()
101 rt->h = flipped / SECS_PER_HOUR; in timelib_diff_with_tzid()
113 rt->h -= dst_h_corr; in timelib_diff_with_tzid()
127 rt->h -= dst_h_corr; in timelib_diff_with_tzid()
138 rt->h = 24; in timelib_diff_with_tzid()
162 rt->h = two->h - one->h; in timelib_diff()
164 rt->h = rt->h + one->dst; in timelib_diff()
167 rt->h = rt->h - two->dst; in timelib_diff()
226 t->relative.h = interval->h * bias; in timelib_add()
[all …]
/php-src/ext/standard/tests/file/
H A Dpathinfo_basic1-win32.phpt326 string(1) "h"
334 string(1) "h"
341 string(1) "h"
349 string(1) "h"
421 string(1) "h"
429 string(1) "h"
449 string(1) "h"
457 string(1) "h"
509 string(1) "h"
517 string(1) "h"
[all …]
H A Dpathinfo_basic1.phpt326 string(1) "h"
334 string(1) "h"
341 string(1) "h"
349 string(1) "h"
421 string(1) "h"
429 string(1) "h"
449 string(1) "h"
457 string(1) "h"
509 string(1) "h"
517 string(1) "h"
[all …]
H A Dfopen_variation13.phpt26 $h = fopen($absFile, "w", true);
27 fwrite($h, "This is the test file");
28 fclose($h);
31 $h = fopen($absFile, "r");
32 if ($h === false) {
37 fclose($h);
H A Dfopen_variation10-win32.phpt46 $h = fopen($firstfile, 'w');
47 fwrite($h, "file in $rootdir");
48 fclose($h);
50 $h = fopen($secondfile, 'w');
52 fclose($h);
54 $h = fopen($thirdfile, 'w');
55 fwrite($h, "file in root");
56 fclose($h);
62 if ($h === false) {
66 fpassthru($h);
[all …]
H A Dfopen_variation11-win32.phpt45 $h = fopen($firstfile, 'w');
46 fwrite($h, "file in $rootdir");
47 fclose($h);
49 $h = fopen($secondfile, 'w');
51 fclose($h);
53 $h = fopen($thirdfile, 'w');
54 fwrite($h, "file in root");
55 fclose($h);
61 if ($h === false) {
65 fpassthru($h);
[all …]
H A Dpathinfo_variation3.phpt9 $testfile = "/usr/include/arpa/inet.h";
61 string(6) "inet.h"
63 string(1) "h"
66 string(6) "inet.h"
67 string(1) "h"
68 string(6) "inet.h"
70 string(6) "inet.h"
H A Dpathinfo_basic2-win32.phpt79 string(6) "inet.h"
80 string(1) "h"
86 string(6) "inet.h"
88 string(1) "h"
109 string(7) "inet..h"
110 string(1) "h"
118 string(1) "h"
154 string(6) "inet,h"
156 string(6) "inet,h"
161 string(6) "inet,h"
[all …]
/php-src/ext/opcache/jit/
H A DMakefile.frag4 $(builddir)/jit/ir/ir_emit_$(DASM_ARCH).h: $(srcdir)/jit/ir/ir_$(DASM_ARCH).dasc $(srcdir)/jit/ir/d…
8 $(srcdir)/jit/ir/ir_emit.c $(builddir)/jit/ir/ir_emit_$(DASM_ARCH).h
13 $(builddir)/jit/ir/ir_fold_hash.h: $(builddir)/jit/ir/gen_ir_fold_hash $(srcdir)/jit/ir/ir_fold.h $…
14 …(builddir)/jit/ir/gen_ir_fold_hash < $(srcdir)/jit/ir/ir_fold.h > $(builddir)/jit/ir/ir_fold_hash.h
17 $(builddir)/jit/ir/ir_fold_hash.h
/php-src/Zend/tests/
H A Ddiv_by_zero_compound_refcounted.phpt5 $h = "1";
6 $h .= "2";
8 $h /= 0;
12 var_dump($h);
H A Ddereference_009.phpt14 var_dump($h =& a());
15 $h[] = 1;
18 $h[] = array($h);
/php-src/main/
H A Dinternal_functions.c.in18 #include "php.h"
19 #include "php_main.h"
20 #include "zend_modules.h"
21 #include "zend_compile.h"
22 #include <stdarg.h>
23 #include <stdlib.h>
24 #include <stdio.h>
/php-src/ext/spl/tests/
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-src/ext/pdo_odbc/
H A Dconfig.m490 PDO_ODBC_CHECK_HEADER(odbc.h)
91 PDO_ODBC_CHECK_HEADER(iodbc.h)
92 PDO_ODBC_CHECK_HEADER(sqlunix.h)
95 PDO_ODBC_CHECK_HEADER(sql.h)
96 PDO_ODBC_CHECK_HEADER(isql.h)
97 PDO_ODBC_CHECK_HEADER(sqlext.h)
98 PDO_ODBC_CHECK_HEADER(isqlext.h)
99 PDO_ODBC_CHECK_HEADER(udbcext.h)
100 PDO_ODBC_CHECK_HEADER(sqlcli1.h)
103 PDO_ODBC_CHECK_HEADER(cli0ext.h)
[all …]
/php-src/ext/standard/
H A Dconfig.m46 #include <stdio.h>
7 #include <stdlib.h>
9 #include <unistd.h>
11 #include <string.h>
72 #include <unistd.h>
76 #include <crypt.h>
79 #include <stdlib.h>
80 #include <string.h>
104 #include <crypt.h>
132 #include <crypt.h>
[all …]
/php-src/ext/reflection/tests/
H A Dbug46064.phpt15 var_dump($h = new reflectionproperty($o, 'z'));
16 var_dump($h->isDefault());
17 var_dump($h->isPublic());
18 var_dump($h->isStatic());
19 var_dump($h->getName());
20 var_dump(Reflection::getModifierNames($h->getModifiers()));
21 var_dump($h->getValue($o));
H A Dbug46064_2.phpt32 var_dump($h = $p->getProperty('a'));
33 … var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
/php-src/ext/session/
H A Dconfig.w328 PHP_INSTALL_HEADERS("ext/session", "mod_mm.h php_session.h mod_files.h mod_user.h");
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_1.phpt26 $item = "���զh�r�`���|"; // BIG5 string
49 getting basename of %s���զh�r�`���|5\���զh�r�`���|4
50 string(%d) "���զh�r�`���|4"
52 string(%d) "%s���զh�r�`���|5\���զh�r�`���|4"
/php-src/ext/sockets/
H A Dconfig.m48 AC_CHECK_HEADERS([sys/sockio.h linux/filter.h])
12 AC_CHECK_MEMBERS([struct sockaddr_storage.ss_family],,,[#include <sys/socket.h>])
19 #include <sys/socket.h>])
21 AC_CHECK_TYPES([struct cmsgcred],,,[#include <sys/socket.h>])
32 PHP_INSTALL_HEADERS([ext/sockets], [php_sockets.h])

Completed in 39 milliseconds

12345678910>>...26