Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-8.1/ext/standard/
H A Dconfig.m46 #include <stdio.h>
7 #include <stdlib.h>
9 #include <unistd.h>
11 #include <string.h>
62 #include <string.h>
65 #include <unistd.h>
69 #include <crypt.h>
72 #include <stdlib.h>
73 #include <string.h>
99 #include <crypt.h>
[all …]
/PHP-8.1/ext/zlib/tests/
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-8.1/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 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-8.1/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-8.1/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>
73 #include <sys/socket.h>
86 #include <sys/socket.h>
105 PHP_INSTALL_HEADERS([ext/sockets/], [php_sockets.h])
/PHP-8.1/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-8.1/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-8.1/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-8.1/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-8.1/ext/date/lib/
H A Dtimelib.c190 if (h > 0) { in timelib_decimal_hour_to_hms()
191 *hour = floor(h); in timelib_decimal_hour_to_hms()
192 *min = floor((h - *hour) * 60); in timelib_decimal_hour_to_hms()
193 *sec = (h - *hour - ((float) *min / 60)) * 3600; in timelib_decimal_hour_to_hms()
195 *hour = ceil(h); in timelib_decimal_hour_to_hms()
196 *min = 0 - ceil((h - *hour) * 60); in timelib_decimal_hour_to_hms()
197 *sec = 0 - (h - *hour - ((float) *min / -60)) * 3600; in timelib_decimal_hour_to_hms()
201 void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) in timelib_hms_to_decimal_hour() argument
204 *h = ((double)hour + (double)min / 60 + (double)sec / 3600); in timelib_hms_to_decimal_hour()
206 *h = ((double)hour - (double)min / 60 - (double)sec / 3600); in timelib_hms_to_decimal_hour()
[all …]
/PHP-8.1/Zend/
H A Dzend_string.c138 if ((p->h == h) && (ZSTR_LEN(p->key) == size)) { in zend_interned_string_ht_lookup_ex()
151 zend_ulong h = ZSTR_H(str); in zend_interned_string_ht_lookup() local
160 if ((p->h == h) && zend_string_equal_content(p->key, str)) { in zend_interned_string_ht_lookup()
208 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_permanent() local
211 ZSTR_H(str) = h; in zend_new_interned_string_permanent()
249 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_request() local
252 ZSTR_H(str) = h; in zend_new_interned_string_request()
272 ZSTR_H(ret) = h; in zend_string_init_interned_permanent()
286 ZSTR_H(ret) = h; in zend_string_init_existing_interned_permanent()
314 ZSTR_H(ret) = h; in zend_string_init_interned_request()
[all …]
/PHP-8.1/ext/session/
H A Dconfig.w328 PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h php_session.h mod_files.h mod_user.h");
/PHP-8.1/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-8.1/ext/json/
H A DMakefile.frag1 …/json_scanner.c $(srcdir)/php_json_scanner_defs.h: $(srcdir)/json_scanner.re $(srcdir)/json_parser…
2 …@$(RE2C) $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $(srcdir)…
4 $(srcdir)/json_parser.tab.c $(srcdir)/json_parser.tab.h: $(srcdir)/json_parser.y

Completed in 60 milliseconds

12345678910>>...25