Lines Matching +full:z_type_p +type:c

245 	switch (Z_TYPE_P(op)) {  in convert_scalar_to_number()
294 switch (Z_TYPE_P(op)) { in _zendi_convert_scalar_to_number_silent()
313 UNEXPECTED(Z_TYPE_P(holder) != IS_LONG && Z_TYPE_P(holder) != IS_DOUBLE)) { in _zendi_convert_scalar_to_number_silent()
327 switch (Z_TYPE_P(op)) { in _zendi_try_convert_scalar_to_number()
357 ZEND_ASSERT(Z_TYPE_P(holder) == IS_LONG || Z_TYPE_P(holder) == IS_DOUBLE); in _zendi_try_convert_scalar_to_number()
369 if (Z_TYPE_P(op) == IS_LONG || Z_TYPE_P(op) == IS_DOUBLE) { in zendi_try_convert_scalar_to_number()
381 switch (Z_TYPE_P(op)) { in zendi_try_get_long()
458 if (EXPECTED(Z_TYPE_P(op) == IS_LONG)) { in zval_try_get_long()
466 if (UNEXPECTED(Z_TYPE_P(op1) == IS_OBJECT) \
474 if (UNEXPECTED(Z_TYPE_P(op2) == IS_OBJECT) \
486 if (UNEXPECTED(Z_TYPE_P(op1) == IS_OBJECT) \
494 if (UNEXPECTED(Z_TYPE_P(op1) != IS_LONG)) { \
498 if (Z_TYPE_P(op1) == IS_LONG) { \
517 if (UNEXPECTED(Z_TYPE_P(op2) != IS_LONG)) { \
521 if (Z_TYPE_P(op2) == IS_LONG) { \
545 switch (Z_TYPE_P(op)) { in convert_to_long()
602 switch (Z_TYPE_P(op)) { in convert_to_double()
668 switch (Z_TYPE_P(op)) { in convert_to_boolean()
731 switch (Z_TYPE_P(op)) { in _convert_to_string()
786 ZEND_ASSERT(Z_TYPE_P(op) != IS_STRING); in _try_convert_to_string()
808 switch (Z_TYPE_P(op)) { in convert_to_array()
856 switch (Z_TYPE_P(op)) { in convert_to_object()
906 switch (Z_TYPE_P(op)) { in zval_get_long_func()
976 switch (Z_TYPE_P(op)) { in zval_get_double_func()
1015 switch (Z_TYPE_P(op)) { in __zval_get_string_func()
1092 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in add_function_fast()
1158 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in sub_function_fast()
1223 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in mul_function_fast()
1306 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in pow_function_base()
1399 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in div_function_base()
1523 if (Z_TYPE_P(op1) == IS_FALSE) { in boolean_xor_function()
1525 } else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) { in boolean_xor_function()
1530 if (Z_TYPE_P(op1) == IS_FALSE) { in boolean_xor_function()
1533 } else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) { in boolean_xor_function()
1543 if (Z_TYPE_P(op2) == IS_FALSE) { in boolean_xor_function()
1545 } else if (EXPECTED(Z_TYPE_P(op2) == IS_TRUE)) { in boolean_xor_function()
1550 if (Z_TYPE_P(op2) == IS_FALSE) { in boolean_xor_function()
1553 } else if (EXPECTED(Z_TYPE_P(op2) == IS_TRUE)) { in boolean_xor_function()
1570 if (Z_TYPE_P(op1) < IS_TRUE) { in boolean_not_function()
1572 } else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) { in boolean_not_function()
1577 if (Z_TYPE_P(op1) < IS_TRUE) { in boolean_not_function()
1580 } else if (EXPECTED(Z_TYPE_P(op1) == IS_TRUE)) { in boolean_not_function()
1596 switch (Z_TYPE_P(op1)) { in bitwise_not_function()
1648 if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { in bitwise_or_function()
1656 if (Z_TYPE_P(op1) == IS_STRING && EXPECTED(Z_TYPE_P(op2) == IS_STRING)) { in bitwise_or_function()
1689 if (UNEXPECTED(Z_TYPE_P(op1) != IS_LONG)) { in bitwise_or_function()
1703 if (UNEXPECTED(Z_TYPE_P(op2) != IS_LONG)) { in bitwise_or_function()
1730 if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { in bitwise_and_function()
1738 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_and_function()
1771 if (UNEXPECTED(Z_TYPE_P(op1) != IS_LONG)) { in bitwise_and_function()
1785 if (UNEXPECTED(Z_TYPE_P(op2) != IS_LONG)) { in bitwise_and_function()
1812 if (EXPECTED(Z_TYPE_P(op1) == IS_LONG) && EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { in bitwise_xor_function()
1820 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_xor_function()
1853 if (UNEXPECTED(Z_TYPE_P(op1) != IS_LONG)) { in bitwise_xor_function()
1867 if (UNEXPECTED(Z_TYPE_P(op2) != IS_LONG)) { in bitwise_xor_function()
1971 if (EXPECTED(Z_TYPE_P(op1) == IS_STRING)) { in concat_function()
1976 if (Z_TYPE_P(op1) == IS_STRING) { in concat_function()
2000 if (EXPECTED(Z_TYPE_P(op2) == IS_STRING)) { in concat_function()
2005 if (Z_TYPE_P(op2) == IS_STRING) { in concat_function()
2031 if (EXPECTED(result != op2 || Z_TYPE_P(result) != IS_STRING)) { in concat_function()
2044 if (EXPECTED(result != op1 || Z_TYPE_P(result) != IS_STRING)) { in concat_function()
2135 if (EXPECTED(Z_TYPE_P(op1) == IS_STRING) && in string_compare_function()
2136 EXPECTED(Z_TYPE_P(op2) == IS_STRING)) { in string_compare_function()
2157 if (EXPECTED(Z_TYPE_P(op1) == IS_STRING) && in string_case_compare_function()
2158 EXPECTED(Z_TYPE_P(op2) == IS_STRING)) { in string_case_compare_function()
2258 switch (TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2))) { in zend_compare()
2334 if (Z_TYPE_P(op1) == IS_OBJECT in zend_compare()
2335 && Z_TYPE_P(op2) == IS_OBJECT in zend_compare()
2338 } else if (Z_TYPE_P(op1) == IS_OBJECT) { in zend_compare()
2340 } else if (Z_TYPE_P(op2) == IS_OBJECT) { in zend_compare()
2345 if (Z_TYPE_P(op1) < IS_TRUE) { in zend_compare()
2347 } else if (Z_TYPE_P(op1) == IS_TRUE) { in zend_compare()
2349 } else if (Z_TYPE_P(op2) < IS_TRUE) { in zend_compare()
2351 } else if (Z_TYPE_P(op2) == IS_TRUE) { in zend_compare()
2361 } else if (Z_TYPE_P(op1)==IS_ARRAY) { in zend_compare()
2363 } else if (Z_TYPE_P(op2)==IS_ARRAY) { in zend_compare()
2391 if (Z_TYPE_P(op1) != Z_TYPE_P(op2)) { in zend_is_identical()
2394 switch (Z_TYPE_P(op1)) { in zend_is_identical()
2631 switch (Z_TYPE_P(op1)) { in increment_function()
2719 switch (Z_TYPE_P(op1)) { in decrement_function()