Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation8.phpt26 $h = fopen($file, 'w');
27 fwrite($h, $data);
28 fclose($h);
30 $h = gzopen($file, 'r');
31 gzpassthru($h);
32 gzclose($h);
H A Dzlib_wrapper_meta_data_basic.phpt13 $h = gzopen($f,'r');
14 var_dump(stream_get_meta_data($h));
15 gzclose($h);
18 $h = fopen($f,'r');
19 var_dump(stream_get_meta_data($h));
20 gzclose($h);
H A Dgztell_basic2.phpt12 $h = gzopen($f, 'w');
16 var_dump(gztell($h));
18 echo "bytes written=".gzwrite($h, str_repeat('1', $size))."\n";
19 echo "tell=".gztell($h)."\n";
22 gzclose($h);
/PHP-7.4/main/
H A Dinternal_functions.c.in20 #include "php.h"
21 #include "php_main.h"
22 #include "zend_modules.h"
23 #include "zend_compile.h"
24 #include <stdarg.h>
25 #include <stdlib.h>
26 #include <stdio.h>
/PHP-7.4/ext/session/
H A Dconfig.w328 PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h php_session.h mod_files.h mod_user.h");
/PHP-7.4/ext/standard/tests/file/
H A Dpathinfo_basic1.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 …]
H A Ddirectory_wrapper_fstat_basic.phpt6 $h = opendir($d);
7 var_dump(fstat($h));
8 closedir($h);
H A Dfopen_variation13.phpt32 $h = fopen($absFile, "w", true);
33 fwrite($h, "This is the test file");
34 fclose($h);
37 $h = fopen($absFile, "r");
38 if ($h === false) {
43 fclose($h);
H A Dpathinfo_basic2-win32.phpt83 string(6) "inet.h"
84 string(1) "h"
90 string(6) "inet.h"
92 string(1) "h"
113 string(7) "inet..h"
114 string(1) "h"
122 string(1) "h"
158 string(6) "inet,h"
160 string(6) "inet,h"
165 string(6) "inet,h"
[all …]
H A Dpathinfo_variation3.phpt15 $testfile = "/usr/include/arpa/inet.h";
68 string(6) "inet.h"
70 string(1) "h"
73 string(6) "inet.h"
74 string(1) "h"
75 string(6) "inet.h"
77 string(6) "inet.h"
H A Dpathinfo_basic2.phpt85 string(6) "inet.h"
86 string(1) "h"
92 string(6) "inet.h"
94 string(1) "h"
115 string(7) "inet..h"
116 string(1) "h"
124 string(1) "h"
160 string(6) "inet,h"
162 string(6) "inet,h"
167 string(6) "inet,h"
[all …]
/PHP-7.4/ext/reflection/tests/
H A Dbug46064.phpt14 var_dump($h = new reflectionproperty($o, 'z'));
15 var_dump($h->isDefault());
16 var_dump($h->isPublic());
17 var_dump($h->isStatic());
18 var_dump($h->getName());
19 var_dump(Reflection::getModifierNames($h->getModifiers()));
20 var_dump($h->getValue($o));
H A Dbug46064_2.phpt30 var_dump($h = $p->getProperty('a'));
31 var_dump($h->isDefault(), $h->isProtected(), $h->isPrivate(), $h->isPublic(), $h->isStatic());
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_1.phpt26 $item = "���զh�r�`���|"; // BIG5 string
50 getting basename of %s���զh�r�`���|5\���զh�r�`���|4
51 string(%d) "���զh�r�`���|4"
53 string(%d) "%s���զh�r�`���|5\���զh�r�`���|4"
/PHP-7.4/ext/opcache/
H A Dconfig.m427 #include <sys/types.h>
28 #include <sys/wait.h>
29 #include <sys/ipc.h>
30 #include <sys/shm.h>
31 #include <unistd.h>
32 #include <string.h>
100 #include <unistd.h>
101 #include <string.h>
154 #include <fcntl.h>
155 #include <unistd.h>
[all …]
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_handlers.phpt15 function check($h)
17 if (!$h) {
21 foreach ($h as $key) {
33 $h = dba_handlers(1);
34 foreach ($h as $key => $val) {
/PHP-7.4/ext/hash/
H A Dhash_gost.c36 #define R(tables, key, h, i, t, l, r) \ argument
37 r = h[i]; \
38 l = h[i + 1]; \
154 #define SHIFT16(h, v, u) \ argument
155 v[0] = h[0] ^ (u[1] << 16) ^ (u[0] >> 16); \
156 v[1] = h[1] ^ (u[2] << 16) ^ (u[1] >> 16); \
157 v[2] = h[2] ^ (u[3] << 16) ^ (u[2] >> 16); \
165 #define SHIFT61(h, v) \ argument
198 R((tables), key, h, i, t, l, r); \
220 SHIFT16(h, v, u); in Gost()
[all …]
/PHP-7.4/ext/tidy/
H A Dconfig.m416 if test -f $i/include/$j/$j.h; then
21 elif test -f $i/include/$j.h; then
33 dnl Check for tidybuffio.h (as opposed to simply buffio.h) which indicates
36 if test -f "$TIDY_INCDIR/tidybuffio.h"; then
37 AC_DEFINE(HAVE_TIDYBUFFIO_H,1,[defined if tidybuffio.h exists])
43 AC_DEFINE(HAVE_TIDYP_H,1,[defined if tidyp.h exists])
45 AC_DEFINE(HAVE_TIDY_H,1,[defined if tidy.h exists])
/PHP-7.4/Zend/
H A Dzend_string.c128 nIndex = h | interned_strings->nTableMask; in zend_interned_string_ht_lookup_ex()
132 if ((p->h == h) && (ZSTR_LEN(p->key) == size)) { in zend_interned_string_ht_lookup_ex()
145 zend_ulong h = ZSTR_H(str); in zend_interned_string_ht_lookup() local
150 nIndex = h | interned_strings->nTableMask; in zend_interned_string_ht_lookup()
154 if ((p->h == h) && zend_string_equal_content(p->key, str)) { in zend_interned_string_ht_lookup()
202 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_permanent() local
205 ZSTR_H(str) = h; in zend_new_interned_string_permanent()
243 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_request() local
246 ZSTR_H(str) = h; in zend_new_interned_string_request()
266 ZSTR_H(ret) = h; in zend_string_init_interned_permanent()
[all …]
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A DREADME.md10 * `<module>.h` -- public API and data types
11 * `<module>_private.h` -- protected API and data types
16 * `.c` files may include `*_private.h`.
17 * `.h` files may not include `*_private.h`
/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c268 if (cdf_unpack_catalog(h, sst, &cat) == -1) in cdf_file_catalog()
370 cdf_dump_catalog(h, scn); in cdf_file_catalog_info()
372 if ((i = cdf_file_catalog(ms, h, scn)) == -1) in cdf_file_catalog_info()
390 cdf_dump_summary_info(h, scn); in cdf_check_summary_info()
538 cdf_header_t h; in file_trycdf() local
552 if (cdf_read_header(&info, &h) == -1) in file_trycdf()
555 cdf_dump_header(&h); in file_trycdf()
558 if ((i = cdf_read_sat(&info, &h, &sat)) == -1) { in file_trycdf()
563 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h)); in file_trycdf()
585 cdf_dump_dir(&info, &h, &sat, &ssat, &sst, &dir); in file_trycdf()
[all …]
/PHP-7.4/tests/output/
H A Dob_start_basic_005.phpt11 function h($string) {
23 var_dump(ob_start('C::h'));
28 Warning: ob_start(): non-static method C::h() should not be called statically in %s on line 20
32 [0] => C::h
/PHP-7.4/ext/spl/tests/
H A DSplHeap_with_by_reference_compare.phpt10 $h = new Heap;
11 $h->insert(0);
12 $h->insert(0);
/PHP-7.4/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()

Completed in 42 milliseconds

12345678910>>...23