Home
last modified time | relevance | path

Searched refs:h (Results 551 – 575 of 747) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt220 ["h"]=>
221 string(1) "h"
/PHP-5.5/win32/build/
H A DMakefile50 Zend\zend_ini_parser.c Zend\zend_ini_parser.h: Zend\zend_ini_parser.y
53 Zend\zend_language_parser.c Zend\zend_language_parser.h: Zend\zend_language_parser.y
58 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZ…
61 …--no-generation-date --case-inverted -cbdFt Zend/zend_language_scanner_defs.h -oZend/zend_language…
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW16 <assert.h> has been added. And some more things have been added to
65 thing is that regex.h is now generated, using mkh, rather than being
67 you have to build regex.h explicitly by "make h". The two known bugs
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput17233 f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xff
235 /[\h]/BZ
245 /[\h]+/BZ
263 /[^\h]/BZ
271 /\h+/SI
283 /[\h\x{dc00}]+/BZSI
533 /a*[b-\x{200}]?a#a*[b-\x{200}]?b#[a-f]*[g-\x{200}]*#[g-\x{200}]*[a-c]*#[g-\x{200}]*[a-h]*/BZ
549 [a-h]*+
H A Dtestinput1627 /\h/SI
H A Dtestoutput25883 8: h
5904 8: h
8478 \h
8495 /\h+A/BZ
8522 /A+\h/BZ
8526 \h
8558 /\d+\h/BZ
8562 \h
8599 /\h+\d\h+\w\h+\S\h+\H/BZ
13192 /\h+\D \h+\d \h+\S \h+\s \h+\W \h+\w \h+. \h+\C \h+\R \h+\H \h+\h \h+\V \h+\v \h+\Z \h+\z \h+$/BZx
[all …]
H A Dtestinput1129 …8k\+3\;o\&WXqs\/gOXdr\$\:r\'do0\;b4c\(f_Gr\=\"\\4\)\[01T7ajQJvL\$W\~mL_sS\/4h\:x\*\[ZN\=KLs\&L5zX\…
31 …8k\+3\;o\&WXqs\/gOXdr\$\:r\'do0\;b4c\(f_Gr\=\"\\4\)\[01T7ajQJvL\$W\~mL_sS\/4h\:x\*\[ZN\=KLs\&L5zX\…
/PHP-5.5/ext/gd/libgd/
H A Dgd.c306 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;} argument
407 if (h == HWB_UNDEFINED) {
410 i = floor(h);
411 f = h - i;
1562 fline = (c - f->offset) * f->h * f->w; in gdImageChar()
1588 fline = (c - f->offset) * f->h * f->w; in gdImageCharUp()
1590 for (px = x; px < (x + f->h); px++) { in gdImageCharUp()
2178 for (y = 0; (y < h); y++) { in gdImageCopy()
2186 for (y = 0; (y < h); y++) { in gdImageCopy()
2223 for (y = srcY; y < (srcY + h); y++) { in gdImageCopy()
[all …]
/PHP-5.5/ext/soap/
H A Dphp_sdl.c486 h->use = SOAP_ENCODED; in wsdl_soap_binding_header()
488 h->use = SOAP_LITERAL; in wsdl_soap_binding_header()
518 if (h->element) { in wsdl_soap_binding_header()
519 h->encode = h->element->encode; in wsdl_soap_binding_header()
520 if (!h->ns && h->element->namens) { in wsdl_soap_binding_header()
521 h->ns = estrdup(h->element->namens); in wsdl_soap_binding_header()
523 if (h->element->name) { in wsdl_soap_binding_header()
524 efree(h->name); in wsdl_soap_binding_header()
525 h->name = estrdup(h->element->name); in wsdl_soap_binding_header()
558 return h; in wsdl_soap_binding_header()
[all …]
/PHP-5.5/ext/dom/
H A Dconfig.m433 PHP_INSTALL_HEADERS([ext/dom/xml_common.h])
/PHP-5.5/ext/date/tests/
H A Didate_variation5.phpt20 '12 hour format' => 'h',
/PHP-5.5/ext/standard/
H A Darray.c186 Z_LVAL(first) = f->h; in php_array_key_compare()
195 Z_LVAL(second) = s->h; in php_array_key_compare()
737 Z_LVAL_P(key1) = f->h; in php_array_user_key_compare()
745 Z_LVAL_P(key2) = s->h; in php_array_user_key_compare()
1783 temp->h = j++; in php_array_data_shuffle()
1975 if (p->h != k) { in _phpi_pop()
1976 p->h = k++; in _phpi_pop()
2873 zend_hash_index_del(Z_ARRVAL_P(return_value), p->h); in PHP_FUNCTION()
3259 zend_hash_index_del(Z_ARRVAL_P(return_value), p->h); in php_array_intersect()
3672 zend_hash_index_del(Z_ARRVAL_P(return_value), p->h); in php_array_diff()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_split_basic.phpt49 string(1) "h"
/PHP-5.5/ext/standard/tests/file/
H A Dmkdir_variation3.phpt110 $h = mkdir($pathname, $mode, $value);
111 if ($h === true) {
H A Dfile_get_contents_variation4.phpt27 $h = fopen($absFile,"w");
28 fwrite($h, "contents read");
29 fclose($h);
H A Dtouch_variation5.phpt121 $h = @fopen($path,"w");
122 if ($h !== false) {
123 fclose($h);
/PHP-5.5/ext/xsl/
H A Dxsl.dsp105 # PROP Default_Filter "h;hpp;hxx;hm;inl"
108 SOURCE=.\php_xsl.h
112 SOURCE=.\xsl_fe.h
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_basic_001.phpt38h[this is a replacement]i[this is a replacement]s[this is a replacement] [this is a replacement]c[…
42h[this is a replacement]i[this is a replacement]s[this is a replacement] [this is a replacement]c[…
H A Deregi_replace_basic_001.phpt38h[this is a replacement]i[this is a replacement]s[this is a replacement] [this is a replacement]c[…
42h[this is a replacement]i[this is a replacement]s[this is a replacement] [this is a replacement]c[…
/PHP-5.5/Zend/
H A Dzend_vm_gen.php1359 $h = $helpers[$name];
1360 if ($h['param'] == null) {
1363 out($f, $h['param']. ", ZEND_OPCODE_HANDLER_ARGS)\n");
1365 $code = $h['code'];
1384 $h = $helpers[$name];
1385 if (isset($h['op1']["ANY"]) && isset($h['op2']["ANY"])) {
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c513 if (h->header_len > 0) { in add_response_header()
514 p = strchr(h->header, ':'); in add_response_header()
515 len = p - h->header; in add_response_header()
517 while (len > 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) { in add_response_header()
522 memcpy(s, h->header, len); in add_response_header()
527 add_assoc_stringl_ex(return_value, s, len+1, p, h->header_len - (p - h->header), 1); in add_response_header()
651 sapi_header_struct *h; in sapi_cli_server_send_headers() local
667 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cli_server_send_headers()
668 while (h) { in sapi_cli_server_send_headers()
669 if (h->header_len) { in sapi_cli_server_send_headers()
[all …]
/PHP-5.5/win32/
H A Dphp5dllts.rc212 #include "../main/php_version.h"
H A Dphp5ts.rc212 #include "../main/php_version.h"
H A Dphp5ts_cli.rc212 #include "../main/php_version.h"
/PHP-5.5/ext/soap/tests/
H A Dsetheaders.phpt22 $h = array(new SoapHeader("test://","HDR0"));
23 $client->__soapCall("test", array(), null, $h);

Completed in 96 milliseconds

1...<<21222324252627282930