Home
last modified time | relevance | path

Searched refs:_d (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/standard/
H A Dhrtime.c35 double _d; \
37 _d = zend_strtod(_a, NULL); \
38 RETURN_DOUBLE(_d); \
/php-src/ext/ffi/tests/
H A D003.phpt19 struct _d {int x;};
20 typedef struct _d d;
57 object(FFI\CData:struct _d)#%d (1) {
H A D004.phpt19 enum _d {e4};
20 typedef enum _d d;
67 object(FFI\CData:enum _d)#%d (1) {
/php-src/ext/date/tests/
H A Doo_002.phpt6 class _d extends DateTime {}
8 $d = new _d("1pm Aug 1 GMT 2007");
H A Doo_001.phpt6 class _d extends DateTime {
23 $d = new _d;
67 DateObjectError: Object of type _d (inheriting DateTime) has not been correctly initialized by call…
/php-src/Zend/
H A Dzend_multiply.h319 double _d = (double)nmemb * (double)size + (double)offset; in zend_safe_address() local
320 double _delta = (double)res - _d; in zend_safe_address()
322 if (UNEXPECTED((_d + _delta ) != _d)) { in zend_safe_address()
H A Dzend_strtod.h34 ZEND_API char *zend_dtoa(double _d, int mode, int ndigits, int *decpt, bool *sign, char **rve);
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile4 R��0-as�Aꏾ�<�H���Ҵ�_d)Q����A����Kp���@< <J?�9a�V�9u8�9��Fp�ך�"��P<
/php-src/ext/mbstring/
H A Dmbstring.c5351 const __m256i _d = _mm256_set1_epi8(0xD); in mb_fast_check_utf8_avx2() local
5401 cont_mask = _mm256_or_si256(cont_mask, _mm256_cmpgt_epi8(hi_nibbles3, _d)); in mb_fast_check_utf8_avx2()

Completed in 42 milliseconds