Home
last modified time | relevance | path

Searched refs:h (Results 576 – 600 of 747) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/sapi/embed/
H A Dphp5embed.dsp93 # PROP Default_Filter "h;hpp;hxx;hm;inl"
96 SOURCE=php_embed.h
/PHP-5.5/ext/hash/
H A Dhash_snefru.c36 void ph(php_hash_uint32 h[16]) in ph()
40 printf ("%08lx", h[i]); printf("\n"); in ph()
H A Dhash_sha.c483 php_hash_uint32 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
498 T1 = h + SHA256_F3(e) + SHA256_F0(e,f,g) + SHA256_K[i] + W[i]; in SHA256Transform()
500 h = g; g = f; f = e; e = d + T1; in SHA256Transform()
511 state[7] += h; in SHA256Transform()
793 php_hash_uint64 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
808 T1 = h + SHA512_F3(e) + SHA512_F0(e,f,g) + SHA512_K[i] + W[i]; in SHA512Transform()
810 h = g; g = f; f = e; e = d + T1; in SHA512Transform()
821 state[7] += h; in SHA512Transform()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.dsp106 # PROP Default_Filter "h;hpp;hxx;hm;inl"
109 SOURCE=.\php_mcrypt.h
113 SOURCE=..\..\win32\readdir.h
/PHP-5.5/ext/oci8/
H A Doci8.dsp118 # PROP Default_Filter "h;hpp;hxx;hm;inl"
121 SOURCE=.\php_oci8.h
125 SOURCE=.\php_oci8_int.h
/PHP-5.5/ext/standard/tests/file/
H A Dtouch_variation5-win32.phpt121 $h = @fopen($path,"w");
122 if ($h !== false) {
123 fclose($h);
H A Dtouch_variation6-win32.phpt127 $h = @fopen($path,"w");
128 if ($h !== false) {
129 fclose($h);
H A Dmkdir_variation2.phpt103 $h = mkdir($pathname, $value);
104 if ($h === true) {
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput9589 /\h+\V?\v{3,4}/8O
595 /\h+\V?\v{3,4}/8O
601 /\H\h\V\v/8
607 /\H*\h+\V?\v{3,4}/8O
614 /\H\h\V\v/8
620 /\H*\h+\V?\v{3,4}/8O
H A Dtestoutput2334 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
61 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
H A Dtestinput14301 /\h/SI
311 /[\h]/BZ
314 /[\h]+/BZ
321 /[^\h]/BZ
/PHP-5.5/ext/standard/
H A Dvar.c45 php_printf("%*c[%ld]=>\n", level + 1, ' ', hash_key->h); in php_array_element_dump()
64 php_printf("%*c[%ld]=>\n", level + 1, ' ', hash_key->h); in php_object_property_dump()
196 php_printf("%*c[%ld]=>\n", level + 1, ' ', hash_key->h); in zval_array_element_dump()
221 php_printf("%*c[%ld]=>\n", level + 1, ' ', hash_key->h); in zval_object_property_dump()
354 smart_str_append_long(buf, (long) hash_key->h); in php_array_element_export()
406 smart_str_append_long(buf, (long) hash_key->h); in php_object_element_export()
/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c223 int w = 0, h = 0; in WebPGetPSNR() local
232 &h); in WebPGetPSNR()
234 psnr = GetPSNRYuv(Y1, U1, V1, Y2, U2, V2, w, h); in WebPGetPSNR()
890 const int h = ((data[9] << 8) | data[8]) & 0x3fff; in WebPGetInfo() local
892 if (height) *height = h; in WebPGetInfo()
/PHP-5.5/ext/xsl/
H A Dconfig.m443 if test -r "$i/include/libexslt/exslt.h"; then
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c559 register unsigned long h; in realpath_cache_key() local
568 for (h = 2166136261U; bucket_key < e;) { in realpath_cache_key()
569 h *= 16777619; in realpath_cache_key()
570 h ^= *bucket_key++; in realpath_cache_key()
573 return h; in realpath_cache_key()
579 register unsigned long h; in realpath_cache_key() local
582 for (h = 2166136261U; path < e;) { in realpath_cache_key()
583 h *= 16777619; in realpath_cache_key()
584 h ^= *path++; in realpath_cache_key()
587 return h; in realpath_cache_key()
H A Dthreads.m470 #include <pthread.h>
71 #include <stddef.h>
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c369 case 'H': s->period->h = nr; break; in scan()
747 s->period->h = timelib_get_unsigned_nr((char **) &ptr, 2); in scan()
901 current->h = timelib_get_nr((char **) &ptr, 2); in scan()
1054 in.begin->h = TIMELIB_UNSET; in timelib_strtointerval()
1067 in.end->h = TIMELIB_UNSET; in timelib_strtointerval()
1080 in.period->h = 0; in timelib_strtointerval()
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation9.phpt24 '12-hour format with leading zeros' => 'h',
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_basic.phpt17 var_dump( strrchr("Hello, World", "h") );
/PHP-5.5/ext/zip/
H A Dconfig.w327 if (CHECK_HEADER_ADD_INCLUDE("zlib.h", "CFLAGS_ZIP", "..\\zlib;" + PHP_ZIP) &&
/PHP-5.5/ext/mysql/
H A Dconfig.m465 if test -r $PHP_MYSQL/include/mysql/mysql.h; then
69 elif test -r $PHP_MYSQL/include/mysql.h; then
/PHP-5.5/ext/standard/tests/array/
H A Drange.phpt170 string(1) "h"
248 string(1) "h"
/PHP-5.5/ext/
H A Dext_skel234 sed -f sedscript <$skel_dir/php_skeleton.h > php_$extname.h
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt31 $regex_ascii = b'([A-Z]\w{1,4}is( [aeiou]|h)) ?.*\.\s[0-9]+(5([6-9][79]){2})[[:punct:]]$';
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c415 isc_blob_handle h = NULL; in firebird_bind_blob() local
420 if (isc_create_blob(H->isc_status, &H->db, &H->tr, &h, blob_id)) { in firebird_bind_blob()
433 if (isc_put_segment(H->isc_status, &h, chunk_size, &Z_STRVAL_P(param)[put_cnt])) { in firebird_bind_blob()
443 if (isc_close_blob(H->isc_status, &h)) { in firebird_bind_blob()

Completed in 65 milliseconds

1...<<21222324252627282930