Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-5.5/ext/standard/tests/file/
H A Dpathinfo_basic1-win32.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 Dfopen_variation16.phpt42 $h = fopen($tmpfile, "w+", true);
43 fwrite($h, (binary) "This is the test file");
44 fclose($h);
46 $h = @fopen($dir1.'/'.$tmpfile, "r");
47 if ($h === false) {
52 fclose($h);
55 $h = fopen($tmpfile, "r", true);
56 if ($h === false) {
61 fclose($h);
H A Dfopen_variation17.phpt41 $h = fopen($tmpfile, "w+", true);
42 fwrite($h, (binary) "This is the test file");
43 fclose($h);
45 $h = @fopen($dir1.'/'.$tmpfile, "r");
46 if ($h === false) {
51 fclose($h);
54 $h = fopen($tmpfile, "r", true);
55 if ($h === false) {
60 fclose($h);
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_copy_basic.phpt18 $h = gzopen($inputFileName, 'r');
19 $org_data = gzread($h, 4096);
20 gzclose($h);
22 $h = gzopen($outputFileName, 'r');
23 $copied_data = gzread($h, 4096);
24 gzclose($h);
H A Dzlib_scheme_copy_variation1.phpt18 $h = gzopen($inputFileName, 'r');
19 $org_data = gzread($h, 4096);
20 gzclose($h);
23 $h = fopen($outputFileName, 'r');
24 $copied_data = fread($h, 4096);
25 gzclose($h);
H A Dzlib_wrapper_ftruncate_basic.phpt15 $h = gzopen($f2, "r");
16 ftruncate($h, 20);
17 fclose($h);
20 $h = gzopen($f2, "w");
21 ftruncate($h, 20);
22 fclose($h);
H A Dgzopen_basic2.phpt27 $h = gzopen($filename, $mode);
28 if ($h !== false) {
29 gzwrite($h, $data);
30 gzclose($h);
31 $h = gzopen($filename, 'r');
32 gzpassthru($h);
33 gzclose($h);
38 var_dump($h);
H A Dgztell_basic.phpt12 $h = gzopen($f, 'r');
16 var_dump(gztell($h));
18 gzread($h, $interval);
19 var_dump(gztell($h));
22 gzclose($h);
H A Dgzwrite_variation1.phpt13 $h = gzopen($filename, 'r');
16 var_dump(gzwrite( $h, $str ) );
17 var_dump(gzread($h, 10));
18 var_dump(gzwrite( $h, $str, $length ) );
19 gzclose($h);
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);
/PHP-5.5/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 Ddereference_009.phpt14 var_dump($h =& a());
15 $h[] = 1;
18 $h[] = array($h);
/PHP-5.5/ext/spl/tests/
H A Dspl_heap_iteration_error.phpt17 $h = new ext_heap();
18 $h->insert(array('foobar'));
19 $h->insert(array('foobar1'));
20 $h->insert(array('foobar2'));
23 $h->fail=true;
24 foreach ($h as $value) {};
30 var_dump($h);
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-5.5/ext/mbstring/libmbfl/
H A Dconfig.h.in1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to 1 if you have the <assert.h> header file. */
6 /* Define to 1 if you have the <dlfcn.h> header file. */
9 /* Define to 1 if you have the <inttypes.h> header file. */
16 /* Define to 1 if you have the <memory.h> header file. */
23 /* Define to 1 if you have the <stddef.h> header file. */
26 /* Define to 1 if you have the <stdint.h> header file. */
29 /* Define to 1 if you have the <stdlib.h> header file. */
38 /* Define to 1 if you have the <strings.h> header file. */
41 /* Define to 1 if you have the <string.h> header file. */
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A Dconfig.h.in1 /* config.h.in. Generated from configure.in by autoheader. */
18 /* Define to 1 if you have the <dlfcn.h> header file. */
21 /* Define to 1 if you have the <inttypes.h> header file. */
24 /* Define to 1 if you have the <memory.h> header file. */
33 /* Define to 1 if you have the <stdint.h> header file. */
36 /* Define to 1 if you have the <stdlib.h> header file. */
39 /* Define to 1 if you have the <strings.h> header file. */
42 /* Define to 1 if you have the <string.h> header file. */
45 /* Define to 1 if you have the <sys/stat.h> header file. */
57 /* Define to 1 if you have the <unistd.h> header file. */
[all …]
H A DREADME.ja58 2. copy win32\config.h config.h
77 ���Ѥ���ץ����ǡ�oniguruma.h�����롼�ɤ���(Oniguruma API�ξ��)��
85 oniguruma.h���������Ƥ��뷿̾regex_t��̵���ˤ��������ˤϡ�
120 oniguruma.h ����API�إå� (����)
123 regenc.h ʸ���������ǥ������Ȥߥإå�
124 regint.h �������
125 regparse.h regparse.c��regcomp.c������������
135 st.h �ϥå���ơ��֥�ؿ����
138 oniggnu.h GNU regex API�إå� (����)
141 onigposix.h POSIX API�إå� (����)
[all …]
/PHP-5.5/sapi/fpm/
H A Dconfig.m416 AC_CHECK_HEADERS([errno.h fcntl.h stdio.h stdlib.h unistd.h sys/uio.h])
17 AC_CHECK_HEADERS([sys/select.h sys/socket.h sys/time.h])
18 AC_CHECK_HEADERS([arpa/inet.h netinet/in.h])
124 #include <unistd.h>
125 #include <signal.h>
129 #include <errno.h>
382 #include <sys/time.h>
404 #include <port.h>
427 #include <stdio.h>
488 #include <poll.h>
[all …]
/PHP-5.5/ext/date/lib/
H A Dtimelib.m418 # include <sys/types.h>
21 # include <inttypes.h>
23 # include <stdint.h>
72 sys/types.h \
73 inttypes.h \
74 stdint.h \
75 string.h \
76 stdlib.h
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A DREADME3 <module>.h -- public API and data types
4 <module>_private.h -- protected API and data types
8 .c files may include *_private.h.
9 .h files may not include *_private.h
/PHP-5.5/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));
/PHP-5.5/main/
H A Dinternal_functions.c.in22 #include "php.h"
23 #include "php_main.h"
24 #include "zend_modules.h"
25 #include "zend_compile.h"
26 #include <stdarg.h>
27 #include <stdlib.h>
28 #include <stdio.h>
/PHP-5.5/ext/hash/
H A Dhash_gost.c38 #define R(key, h, i, t, l, r) \ argument
39 r = h[i]; \
40 l = h[i + 1]; \
156 #define SHIFT16(h, v, u) \ argument
157 v[0] = h[0] ^ (u[1] << 16) ^ (u[0] >> 16); \
158 v[1] = h[1] ^ (u[2] << 16) ^ (u[1] >> 16); \
159 v[2] = h[2] ^ (u[3] << 16) ^ (u[2] >> 16); \
167 #define SHIFT61(h, v) \ argument
200 R(key, h, i, t, l, r); \
222 SHIFT16(h, v, u); in Gost()
[all …]
/PHP-5.5/Zend/
H A DZend.dsp274 SOURCE=.\FlexLexer.h
278 SOURCE=.\zend.h
282 SOURCE=.\zend_alloc.h
286 SOURCE=.\zend_API.h
314 SOURCE=.\zend_errors.h
338 SOURCE=.\zend_hash.h
350 SOURCE=.\zend_ini.h
378 SOURCE=.\zend_list.h
382 SOURCE=.\zend_llist.h
410 SOURCE=.\zend_qsort.h
[all …]

Completed in 74 milliseconds

12345678910>>...30