Home
last modified time | relevance | path

Searched refs:h (Results 176 – 200 of 681) sorted by relevance

12345678910>>...28

/php-src/ext/sysvsem/
H A Dconfig.m411 #include <sys/types.h>
12 #include <sys/ipc.h>
13 #include <sys/sem.h>
/php-src/ext/zlib/tests/
H A Dgzgetc_basic_1.phpt20 $h = gzopen($f, 'r');
21 if ($h) {
23 while (($c = fgetc( $h )) !== false) {
29 gzclose($h);
H A Dgzgetc_basic.phpt20 $h = gzopen($f, 'r');
23 while (gzeof($h) === false) {
25 echo fgetc( $h );
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 Dgzfile_basic.phpt15 $h = gzopen($filename, 'w');
16 gzwrite($h, $plaintxt);
17 gzclose($h);
H A Dzlib_scheme_fopen_basic.phpt9 $h = fopen($srcFile, 'r');
10 fpassthru($h);
11 fclose($h);
H A Dgzfile_basic2.phpt15 $h = fopen($filename, 'w');
16 fwrite($h, $plaintxt);
17 fclose($h);
H A Dgzopen_variation9.phpt15 $h = gzopen($file, $mode);
17 var_dump($h);
18 if ($h !== false) {
19 gzclose($h);
/php-src/Zend/tests/
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-src/main/
H A Dfastcgi.c254 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_init()
260 h->data->pos = h->data->data; in fcgi_hash_init()
261 h->data->end = h->data->pos + FCGI_HASH_SEG_SIZE; in fcgi_hash_init()
276 p = h->data; in fcgi_hash_destroy()
286 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_clean()
292 h->buckets = h->buckets->next; in fcgi_hash_clean()
300 h->data = h->data->next; in fcgi_hash_clean()
303 h->data->pos = h->data->data; in fcgi_hash_clean()
317 h->data = p; in fcgi_hash_strndup()
349 p = h->buckets->data + h->buckets->idx; in fcgi_hash_set()
[all …]
/php-src/ext/gd/
H A Dconfig.w3213 CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
14 …(CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng…
15 …CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng1…
16 …CHECK_HEADER_ADD_INCLUDE("png.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\libpng1…
18 CHECK_HEADER_ADD_INCLUDE("iconv.h", "CFLAGS_GD", PHP_GD) &&
24 CHECK_HEADER_ADD_INCLUDE("xpm.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\X11")
31 …CHECK_HEADER_ADD_INCLUDE("decode.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\webp"…
32 …CHECK_HEADER_ADD_INCLUDE("encode.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\webp"…
42 …CHECK_HEADER_ADD_INCLUDE("avif.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\avif"))…
45 …CHECK_HEADER_ADD_INCLUDE("avif.h", "CFLAGS_GD", PHP_GD + ";" + PHP_PHP_BUILD + "\\include\\avif"))…
[all …]
/php-src/ext/gd/tests/
H A Dbug60160.phpt8 $h = 50;
9 $im = imagecreatetruecolor($w, $h);
14 for ($iy = 0; $iy < $h; $iy++) {
/php-src/ext/standard/tests/file/
H A Dbug40501.phpt7 $h = fopen($file, 'r');
8 $data = fgetcsv($h, NULL, ',', '"', '"');
9 fclose($h);
/php-src/ext/dba/
H A Dconfig.w3218 CHECK_HEADER_ADD_INCLUDE("db.h", "CFLAGS_DBA")) {
19 …tion in DB3\\\"\" /D DB1_INCLUDE_FILE=\"\\\"db_185.h\\\"\" /D DBA_DB3=1 /D DB3_INCLUDE_FILE=\"\\\"…
27 …CHECK_HEADER_ADD_INCLUDE("depot.h", "CFLAGS_DBA", PHP_DBA + ";" + PHP_PHP_BUILD + "\\include\\qdbm…
29 AC_DEFINE("QDBM_INCLUDE_FILE", "<depot.h>", "The QDBM handler header file.", false);
38 CHECK_HEADER_ADD_INCLUDE("lmdb.h", "CFLAGS_DBA") &&
41 AC_DEFINE("LMDB_INCLUDE_FILE", "<lmdb.h>", "The LMDB handler header file.", false);
/php-src/ext/standard/tests/strings/
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);
H A Dprintf_h_H.phpt2 sprintf() %h and %H specifiers
13 printf("%g %G %h %H\n", $f, $f, $f, $f);
15 printf("%g %G %h %H\n", $f, $f, $f, $f);
/php-src/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-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile6 …g���Y*˴fRMg�J5o��;�κ�h�<< Pg����*�0�*=�K|�K~��%PS�k`<� mJ���,��=�Fxh �� S �<Cg��…
18 �< y�h�A�WT�9�E����U}wT�d��0<�yGPL�Z4�����v��w����+��@<ں}�r4�;@:�h%��@�)���W���b@<<�h…
35 ��h�y�<F\��pQ��l1ӠiI|.Su��x<���Z���<2"]�}�'��:���M��@o6+nr �J�Rs�<���~� a�_#z�B�� $�l�
64h��W B ��<($@g����ݚK�8ؿ�x /w��4�+k��<6g2�`��*�z�q�I�����0 ,Y* ��<�8a+^����R�#����a�����…
66 a,k�3��k@2�C��?Ӊs���h�<����x��K��L�7K�L!�!����O�<�A�� �Y�v�/���s~�C` �c&�<d��T��)h;�…
81 … ˹�G���Cy��g�0;e�8@�Ͳ��<���d��,B���&m>��9p/� �����<���G��w�,-?h!jU��@�0d���i�<����…
82 `O@<ӡ��i��*ӲH��F���6B���!�����<�����A���^m%�h���Kd��M¦�<���7���~�v�
87 &: <0Q�e��c������� ~��m��!4�P<:$a�0[���"��F���P��I>�)�h<=�*��g�+b���e~]�7kK�eP���`<?~$X…
89 h��T���>��<($0x�zE+R��¥�%��EN��� ��X�0<8Q�`lC}3�k����Z�� ���[O��ɝp<H=zx%�+T����ZZ64P� �6�J…
/php-src/ext/spl/tests/
H A Dbug69737.phpt10 $h = new SplMinHeap1();
11 $h->insert(1);
12 $h->insert(6);
/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_006.phpt12 ����<���?���p���h���p���
13 ���e���c���h���o��� ���"���h���e���l���l���o��� ���w���o���r���l���d���"���;���
/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_toStream_normal_usage.phpt8 $h = fopen("php://output", "w");
10 $writer = XMLWriter::toStream($h);
23 fwrite($h, "\nthis is the end\n");
/php-src/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");

Completed in 31 milliseconds

12345678910>>...28