Home
last modified time | relevance | path

Searched refs:h (Results 526 – 550 of 681) sorted by relevance

1...<<2122232425262728

/php-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h172 lxb_css_value_hue_t h; member
192 lxb_css_value_hue_t h; member
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt74 array( 'h=}6q8T4U@nJ/3', 'b258eae8a4671c77' ),
175 array( '|vc!?mX?@mT<r|+\\Sx.RJy9lB/R$})h{ L', '3f2604691e2ced49' ),
213 array( 'kAHAq7S"wxf3*1eJvGh.-h+j$^(v9@U&b~GT7zV0s>', '01e47424ff38f337' ),
215 array( '5}VWPO4D vzO!&7(h.#jI|=nA8dxj9M 8$XhTm.Td)', '5ccd76496410ea5e' ),
216 array( '%f0<nxKrcup!d2:J,%cZ&{^^e4Lsi2}nx.,h\'X[kOM', '99b5ca1d7ad80276' ),
221 array( ']?FU<BZtOmHgW3m}M m:9!dMC7QD<h y(GPDj+:;yc#', '216ea9a72de9aadc' ),
228 array( '9nJci0@/i_LoeJxL2S0-WTNH gbl&rC?bn$L~E[h%)YkS', 'b8c4873ffdaf0fac' ),
235 array( ']PQ: h,uX_R=QrWWDkdWJUu(lsiM/5cme5)e~5\\Wu/uH#M', '885465855ee39187' ),
245 array( '\'h\\kGSvMzLy~~ltBiQJ-J}s6Znl6ea4lJqYrFPAA};@})5@s', '7e915de5eb615078' ),
285 array( ']rYS&~n!C8S5/[]%rv!\\M[Z@)x<<QtR/h,bo+QpNjEcz!B s:!Qg],)f', '05032e744464292c' ),
[all …]
/php-src/ext/standard/tests/strings/
H A Dstripos_variation4.phpt12 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt12 Ex'ple of h'doc st'g, contains
H A Daddcslashes_003.phpt35 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
H A Dstr_split_basic.phpt45 string(1) "h"
/php-src/ext/date/tests/
H A DDatePeriod_getter.phpt19 var_dump($period->getDateInterval()->format('%R%y-%m-%d-%h-%i-%s'));
H A DDatePeriod_createFromISO8601String_static_return.phpt46 ["h"]=>
H A Ddate_period_unserialize1.phpt56 ["h"]=>
H A Didate_variation5.phpt14 '12 hour format' => 'h',
H A Ddate_period_unserialize3.phpt61 ["h"]=>
/php-src/ext/fileinfo/
H A Dconfig.m430 AC_CHECK_HEADERS([sys/sysmacros.h])
/php-src/ext/standard/
H A Durl_scanner_ex.re18 #include "php.h"
21 #include <unistd.h>
24 #include <limits.h>
25 #include <stdio.h>
26 #include <stdlib.h>
27 #include <string.h>
29 #include "SAPI.h"
30 #include "php_ini.h"
32 #include "php_string.h"
35 #include "url.h"
[all …]
H A Dcrypt_sha512.c131 uint64_t h = ctx->H[7]; in sha512_process_block() local
152 uint64_t h_save = h; in sha512_process_block()
179 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
181 h = g; in sha512_process_block()
200 h += h_save; in sha512_process_block()
214 ctx->H[7] = h; in sha512_process_block()
H A Darray.c128 return (zend_long)f->h > (zend_long)s->h ? 1 : -1; in php_array_key_compare_unstable_i()
135 ZVAL_LONG(&first, f->h); in php_array_key_compare_unstable_i()
149 return (zend_long)f->h > (zend_long)s->h ? 1 : -1; in php_array_key_compare_numeric_unstable_i()
3700 if (p->h != k) {
3701 p->h = k++;
3998 num_key = p->h;
4988 arTmp[i].b.h = idx;
5069 zend_ulong h; local
5256 list->h = idx;
5469 zend_ulong h; local
[all …]
/php-src/ext/spl/
H A Dspl_array.c247 zend_ulong h; member
269 if (ZEND_HANDLE_NUMERIC(key->key, key->h)) { in get_hash_key()
277 key->h = Z_RES_P(offset)->handle; in get_hash_key()
281 key->h = zend_dval_to_lval_safe(Z_DVAL_P(offset)); in get_hash_key()
285 key->h = 0; in get_hash_key()
289 key->h = 1; in get_hash_key()
293 key->h = Z_LVAL_P(offset); in get_hash_key()
303 key->key = zend_long_to_str(key->h); in get_hash_key()
513 zend_hash_index_update(ht, key.h, value); in spl_array_write_dimension_ex()
570 zend_hash_index_del(ht, key.h); in spl_array_unset_dimension_ex()
[all …]
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_to_utf8_2.phpt23 $item = iconv('big5', 'utf-8', "���զh�r�`���|"); // BIG5 string
/php-src/ext/spl/tests/
H A Dgh13685.phpt2 GH-13685 (Unexpected null pointer in zend_string.h)
/php-src/ext/openssl/
H A Dconfig.w3221 …} else if (!CHECK_FUNC_IN_HEADER("openssl/thread.h", "OSSL_set_max_threads", PHP_PHP_BUILD + "\\in…
/php-src/ext/json/
H A Djson_scanner.re17 #include "php.h"
18 #include "php_json_scanner.h"
19 #include "php_json_scanner_defs.h"
20 #include "php_json_parser.h"
21 #include "json_parser.tab.h"
/php-src/ext/gd/libgd/
H A Dgd.c312 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;} argument
413 if (h == HWB_UNDEFINED) {
416 i = floor(h);
417 f = h - i;
1521 const int yuppper = (y > INT_MAX - f->h) ? INT_MAX : y + f->h; in gdImageChar()
1548 const int xuppper = (x > INT_MAX - f->h) ? INT_MAX : x + f->h; in gdImageCharUp()
1775 b=h>>1; in gdImageEllipse()
1816 b=h>>1; in gdImageFilledEllipse()
2325 for (y = 0; (y < h); y++) { in gdImageCopy()
2335 for (y = 0; (y < h); y++) { in gdImageCopy()
[all …]
/php-src/sapi/cli/
H A Dphp_cli_server.c368 while (h) { in append_essential_headers()
428 if (h->header_len > 0) { in add_response_header()
429 p = strchr(h->header, ':'); in add_response_header()
430 len = p - h->header; in add_response_header()
432 while (len > 0 && (h->header[len-1] == ' ' || h->header[len-1] == '\t')) { in add_response_header()
437 memcpy(s, h->header, len); in add_response_header()
442 add_assoc_stringl_ex(return_value, s, (uint32_t)len, p, h->header_len - (p - h->header)); in add_response_header()
555 sapi_header_struct *h; in sapi_cli_server_send_headers() local
572 while (h) { in sapi_cli_server_send_headers()
573 if (h->header_len) { in sapi_cli_server_send_headers()
[all …]
/php-src/ext/soap/
H A Dphp_sdl.c454 h->use = SOAP_ENCODED; in wsdl_soap_binding_header()
456 h->use = SOAP_LITERAL; in wsdl_soap_binding_header()
486 if (h->element) { in wsdl_soap_binding_header()
487 h->encode = h->element->encode; in wsdl_soap_binding_header()
488 if (!h->ns && h->element->namens) { in wsdl_soap_binding_header()
489 h->ns = estrdup(h->element->namens); in wsdl_soap_binding_header()
492 efree(h->name); in wsdl_soap_binding_header()
493 h->name = estrdup(h->element->name); in wsdl_soap_binding_header()
526 return h; in wsdl_soap_binding_header()
612 if (h->ns) { in wsdl_soap_binding_body()
[all …]
/php-src/ext/mysqlnd/
H A Dconfig.w3234 CHECK_HEADER_ADD_INCLUDE("zlib.h", "CFLAGS", "..\\zlib;" + php_usual_include_suspects)
/php-src/ext/pcre/
H A Dconfig.w3212 PHP_INSTALL_HEADERS("ext/pcre", "php_pcre.h pcre2lib/");

Completed in 92 milliseconds

1...<<2122232425262728