Home
last modified time | relevance | path

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

12345678910>>...26

/php-src/ext/gd/tests/
H A Dbug60160.phpt8 $h = 50;
9 $im = imagecreatetruecolor($w, $h);
14 for ($iy = 0; $iy < $h; $iy++) {
H A Dbug51263.phpt14 $h = 70;
15 $img = imagecreatetruecolor($w, $h);
17 imagefilledrectangle($img, 0, 0, $w-1, $h-1, $blk);
/php-src/ext/standard/tests/file/
H A Dbug40501.phpt7 $h = fopen($file, 'r');
8 $data = fgetcsv($h, NULL, ',', '"', '"');
9 fclose($h);
H A Dtouch_basic-win32-mb.phpt29 $h = fopen($filename, "wb");
30 fwrite($h, $testln);
31 fclose($h);
33 $h = fopen($filename, "rb");
34 echo fgets($h);
35 fclose($h);
H A Dtouch_basic-win32.phpt29 $h = fopen($filename, "wb");
30 fwrite($h, $testln);
31 fclose($h);
33 $h = fopen($filename, "rb");
34 echo fgets($h);
35 fclose($h);
/php-src/Zend/tests/
H A Ddereference_011.phpt18 $h = &$foo->a();
19 $h[] = 1;
20 $h[] = $foo;
/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/ext/zlib/tests/
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 Dgzfile_basic2.phpt15 $h = fopen($filename, 'w');
16 fwrite($h, $plaintxt);
17 fclose($h);
H A Dzlib_scheme_fopen_basic.phpt9 $h = fopen($srcFile, 'r');
10 fpassthru($h);
11 fclose($h);
H A Dgzopen_variation9.phpt15 $h = gzopen($file, $mode);
17 var_dump($h);
18 if ($h !== false) {
19 gzclose($h);
H A Dzlib_scheme_fopen_variation1.phpt12 $h = fopen($compressedFile, 'r');
13 fpassthru($h);
14 fclose($h);
/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");
/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/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/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/reflection/tests/
H A DReflectionClass_isCloneable_001.phpt18 $h = clone $foo;
30 $h = clone $foo;
38 $h = clone $closure;
45 $h = clone new simplexmlelement('<test></test>');
52 $h = clone new xmlwriter;
/php-src/ext/dom/lexbor/patches/
H A D0001-Remove-unused-upper-case-tag-static-data.patch7 source/lexbor/tag/res.h | 2 ++
11 diff --git a/source/lexbor/tag/res.h b/source/lexbor/tag/res.h
13 --- a/source/lexbor/tag/res.h
14 +++ b/source/lexbor/tag/res.h
/php-src/ext/pdo/
H A Dconfig.m414 PHP_INSTALL_HEADERS([ext/pdo], [php_pdo.h php_pdo_driver.h php_pdo_error.h])
/php-src/ext/date/tests/
H A DDateInterval_serialize-002.phpt32 'h' => 1,
55 ["h"]=>
73 string(172) "O:12:"DateInterval":10:{s:1:"y";i:43;s:1:"m";i:3;s:1:"d";i:24;s:1:"h";i:1;s:1:"i";i:12…
84 ["h"]=>
109 ["h"]=>
134 ["h"]=>
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c317 sapi_header_struct *h; in fpm_log_write() local
322 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in fpm_log_write()
323 while (h) { in fpm_log_write()
325 if (!h->header_len) { in fpm_log_write()
326 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
329 if (!strstr(h->header, format)) { in fpm_log_write()
330 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
335 if (h->header_len <= format_len + 2) { in fpm_log_write()
336 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
340 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write()
[all …]

Completed in 32 milliseconds

12345678910>>...26