Home
last modified time | relevance | path

Searched refs:h (Results 101 – 125 of 747) sorted by relevance

12345678910>>...30

/PHP-5.5/ext/fileinfo/libmagic/
H A Dreadcdf.c230 cdf_header_t h; local
243 if (cdf_read_header(&info, &h) == -1)
246 cdf_dump_header(&h);
249 if ((i = cdf_read_sat(&info, &h, &sat)) == -1) {
254 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h));
257 if ((i = cdf_read_ssat(&info, &h, &sat, &ssat)) == -1) {
262 cdf_dump_sat("SSAT", &ssat, CDF_SHORT_SEC_SIZE(&h));
265 if ((i = cdf_read_dir(&info, &h, &sat, &dir)) == -1) {
275 cdf_dump_dir(&info, &h, &sat, &ssat, &sst, &dir);
289 cdf_dump_summary_info(&h, &scn);
[all …]
/PHP-5.5/ext/session/
H A Dconfig.w329 PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h php_session.h mod_files.h mod_user.h");
/PHP-5.5/ext/reflection/tests/
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-5.5/sapi/apache/
H A DapMakefile.tmpl72 mod_php5.o: mod_php5.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
73 $(INCDIR)/buff.h \
74 $(INCDIR)/http_config.h \
75 $(INCDIR)/http_core.h $(INCDIR)/http_main.h \
76 $(INCDIR)/http_protocol.h $(INCDIR)/http_request.h \
77 $(INCDIR)/http_log.h $(INCDIR)/util_script.h mod_php5.h
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.tmpl72 mod_php5.o: mod_php5.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
73 $(INCDIR)/buff.h \
74 $(INCDIR)/http_config.h \
75 $(INCDIR)/http_core.h $(INCDIR)/http_main.h \
76 $(INCDIR)/http_protocol.h $(INCDIR)/http_request.h \
77 $(INCDIR)/http_log.h $(INCDIR)/util_script.h mod_php5.h
/PHP-5.5/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-5.5/ext/zlib/tests/
H A Dgztell_basic2.phpt12 $h = gzopen($f, 'w');
16 var_dump(gztell($h));
18 echo "bytes written=".gzwrite($h, str_repeat(b'1', $size))."\n";;
19 echo "tell=".gztell($h)."\n";
22 gzclose($h);
H A Dzlib_scheme_copy_variation2.phpt30 $h = gzopen($outputFileName, 'r');
31 $copied_data = gzread($h, 4096);
32 gzclose($h);
37 $h = fopen($outputFileName, 'r');
38 $magic = fread($h, 2);
39 fclose($h);
H A Dgzgets_basic.phpt16 $h = gzopen($f, 'r');
19 var_dump(gzgets( $h, $length ) );
22 while (gzeof($h) === false) {
23 var_dump(gzgets($h));
25 gzclose($h);
/PHP-5.5/ext/standard/tests/file/
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 Dfopen_variation13.phpt33 $h = fopen($absFile, "w", true);
34 fwrite($h, "This is the test file");
35 fclose($h);
38 $h = fopen($absFile, "r");
39 if ($h === false) {
44 fclose($h);
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 Dfopen_variation10-win32.phpt52 $h = fopen($firstfile, 'w');
53 fwrite($h, "file in $rootdir");
54 fclose($h);
56 $h = fopen($secondfile, 'w');
58 fclose($h);
60 $h = fopen($thirdfile, 'w');
61 fwrite($h, "file in root");
62 fclose($h);
68 if ($h === false) {
72 fpassthru($h);
[all …]
H A Dfopen_variation11-win32.phpt51 $h = fopen($firstfile, 'w');
52 fwrite($h, "file in $rootdir");
53 fclose($h);
55 $h = fopen($secondfile, 'w');
57 fclose($h);
59 $h = fopen($thirdfile, 'w');
60 fwrite($h, "file in root");
61 fclose($h);
67 if ($h === false) {
71 fpassthru($h);
[all …]
H A Dfopen_variation14.phpt53 $h = fopen($absFile, 'w');
54 fwrite($h, $readData);
55 fclose($h);
57 $h = fopen($fileURI, 'r');
58 if ($h !== false) {
65 fclose($h);
72 if ($h !== false) {
73 fwrite($h, $writeData);
74 fclose($h);
77 if ($h !== false) {
[all …]
H A Dfopen_variation15.phpt57 $h = fopen($absFile, 'w');
58 fwrite($h, $readData);
59 fclose($h);
62 if ($h !== false) {
69 fclose($h);
76 if ($h !== false) {
77 fwrite($h, $writeData);
78 fclose($h);
80 $h = fopen($absFile, 'r');
81 if ($h !== false) {
[all …]
H A Ddirectory_wrapper_fstat_basic.phpt6 $h = opendir($d);
7 var_dump(fstat($h));
8 closedir($h);
/PHP-5.5/Zend/
H A DZend.m451 inttypes.h \
52 stdint.h \
53 limits.h \
54 malloc.h \
55 string.h \
56 unistd.h \
57 stdarg.h \
60 signal.h \
61 unix.h \
62 stdlib.h \
[all …]
H A Dzend_ts_hash.h59 #define zend_ts_hash_quick_update(ht, arKey, nKeyLength, h, pData, nDataSize, pDest) \ argument
61 #define zend_ts_hash_quick_add(ht, arKey, nKeyLength, h, pData, nDataSize, pDest) \ argument
62 …_zend_ts_hash_quick_add_or_update(ht, arKey, nKeyLength, h, pData, nDataSize, pDest, HASH_ADD ZEND…
65 #define zend_ts_hash_index_update(ht, h, pData, nDataSize, pDest) \ argument
66 …_zend_ts_hash_index_update_or_next_insert(ht, h, pData, nDataSize, pDest, HASH_UPDATE ZEND_FILE_LI…
81 ZEND_API int zend_ts_hash_del_key_or_index(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, …
84 #define zend_ts_hash_index_del(ht, h) \ argument
85 zend_ts_hash_del_key_or_index(ht, NULL, 0, h, HASH_DEL_INDEX)
91 ZEND_API int zend_ts_hash_quick_find(TsHashTable *ht, char *arKey, uint nKeyLength, ulong h, void *…
92 ZEND_API int zend_ts_hash_index_find(TsHashTable *ht, ulong h, void **pData);
[all …]
H A DZendTS.dsp304 SOURCE=.\FlexLexer.h
308 SOURCE=.\zend.h
312 SOURCE=.\zend_alloc.h
316 SOURCE=.\zend_API.h
344 SOURCE=.\zend_errors.h
368 SOURCE=.\zend_hash.h
380 SOURCE=.\zend_ini.h
412 SOURCE=.\zend_list.h
416 SOURCE=.\zend_llist.h
444 SOURCE=.\zend_qsort.h
[all …]
/PHP-5.5/ext/spl/tests/
H A Dpqueue_compare_error.phpt8 $h = new SplPriorityQueue();
9 $h->compare();
10 $h->compare(1);
11 $h->compare(1, 2, 3);
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c186 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_init()
192 h->data->pos = h->data->data; in fcgi_hash_init()
193 h->data->end = h->data->pos + FCGI_HASH_SEG_SIZE; in fcgi_hash_init()
208 p = h->data; in fcgi_hash_destroy()
218 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_clean()
224 h->buckets = h->buckets->next; in fcgi_hash_clean()
232 h->data = h->data->next; in fcgi_hash_clean()
235 h->data->pos = h->data->data; in fcgi_hash_clean()
249 h->data = p; in fcgi_hash_strndup()
281 p = h->buckets->data + h->buckets->idx; in fcgi_hash_set()
[all …]
/PHP-5.5/ext/iconv/
H A Dconfig.m419 if test -f "$i/include/iconv.h" || test -f "$i/include/giconv.h"; then
34 if test -r "$PHP_ICONV_PREFIX/include/giconv.h"; then
35 PHP_ICONV_H_PATH="$PHP_ICONV_PREFIX/include/giconv.h"
37 PHP_ICONV_H_PATH="$PHP_ICONV_PREFIX/include/iconv.h"
86 AC_TRY_LINK([#include <iconv.h>],[cstoccsid("");],
96 echo > ext/iconv/php_have_bsd_iconv.h
97 echo > ext/iconv/php_have_glibc_iconv.h
98 echo > ext/iconv/php_have_libiconv.h
99 echo > ext/iconv/php_have_ibm_iconv.h
133 #include <errno.h>
[all …]
/PHP-5.5/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-5.5/ext/pcre/tests/
H A Dbug27103.phpt25 h: 1
29 h: 1
35 h: 1
39 h: 1

Completed in 41 milliseconds

12345678910>>...30