Home
last modified time | relevance | path

Searched refs:h (Results 476 – 500 of 747) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-5.5/sapi/pi3web/
H A Dconfig.w327 …if (CHECK_HEADER_ADD_INCLUDE('PiAPI.h', 'CFLAGS_PI3WEB', PHP_PHP_BUILD + "\\Pi3Web\\include;" + PH…
/PHP-5.5/ext/pdo/
H A Dconfig.m463 PHP_INSTALL_HEADERS(ext/pdo, [php_pdo.h php_pdo_driver.h])
/PHP-5.5/ext/soap/interop/
H A Dtest.utility.php17 $h = substr($r[8],1,2);
23 $t += (($op == "-"?1:-1) * $h * 60 + $m) * 60;
/PHP-5.5/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt51 $h = array($st, 'foo' => 'baz');
52 var_dump(key_exists(0, $h));
H A Dbug24220.phpt32 string(1) "h"
/PHP-5.5/ext/phar/
H A Dzip.c47 } h; in phar_zip_process_extra() local
51 if (sizeof(h.header) != php_stream_read(fp, (char *) &h.header, sizeof(h.header))) { in phar_zip_process_extra()
55 if (h.header.tag[0] != 'n' || h.header.tag[1] != 'u') { in phar_zip_process_extra()
57 php_stream_seek(fp, PHAR_GET_16(h.header.size), SEEK_CUR); in phar_zip_process_extra()
58 len -= PHAR_GET_16(h.header.size) + 4; in phar_zip_process_extra()
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
[all …]
/PHP-5.5/ext/date/tests/
H A Dbug49778.phpt18 ["h"]=>
H A Dbug60774.phpt18 ["h"]=>
H A Ddate_diff1.phpt38 ["h"]=>
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace.phpt9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.w3214 …CHECK_HEADER_ADD_INCLUDE("mysql.h", "CFLAGS_PDO_MYSQL", PHP_PHP_BUILD + "\\include\\mysql;" + PHP_…
/PHP-5.5/ext/sybase_ct/
H A Dconfig.w329 …if (CHECK_HEADER_ADD_INCLUDE("ctpublic.h", "CFLAGS_SYBASE_CT", PHP_PHP_BUILD + "\\sybase\\include;…
/PHP-5.5/scripts/dev/
H A Dcredits8 file=ext/standard/credits_$what.h
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A DtestinputEBC28 /-- Test \h --/
79 /-- Test \h+ --/
/PHP-5.5/ext/phar/tests/
H A Dphpinfo_004.phpt29 <tr class="h"><th>Phar: PHP Archive support</th><th>enabled</th></tr>
45 <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr>
53 <tr class="h"><th>Phar: PHP Archive support</th><th>enabled</th></tr>
69 <tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr>
/PHP-5.5/ext/spl/tests/
H A Dbug70155.phpt24 ["h"]=>
/PHP-5.5/tests/basic/
H A D029.phpt19h���~�t�@�\
/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation5.phpt27 $h = fopen($filename,'wb');
28 fwrite($h, "testing readfile");
29 fclose($h);
/PHP-5.5/ext/dom/
H A Ddom.dsp223 # PROP Default_Filter "h;hpp;hxx;hm;inl"
226 SOURCE=.\dom_ce.h
230 SOURCE=.\dom_fe.h
234 SOURCE=.\dom_properties.h
238 SOURCE=.\php_dom.h
242 SOURCE=.\xml_common.h
/PHP-5.5/ext/pcre/
H A Dconfig.w3212 PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcrelib/");
/PHP-5.5/ext/libxml/
H A Dconfig0.m421 PHP_INSTALL_HEADERS([ext/libxml/php_libxml.h])
/PHP-5.5/ext/simplexml/tests/
H A Dbug46003.phpt10 <o d='h'>
/PHP-5.5/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt23 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
/PHP-5.5/sapi/nsapi/
H A Dconfig.w3213 } else if (CHECK_HEADER_ADD_INCLUDE("nsapi.h", "CFLAGS_NSAPI",
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DFAQ15 Define the macro below in oniguruma/regint.h.

Completed in 52 milliseconds

1...<<11121314151617181920>>...30