Home
last modified time | relevance | path

Searched refs:h (Results 151 – 175 of 747) sorted by relevance

12345678910>>...30

/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_variation_002.phpt93 string(8) "h%01o%21"
101 string(8) "h%D7o%21"
105 string(8) "h%0Ao%21"
109 string(8) "h%F6o%21"
113 string(%d) "h%so%21"
131 string(8) "h%01o%21"
136 string(8) "h%01o%21"
141 string(8) "h%01o%21"
146 string(8) "h%01o%21"
158 string(8) "h%01o%21"
[all …]
/PHP-5.5/Zend/tests/
H A Ddereference_004.phpt11 $h = array();
12 $h[] = new stdclass;
13 $this->x = $h;
H A Ddereference_011.phpt18 $h = &$foo->a();
19 $h[] = 1;
20 $h[] = $foo;
/PHP-5.5/tests/output/
H A Dob_start_basic_006.phpt31 function h($string) {
35 return "C::h[call:$i; len:$len; id:$this->id] - $string\n";
63 var_dump(ob_start(array($c, "h")));
66 var_dump(ob_start(array($c, "h")));
71 var_dump(ob_start(array('f', 'C::g', array(array($c, "g"), array($c, "h")))));
116 C::h[call:1; len:37; id:originalID] - bool(true)
119 [0] => C::h
122 C::h[call:2; len:37; id:changedID] - bool(true)
125 [0] => C::h
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt30 var $a, $b, $c, $d, $e, $f, $g, $h;
40 $this->h = NULL;
137 ["h"]=>
156 ["h"]=>
175 ["h"]=>
194 ["h"]=>
213 ["h"]=>
267 ["h"]=>
270 …D":8:{s:1:"a";N;s:1:"b";N;s:1:"c";s:0:"";s:1:"d";s:1:"�";s:1:"e";N;s:1:"f";N;s:1:"g";N;s:1:"h";N;}"
286 ["h"]=>
[all …]
/PHP-5.5/ext/zlib/tests/
H A Dgzpassthru_basic.phpt16 $h = gzopen($f, 'r');
17 var_dump(gzpassthru($h));
18 var_dump(gzpassthru($h));
19 gzclose($h);
H A Dgzwrite_error.phpt12 $h = gzopen($filename, 'w');
16 var_dump(gzwrite($h, $str, $length, $extra_arg));
17 var_dump(gzwrite($h));
20 gzclose($h);
H A Dgzgetc_basic.phpt20 $h = gzopen($f, 'r');
23 while (gzeof($h) === false) {
25 echo fgetc( $h );
29 gzclose($h);
/PHP-5.5/ext/spl/tests/
H A Dbug69737.phpt10 $h = new SplMinHeap1();
11 $h->insert(1);
12 $h->insert(6);
H A Dheap_top_variation_001.phpt8 $h = new SplMinHeap();
9 $h->insert(5);
11 $h->top('bogus');
H A Dheap_003.phpt18 $h = new myHeap;
23 $h->insert($i);
26 foreach ($h as $out) {
/PHP-5.5/ext/hash/tests/
H A Dbug52240.phpt8 $h = hash_init('crc32b', HASH_HMAC, '123456' );
9 $h2 = hash_copy($h);
10 var_dump(hash_final($h));
/PHP-5.5/Zend/
H A Dzend_hash.h56 ulong h; /* Used for numeric indexing */ member
89 ulong h; member
117 #define zend_hash_quick_add(ht, arKey, nKeyLength, h, pData, nDataSize, pDest) \ argument
121 #define zend_hash_index_update(ht, h, pData, nDataSize, pDest) \ argument
156 #define zend_hash_quick_del(ht, arKey, nKeyLength, h) \ argument
157 zend_hash_del_key_or_index(ht, arKey, nKeyLength, h, HASH_DEL_KEY_QUICK)
158 #define zend_hash_index_del(ht, h) \ argument
159 zend_hash_del_key_or_index(ht, NULL, 0, h, HASH_DEL_INDEX)
166 ZEND_API int zend_hash_index_find(const HashTable *ht, ulong h, void **pData);
171 ZEND_API int zend_hash_index_exists(const HashTable *ht, ulong h);
[all …]
/PHP-5.5/ext/date/tests/
H A Dbug52113.phpt23 'h' => 4,
42 ["h"]=>
67 string(320) "O:12:"DateInterval":15:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:0;s:1:"h";i:4;s:1:"i";i:0;s:…
72 'h' => 4,
91 ["h"]=>
138 ["h"]=>
175 ["h"]=>
222 ["h"]=>
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME57 2. copy win32\config.h config.h
76 Include oniguruma.h in your program. (Oniguruma API)
80 in oniguruma.h, define ONIG_ESCAPE_UCHAR_COLLISION and then
81 include oniguruma.h.
83 If you want to disable regex_t type definition in oniguruma.h,
114 oniguruma.h Oniguruma API header file. (public)
118 regint.h internal definitions
129 st.h hash table functions header file
132 oniggnu.h GNU regex API header file. (public)
135 onigposix.h POSIX API header file. (public)
[all …]
/PHP-5.5/ext/enchant/
H A Dconfig.w327 …if (CHECK_HEADER_ADD_INCLUDE("enchant.h", "CFLAGS_ENCHANT", PHP_ENCHANT+ ";" + PHP_PHP_BUILD + "\\…
8 …CHECK_HEADER_ADD_INCLUDE("glib.h", "CFLAGS_ENCHANT", PHP_ENCHANT+ ";" + PHP_PHP_BUILD + "\\include…
15 WARNING('Could not find enchant.h; skipping');
/PHP-5.5/ext/standard/tests/file/
H A Dbug40501.phpt7 $h = fopen($file, 'r');
8 $data = fgetcsv($h, NULL, ',', '"', '"');
9 fclose($h);
/PHP-5.5/ext/gd/tests/
H A Dbug51671.phpt10 $h = 50;
11 $im = imagecreatetruecolor($w, $h);
15 for ($iy = 0; $iy < $h; $iy++) {
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c70 uint32 h; in cdb_hash() local
73 h = CDB_HASHSTART; in cdb_hash()
75 h = ( h + (h << 5)) ^ (*b++); in cdb_hash()
77 return h; in cdb_hash()
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt61 string(504) "T:::h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :…
62 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
63h:::a:::s::: :::_:::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:…
64 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
/PHP-5.5/ext/imap/
H A Dconfig.w328 (CHECK_HEADER_ADD_INCLUDE("c-client.h", "CFLAGS_IMAP")||
9 CHECK_HEADER_ADD_INCLUDE("c-client/c-client.h", "CFLAGS_IMAP", null, null, true)) ||
10 (CHECK_HEADER_ADD_INCLUDE("utf8aux.h", "CFLAGS_IMAP")||
11 CHECK_HEADER_ADD_INCLUDE("c-client/utf8aux.h", "CFLAGS_IMAP", null, null, true))
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_log.c298 sapi_header_struct *h; in fpm_log_write() local
303 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in fpm_log_write()
304 while (h) { in fpm_log_write()
306 if (!h->header_len) { in fpm_log_write()
307 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
310 if (!strstr(h->header, format)) { in fpm_log_write()
311 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
316 if (h->header_len <= format_len + 2) { in fpm_log_write()
317 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in fpm_log_write()
321 if (h->header[format_len] != ':' || h->header[format_len + 1] != ' ') { in fpm_log_write()
[all …]
/PHP-5.5/ext/recode/
H A Dconfig.m412 if test -f $i/include/recode.h; then
17 if test -f $i/include/recode/recode.h; then
22 if test -f $i/recode/include/recode.h; then
31 AC_MSG_ERROR([Can not find recode.h anywhere under $RECODE_LIST.])
62 AC_CHECK_HEADERS(stdbool.h)
/PHP-5.5/win32/
H A Dphp5dllts.dsp284 SOURCE=..\main\getopt.h
288 SOURCE=..\main\logos.h
292 SOURCE=..\main\output.h
296 SOURCE=..\main\php.h
312 SOURCE=..\main\php_ini.h
356 SOURCE=..\main\SAPI.h
747 SOURCE=..\ext\ftp\ftp.h
2435 SOURCE=.\glob.h
2439 SOURCE=..\win32\grp.h
2455 SOURCE=.\select.h
[all …]
H A Dphp5dll.dsp255 SOURCE=..\main\getopt.h
259 SOURCE=..\main\logos.h
263 SOURCE=..\main\main.h
267 SOURCE=..\main\output.h
271 SOURCE=..\main\php.h
283 SOURCE=..\main\php_ini.h
307 SOURCE=..\main\rfc1867.h
315 SOURCE=..\main\SAPI.h
327 SOURCE=..\main\win95nt.h
1575 SOURCE=..\win32\grp.h
[all …]

Completed in 43 milliseconds

12345678910>>...30