Home
last modified time | relevance | path

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

1...<<2122232425262728

/php-src/ext/openssl/tests/
H A Dsni_server_ca.pem49 Vs1tIFDrb10Z2sn0pF/V0F0gubR5rvYs+3h/dLciLVFobQIDAQABo2MwYTAdBgNV
/php-src/ext/phar/
H A Dconfig.w3239 PHP_INSTALL_HEADERS("ext/phar", "php_phar.h");
/php-src/ext/gd/
H A Dgd.c578 if (overflow2(font->nchars, font->h) || overflow2(font->nchars * font->h, font->w )) { in PHP_FUNCTION()
588 font->h = FLIPWORD(font->h); in PHP_FUNCTION()
590 if (overflow2(font->nchars, font->h) || overflow2(font->nchars * font->h, font->w )) { in PHP_FUNCTION()
828 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
836 Z_PARAM_LONG(h) in PHP_FUNCTION()
860 Z_PARAM_LONG(h) in PHP_FUNCTION()
2650 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
2659 Z_PARAM_LONG(h) in PHP_FUNCTION()
2686 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
2694 Z_PARAM_LONG(h) in PHP_FUNCTION()
[all …]
/php-src/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-src/ext/standard/tests/file/
H A Dtouch_variation5.phpt115 $h = @fopen($path,"w");
116 if ($h !== false) {
117 fclose($h);
H A Dtouch_variation5-win32.phpt116 $h = @fopen($path,"w");
117 if ($h !== false) {
118 fclose($h);
H A Dtouch_variation6-win32.phpt121 $h = @fopen($path,"w");
122 if ($h !== false) {
123 fclose($h);
H A Dfscanf_error.phpt34 $invalid_formats = array("", "%", "%h", "%.", "%d%m");
/php-src/ext/standard/
H A Dpassword.c117 const char *h = ZSTR_VAL(hash); in php_password_bcrypt_valid() local
119 (h[0] == '$') && (h[1] == '2') && (h[2] == 'y'); in php_password_bcrypt_valid()
/php-src/ext/odbc/
H A Dconfig.m429 [Define to 1 to be able to use the obsolete <sqlunix.h> header file on
42 <sqlunix.h> header file on some FreeBSD systems.])
136 PHP_ODBC_CHECK_HEADER([sqlext.h])
198 PHP_ODBC_CHECK_HEADER([sqlcli1.h])
289 [/usr/local]. Make sure to define CUSTOM_ODBC_LIBS and have some odbc.h in
361 PHP_ODBC_CHECK_HEADER([sqlext.h])
/php-src/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-src/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-src/ext/date/
H A Dphp_date.c762 …case 'g': length = slprintf(buffer, sizeof(buffer), "%d", (t->h % 12) ? (int) t->h % 12 : 12); bre… in date_format()
977 case 'g': case 'h': retval = (int) ((t->h % 12) ? (int) t->h % 12 : 12); break; in php_idate()
1174 now->h = hou; in php_mktime()
1299 ta.tm_hour = ts->h; in php_strftime()
3303 dateobj->time->h = tmp_time->h; in php_date_modify()
3688 dateobj->time->h = h; in php_date_time_set()
3700 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3716 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
3720 Z_PARAM_LONG(h) in PHP_METHOD()
4539 GET_VALUE_FROM_STRUCT(h, "h"); in date_interval_read_property()
[all …]
/php-src/ext/soap/tests/
H A Dsetheaders.phpt22 $h = array(new SoapHeader("test://","HDR0"));
23 $client->__soapCall("test", array(), null, $h);
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data101 h=h
/php-src/TSRM/
H A Dthreads.m461 #include <pthread.h>
62 #include <stddef.h>
/php-src/Zend/
H A Dzend_virtual_cwd.c318 zend_ulong h; in realpath_cache_key() local
329 for (h = Z_UL(2166136261); bucket_key < e;) { in realpath_cache_key()
330 h *= Z_UL(16777619); in realpath_cache_key()
331 h ^= *bucket_key++; in realpath_cache_key()
336 return h; in realpath_cache_key()
342 zend_ulong h; in realpath_cache_key() local
345 for (h = Z_UL(2166136261); path < e;) { in realpath_cache_key()
346 h *= Z_UL(16777619); in realpath_cache_key()
347 h ^= *path++; in realpath_cache_key()
350 return h; in realpath_cache_key()
/php-src/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)
122 ; Available Units: s(econds), m(inutes), h(ours)
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c314 case 'H': s->period->h = nr; break; in scan()
913 current->h = timelib_get_nr(&ptr, 2); in scan()
950 s->period->h = timelib_get_unsigned_nr(&ptr, 2); in scan()
1018 in.begin->h = TIMELIB_UNSET; in timelib_strtointerval()
1031 in.end->h = TIMELIB_UNSET; in timelib_strtointerval()
1044 in.period->h = 0; in timelib_strtointerval()
/php-src/ext/date/tests/
H A Dgmdate_variation9.phpt18 '12-hour format with leading zeros' => 'h',
/php-src/ext/standard/tests/array/
H A Darray_combine.phpt16 $h = array_combine($array2, $array4);
/php-src/ext/pgsql/
H A Dconfig.m443 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <libpq-fe.h>],
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst21 zend_ulong h; /* hash value */
26 The ``gc`` field is used for :doc:`./reference-counting`. The ``h`` field contains a hash value,
64 The string API is defined in ``Zend/zend_string.h``. It provides a number of functions for creating
97 ``"class"``. See ``ZEND_KNOWN_STRINGS`` in ``Zend/zend_string.h``. This does not allocate
/php-src/ext/dom/
H A Dconfig.m4248 dom_ce.h
249 namespace_compat.h
250 xml_common.h
251 xpath_callbacks.h
/php-src/.github/workflows/
H A Dpush.yml106 …x.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}"
165 key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
205 key: "${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}"
283 key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"

Completed in 59 milliseconds

1...<<2122232425262728