Home
last modified time | relevance | path

Searched refs:_t (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/date/tests/
H A Doo_002.phpt7 class _t extends DateTimeZone {}
16 $t = new _t("Asia/Tokyo");
H A Doo_001.phpt10 class _t extends DateTimeZone {
39 $t = new _t;
70 DateObjectError: Object of type _t (inheriting DateTimeZone) has not been correctly initialized by …
/php-src/Zend/
H A Dzend_types.h1408 uint32_t _t = Z_TYPE_INFO_P(_z2); \
1409 ZVAL_COPY_VALUE_EX(_z1, _z2, _gc, _t); \
1417 uint32_t _t = Z_TYPE_INFO_P(_z2); \
1418 ZVAL_COPY_VALUE_EX(_z1, _z2, _gc, _t); \
1419 if (Z_TYPE_INFO_REFCOUNTED(_t)) { \
1429 uint32_t _t = Z_TYPE_INFO_P(_z2); \
1430 if ((_t & Z_TYPE_MASK) == IS_ARRAY) { \
1433 if (Z_TYPE_INFO_REFCOUNTED(_t)) { \
1436 ZVAL_COPY_VALUE_EX(_z1, _z2, _gc, _t); \
1449 uint32_t _t = Z_TYPE_INFO_P(_z2); \
[all …]
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua51 local _t = table
52 local insert, remove, concat, sort = _t.insert, _t.remove, _t.concat, _t.sort
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c110 CAST(intmax_t, CAST(int##v##_t, p)) : \
111 CAST(intmax_t, CAST(uint##v##_t, p)))
/php-src/ext/opcache/jit/ir/
H A Dir_builder.h51 #define ir_BINARY_OP(_op, _t, _op1, _op2) ir_fold2(_ir_CTX, IR_OPT((_op), (_t)), (_op1), (_op2… argument

Completed in 46 milliseconds