Lines Matching +full:z_type_p +type:c

103 	if (Z_TYPE_P(object) == IS_UNDEF && opline->op1_type == IS_CV) {  in zend_jit_invalid_method_call()
383 if (Z_TYPE_P(dim) == IS_REFERENCE) { in zend_jit_fetch_dim_r_helper()
387 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_r_helper()
525 if (Z_TYPE_P(dim) == IS_REFERENCE) { in zend_jit_fetch_dim_is_helper()
529 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_is_helper()
665 if (Z_TYPE_P(dim) == IS_REFERENCE) { in zend_jit_fetch_dim_isset_helper()
669 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_isset_helper()
747 if (UNEXPECTED(Z_TYPE_P(retval) == IS_REFERENCE)) { in zend_jit_fetch_dim_isset_helper()
750 return Z_TYPE_P(retval) > IS_NULL; in zend_jit_fetch_dim_isset_helper()
754 if (UNEXPECTED(Z_TYPE_P(retval) == IS_REFERENCE)) { in zend_jit_fetch_dim_isset_helper()
757 return (Z_TYPE_P(retval) > IS_NULL); in zend_jit_fetch_dim_isset_helper()
771 if (Z_TYPE_P(dim) == IS_REFERENCE) { in zend_jit_fetch_dim_rw_helper()
775 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_rw_helper()
903 if (Z_TYPE_P(dim) == IS_REFERENCE) { in zend_jit_fetch_dim_w_helper()
907 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_w_helper()
1033 switch(Z_TYPE_P(dim)) { in zend_check_string_offset()
1098 if (UNEXPECTED(Z_TYPE_P(dim) != IS_LONG)) { in zend_jit_fetch_dim_str_r_helper()
1122 if (UNEXPECTED(Z_TYPE_P(dim) != IS_LONG)) { in zend_jit_fetch_dim_str_is_helper()
1123 switch (Z_TYPE_P(dim)) { in zend_jit_fetch_dim_str_is_helper()
1176 if (UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_jit_fetch_dim_obj_r_helper()
1203 if (UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_jit_fetch_dim_obj_is_helper()
1243 if (UNEXPECTED(Z_TYPE_P(dim) != IS_LONG)) { in zend_assign_to_string_offset()
1273 if (Z_TYPE_P(value) != IS_STRING) { in zend_assign_to_string_offset()
1280 if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) { in zend_assign_to_string_offset()
1379 if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) { in zend_jit_fetch_dim_obj_helper()
1395 } else if (EXPECTED(retval && Z_TYPE_P(retval) != IS_UNDEF)) { in zend_jit_fetch_dim_obj_helper()
1401 if (Z_TYPE_P(retval) != IS_OBJECT) { in zend_jit_fetch_dim_obj_helper()
1418 } else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) { in zend_jit_fetch_dim_obj_helper()
1422 if (UNEXPECTED(Z_TYPE_P(dim) != IS_LONG)) { in zend_jit_fetch_dim_obj_helper()
1428 } else if (Z_TYPE_P(object_ptr) == IS_FALSE) { in zend_jit_fetch_dim_obj_helper()
1484 if (EXPECTED(Z_TYPE_P(object_ptr) == IS_OBJECT)) { in zend_jit_assign_dim_helper()
1488 if (dim && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_jit_assign_dim_helper()
1494 if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) { in zend_jit_assign_dim_helper()
1515 } else if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING) && EXPECTED(dim != NULL)) { in zend_jit_assign_dim_helper()
1520 if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) { in zend_jit_assign_dim_helper()
1527 if (EXPECTED(Z_TYPE_P(object_ptr) == IS_STRING)) { in zend_jit_assign_dim_helper()
1532 } else if (Z_TYPE_P(object_ptr) == IS_FALSE) { in zend_jit_assign_dim_helper()
1561 if (dim && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_jit_assign_dim_helper()
1575 if (EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { in zend_jit_assign_dim_op_helper()
1608 } else if (UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { in zend_jit_assign_dim_op_helper()
1612 if (UNEXPECTED(Z_TYPE_P(dim) != IS_LONG)) { in zend_jit_assign_dim_op_helper()
1617 } else if (Z_TYPE_P(container) == IS_FALSE) { in zend_jit_assign_dim_op_helper()
1736 if (UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) { in zend_jit_isset_dim_helper()
1741 if (EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { in zend_jit_isset_dim_helper()
1743 } else if (EXPECTED(Z_TYPE_P(container) == IS_STRING)) { /* string offsets */ in zend_jit_isset_dim_helper()
1746 if (EXPECTED(Z_TYPE_P(offset) == IS_LONG)) { in zend_jit_isset_dim_helper()
1757 if (Z_TYPE_P(offset) < IS_STRING /* simple scalar types */ in zend_jit_isset_dim_helper()
1758 || (Z_TYPE_P(offset) == IS_STRING /* or numeric string */ in zend_jit_isset_dim_helper()
1806 if (UNEXPECTED(Z_TYPE_P(value) == IS_INDIRECT)) { in zend_jit_fetch_global_helper()
1808 if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) { in zend_jit_fetch_global_helper()
2064 return Z_TYPE_P(val) <= IS_FALSE in promotes_to_array()
2065 || (Z_ISREF_P(val) && Z_TYPE_P(Z_REFVAL_P(val)) <= IS_FALSE); in promotes_to_array()
2130 if (Z_TYPE_P(ptr) != IS_REFERENCE) { in zend_handle_fetch_obj_flags()
2137 if (Z_TYPE_P(ptr) == IS_UNDEF) { in zend_handle_fetch_obj_flags()
2203 if (UNEXPECTED(Z_TYPE_P(retval) == IS_UNDEF)) { in zend_jit_fetch_obj_w_slow()
2214 if ((Z_TYPE_P(val) <= IS_FALSE in zend_jit_check_array_promotion()
2215 || (Z_ISREF_P(val) && Z_TYPE_P(Z_REFVAL_P(val)) <= IS_FALSE)) in zend_jit_check_array_promotion()
2246 if (EXPECTED(Z_TYPE_P(zv) == IS_INDIRECT)) { in zend_jit_extract_helper()
2282 if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) { in zend_jit_assign_cv_to_typed_ref()
2328 if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) { in zend_jit_assign_cv_to_typed_ref2()
2387 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE(tmp) == IS_LONG) { in zend_jit_pre_inc_typed_ref()
2413 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE(tmp) == IS_LONG) { in zend_jit_pre_dec_typed_ref()
2437 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE_P(ret) == IS_LONG) { in zend_jit_post_inc_typed_ref()
2456 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE_P(ret) == IS_LONG) { in zend_jit_post_dec_typed_ref()
2530 if (Z_TYPE_P(container) == IS_UNDEF && opline->op1_type == IS_CV) { in zend_jit_invalid_property_incdec()
2555 if (Z_TYPE_P(container) == IS_UNDEF) { in zend_jit_invalid_property_assign_op()
2565 if (Z_TYPE_P(val) <= IS_FALSE) { in zend_jit_prepare_assign_dim_ref()
2570 if (Z_TYPE_P(val) == IS_FALSE) { in zend_jit_prepare_assign_dim_ref()
2643 if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) { in zend_jit_assign_obj_helper()
2663 if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) { in zend_jit_assign_to_typed_prop()
2739 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2741 ZEND_ASSERT(Z_TYPE_P(zptr) == IS_STRING && "Concat should return string"); in zend_jit_assign_op_to_typed_prop()
2825 ZEND_ASSERT(Z_TYPE_P(var_ptr) != IS_UNDEF); in zend_jit_inc_typed_prop()
2840 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE(tmp) == IS_LONG) { in zend_jit_inc_typed_prop()
2858 ZEND_ASSERT(Z_TYPE_P(var_ptr) != IS_UNDEF); in zend_jit_dec_typed_prop()
2873 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE(tmp) == IS_LONG) { in zend_jit_dec_typed_prop()
2905 ZEND_ASSERT(Z_TYPE_P(var_ptr) != IS_UNDEF); in zend_jit_post_inc_typed_prop()
2922 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE_P(result) == IS_LONG) { in zend_jit_post_inc_typed_prop()
2940 ZEND_ASSERT(Z_TYPE_P(var_ptr) != IS_UNDEF); in zend_jit_post_dec_typed_prop()
2957 if (UNEXPECTED(Z_TYPE_P(var_ptr) == IS_DOUBLE) && Z_TYPE_P(result) == IS_LONG) { in zend_jit_post_dec_typed_prop()
2985 if (EXPECTED(Z_TYPE_P(prop) == IS_LONG)) { in zend_jit_pre_inc_obj_helper()
2987 if (UNEXPECTED(Z_TYPE_P(prop) != IS_LONG) && prop_info in zend_jit_pre_inc_obj_helper()
3055 if (EXPECTED(Z_TYPE_P(prop) == IS_LONG)) { in zend_jit_pre_dec_obj_helper()
3057 if (UNEXPECTED(Z_TYPE_P(prop) != IS_LONG) && prop_info in zend_jit_pre_dec_obj_helper()
3123 if (EXPECTED(Z_TYPE_P(prop) == IS_LONG)) { in zend_jit_post_inc_obj_helper()
3126 if (UNEXPECTED(Z_TYPE_P(prop) != IS_LONG) && prop_info in zend_jit_post_inc_obj_helper()
3184 if (EXPECTED(Z_TYPE_P(prop) == IS_LONG)) { in zend_jit_post_dec_obj_helper()
3187 if (UNEXPECTED(Z_TYPE_P(prop) != IS_LONG) && prop_info in zend_jit_post_dec_obj_helper()