Home
last modified time | relevance | path

Searched refs:h (Results 451 – 475 of 572) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.4/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-7.4/ext/json/
H A Djson_scanner.re19 #include "php.h"
20 #include "php_json_scanner.h"
21 #include "php_json_scanner_defs.h"
22 #include "php_json_parser.h"
23 #include "json_parser.tab.h"
/PHP-7.4/Zend/tests/
H A Dfr47160.phpt53 $h= new Hello;
54 $f = array($h,'world');
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstr_split_basic.phpt49 string(1) "h"
/PHP-7.4/ext/soap/
H A Dphp_sdl.c485 h->use = SOAP_ENCODED; in wsdl_soap_binding_header()
487 h->use = SOAP_LITERAL; in wsdl_soap_binding_header()
517 if (h->element) { in wsdl_soap_binding_header()
518 h->encode = h->element->encode; in wsdl_soap_binding_header()
519 if (!h->ns && h->element->namens) { in wsdl_soap_binding_header()
520 h->ns = estrdup(h->element->namens); in wsdl_soap_binding_header()
523 efree(h->name); in wsdl_soap_binding_header()
524 h->name = estrdup(h->element->name); in wsdl_soap_binding_header()
557 return h; in wsdl_soap_binding_header()
643 if (h->ns) { in wsdl_soap_binding_body()
[all …]
/PHP-7.4/ext/date/tests/
H A Didate_variation5.phpt20 '12 hour format' => 'h',
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt220 ["h"]=>
221 string(1) "h"
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_set.c30 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
31 PHPDBG_COMMAND_D_EXP(f, h, a, m, l, s, &phpdbg_prompt_commands[17], flags)
/PHP-7.4/ext/openssl/tests/
H A Dsni_server_ca.pem49 Vs1tIFDrb10Z2sn0pF/V0F0gubR5rvYs+3h/dLciLVFobQIDAQABo2MwYTAdBgNV
/PHP-7.4/ext/date/
H A Dphp_date.c1201 …case 'g': length = slprintf(buffer, sizeof(buffer), "%d", (t->h % 12) ? (int) t->h % 12 : 12); bre… in date_format()
1399 case 'g': case 'h': retval = (int) ((t->h % 12) ? (int) t->h % 12 : 12); break; in php_idate()
1603 now->h = hou; in php_mktime()
1700 ta.tm_hour = ts->h; in php_strftime()
3280 if (tmp_time->h != -99999) { in php_date_modify()
3281 dateobj->time->h = tmp_time->h; in php_date_modify()
3609 dateobj->time->h = h; in php_date_time_set()
3623 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3641 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
4257 GET_VALUE_FROM_STRUCT(h, "h"); in date_interval_read_property()
[all …]
/PHP-7.4/ext/filter/tests/
H A D015.phpt23 'http://cont-ains.h-yph-en-s.com',
84 string(31) "http://cont-ains.h-yph-en-s.com"
/PHP-7.4/ext/standard/tests/file/
H A Dtouch_variation5.phpt121 $h = @fopen($path,"w");
122 if ($h !== false) {
123 fclose($h);
/PHP-7.4/ext/oci8/
H A Dconfig.m4127 …CFLAGS="\$(CFLAGS_CLEAN)" dtrace -h -C -s $ac_srcdir[$]ac_provsrc -o \$[]@.bak && \$(SED) -e 's,PH…
229 AC_CHECK_HEADERS([sys/sdt.h], [
230 OCI8_INIT_DTRACE([oci8_dtrace.d],[oci8_dtrace_gen.h],[oci8.c oci8_statement.c])
234 [Cannot find sys/sdt.h which is required for DTrace support])
388 if test -f "$OCISDKRPMINC/oci.h"; then
392 elif test -f "$OCISDKZIPINC/oci.h"; then
396 elif test -f "$OCISDKMANINC/oci.h"; then
/PHP-7.4/ext/hash/sha3/generic32lc/
H A Dbrg_endian.h137 # error Please edit lines 132 or 134 in brg_endian.h to set the platform byte order
/PHP-7.4/ext/hash/sha3/generic64lc/
H A Dbrg_endian.h137 # error Please edit lines 132 or 134 in brg_endian.h to set the platform byte order
/PHP-7.4/ext/soap/tests/
H A Dsetheaders.phpt22 $h = array(new SoapHeader("test://","HDR0"));
23 $client->__soapCall("test", array(), null, $h);
/PHP-7.4/ext/hash/
H A Dhash_snefru.c34 void ph(uint32_t h[16]) in ph()
38 printf ("%08lx", h[i]); printf("\n"); in ph()
H A Dhash_sha.c481 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
496 T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i]; in SHA256Transform()
498 h = g; g = f; f = e; e = d + T1; in SHA256Transform()
509 state[7] += h; in SHA256Transform()
791 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
806 T1 = h + SHA512_F3(e) + SHA512_F0(e,f,g) + SHA512_K[i] + W[i]; in SHA512Transform()
808 h = g; g = f; f = e; e = d + T1; in SHA512Transform()
819 state[7] += h; in SHA512Transform()
/PHP-7.4/ext/standard/
H A Darray.c146 return (zend_long)f->h > (zend_long)s->h ? 1 : -1; in php_array_key_compare()
148 l1 = (zend_long)f->h; in php_array_key_compare()
162 l2 = (zend_long)s->h; in php_array_key_compare()
189 return (zend_long)f->h > (zend_long)s->h ? 1 : -1; in php_array_key_compare_numeric()
1078 ZVAL_LONG(&args[0], f->h); in php_array_user_key_compare()
2678 p->h = n++;
3030 p->h = j;
3325 q->h = k;
3340 q->h = k;
3362 if (p->h != k) {
[all …]
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c326 register zend_ulong h; in realpath_cache_key() local
337 for (h = Z_UL(2166136261); bucket_key < e;) { in realpath_cache_key()
338 h *= Z_UL(16777619); in realpath_cache_key()
339 h ^= *bucket_key++; in realpath_cache_key()
344 return h; in realpath_cache_key()
350 register zend_ulong h; in realpath_cache_key() local
353 for (h = Z_UL(2166136261); path < e;) { in realpath_cache_key()
354 h *= Z_UL(16777619); in realpath_cache_key()
355 h ^= *path++; in realpath_cache_key()
358 return h; in realpath_cache_key()
/PHP-7.4/ext/gd/
H A Dgd.c194 ZEND_ARG_INFO(0, h)
203 ZEND_ARG_INFO(0, h)
558 ZEND_ARG_INFO(0, h)
569 ZEND_ARG_INFO(0, h)
1476 if (overflow2(font->nchars, font->h) || overflow2(font->nchars * font->h, font->w )) { in PHP_FUNCTION()
1486 font->h = FLIPWORD(font->h); in PHP_FUNCTION()
1488 if (overflow2(font->nchars, font->h) || overflow2(font->nchars * font->h, font->w )) { in PHP_FUNCTION()
1741 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
3343 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
3375 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
[all …]
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in71 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
77 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
123 ; Available Units: s(econds), m(inutes), h(ours)

Completed in 111 milliseconds

1...<<11121314151617181920>>...23