Home
last modified time | relevance | path

Searched refs:t1 (Results 26 – 36 of 36) sorted by relevance

12

/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp25 zend_long t1; member
/PHP-7.4/ext/opcache/Optimizer/
H A Ddce.c189 uint32_t t1 = OP1_INFO(); in may_have_side_effects() local
190 if (t1 & MAY_BE_REF) { in may_have_side_effects()
H A Dzend_inference.h256 uint32_t zend_array_element_type(uint32_t t1, int write, int insert);
H A Dzend_func_info.c106 uint32_t t1 = _ssa_op1_info(call_info->caller_op_array, ssa, call_info->arg_info[0].opline); in zend_range_info() local
114 if ((t1 & MAY_BE_STRING) && (t2 & MAY_BE_STRING)) { in zend_range_info()
117 if ((t1 & (MAY_BE_DOUBLE|MAY_BE_STRING)) in zend_range_info()
122 …if ((t1 & (MAY_BE_ANY-(MAY_BE_STRING|MAY_BE_DOUBLE))) && (t2 & (MAY_BE_ANY-(MAY_BE_STRING|MAY_BE_D… in zend_range_info()
/PHP-7.4/ext/date/lib/
H A Dtimelib.h824 int timelib_time_compare(timelib_time *t1, timelib_time *t2);
/PHP-7.4/Zend/
H A Dzend_alloc.c1168 unsigned int t1, t2; local
1174 t1 = size - 1;
1175 t2 = zend_mm_small_size_to_bit(t1) - 3;
1176 t1 = t1 >> t2;
1179 return (int)(t1 + t2);
H A Dzend_operators.c42 #define TYPE_PAIR(t1,t2) (((t1) << 4) | (t2)) argument
/PHP-7.4/ext/hash/
H A Dphp_hash_tiger_tables.h20 #define t1 (table) macro
/PHP-7.4/ext/standard/
H A Dstring.c3653 zend_string *t1, *t2; local
3659 Z_PARAM_STR(t1)
3665 if (ZSTR_LEN(t1) + ZSTR_LEN(t2) == 0) {
3673 sim = php_similar_char(ZSTR_VAL(t1), ZSTR_LEN(t1), ZSTR_VAL(t2), ZSTR_LEN(t2));
3676 ZEND_TRY_ASSIGN_REF_DOUBLE(percent, sim * 200.0 / (ZSTR_LEN(t1) + ZSTR_LEN(t2)));
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_3.phpt42 open c1 for select t1.*, t2.*, t3.*, t4.*, t5.*
43 from imp_res_3_tab_1 t1, imp_res_3_tab_1 t2, imp_res_3_tab_1 t3,
/PHP-7.4/ext/ffi/
H A Dffi.c1777 zend_ffi_type *t1, *t2; in zend_ffi_cdata_do_operation() local
1781 t1 = ZEND_FFI_TYPE(type1->pointer.type); in zend_ffi_cdata_do_operation()
1784 t1 = ZEND_FFI_TYPE(type1->array.type); in zend_ffi_cdata_do_operation()
1794 if (zend_ffi_is_same_type(t1, t2)) { in zend_ffi_cdata_do_operation()
1796 (zend_long)(p1 - p2) / (zend_long)t1->size); in zend_ffi_cdata_do_operation()

Completed in 110 milliseconds

12