Home
last modified time | relevance | path

Searched refs:Z_TYPE_INFO_P (Results 1 – 13 of 13) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_types.h595 Z_TYPE_INFO_P(z) = IS_UNDEF; \
599 Z_TYPE_INFO_P(z) = IS_NULL; \
603 Z_TYPE_INFO_P(z) = IS_FALSE; \
607 Z_TYPE_INFO_P(z) = IS_TRUE; \
611 Z_TYPE_INFO_P(z) = \
618 Z_TYPE_INFO_P(__z) = IS_LONG; \
624 Z_TYPE_INFO_P(__z) = IS_DOUBLE; \
779 Z_TYPE_INFO_P(z) = IS_PTR; \
793 Z_TYPE_INFO_P(z) = _IS_ERROR; \
847 Z_TYPE_INFO_P(z) = t; \
[all …]
H A Dzend_vm_execute.h2634 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2689 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2721 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2785 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2822 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
3166 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
16752 value_type = Z_TYPE_INFO_P(value);
16876 value_type = Z_TYPE_INFO_P(value);
16927 value_type = Z_TYPE_INFO_P(value);
17064 value_type = Z_TYPE_INFO_P(value);
[all …]
H A Dzend_vm_def.h746 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2705 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2737 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2801 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2838 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
4875 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
6071 value_type = Z_TYPE_INFO_P(value);
6078 value_type = Z_TYPE_INFO_P(value);
6195 value_type = Z_TYPE_INFO_P(value);
6246 value_type = Z_TYPE_INFO_P(value);
[all …]
H A Dzend_execute.c1342 Z_TYPE_INFO_P(str) = IS_STRING_EX; in zend_assign_to_string_offset()
1348 Z_TYPE_INFO_P(str) = IS_STRING_EX; in zend_assign_to_string_offset()
2147 type_flags |= Z_TYPE_INFO_P(src); in i_init_func_execute_data()
2155 type_flags |= Z_TYPE_INFO_P(src); in i_init_func_execute_data()
2245 type_flags |= Z_TYPE_INFO_P(src); in i_init_execute_data()
2253 type_flags |= Z_TYPE_INFO_P(src); in i_init_execute_data()
H A Dzend_builtin_functions.c605 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
621 if (EXPECTED(Z_TYPE_INFO_P(q) != IS_UNDEF)) { in ZEND_FUNCTION()
2336 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
2352 if (EXPECTED(Z_TYPE_INFO_P(p) != IS_UNDEF)) { in debug_backtrace_get_args()
H A Dzend_gc.c568 Z_TYPE_INFO_P(zv) = IS_NULL; in gc_mark_grey()
583 Z_TYPE_INFO_P(zv) = IS_NULL; in gc_mark_grey()
H A Dzend_operators.c151 …if ((Z_TYPE_INFO_P(op)=is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &Z_LVAL_P(op), &Z_DVAL_P(op… in _convert_scalar_to_number()
1031 Z_TYPE_INFO_P(result) = overflow ? IS_DOUBLE : IS_LONG; in mul_function()
2274 Z_TYPE_INFO_P(str) = IS_STRING_EX; in increment_string()
2281 Z_TYPE_INFO_P(str) = IS_STRING_EX; in increment_string()
H A Dzend_hash.c1663 if (!packed && Z_TYPE_INFO_P(data) == IS_INDIRECT) { in zend_array_dup_element()
1666 if (UNEXPECTED(Z_TYPE_INFO_P(data) == IS_UNDEF)) { in zend_array_dup_element()
1671 if (Z_TYPE_INFO_P(data) == IS_INDIRECT) { in zend_array_dup_element()
1673 if (UNEXPECTED(Z_TYPE_INFO_P(data) == IS_UNDEF)) { in zend_array_dup_element()
H A Dzend.c643 Z_TYPE_INFO_P(&globals) = IS_ARRAY; in php_auto_globals_create_globals()
H A Dzend_execute_API.c625 Z_TYPE_INFO_P(p) = Z_REFCOUNTED_P(p) ? in zval_update_constant_ex()
H A Dzend_language_scanner.l691 Z_TYPE_INFO_P(str) = IS_STRING_EX; in zend_prepare_string_for_scanning()
H A Dzend_language_scanner.c693 Z_TYPE_INFO_P(str) = IS_STRING_EX; in zend_prepare_string_for_scanning()
/PHP-7.1/ext/opcache/Optimizer/
H A Ddfa_pass.c414 ZEND_ASSERT(Z_TYPE_INFO_P(zv) == IS_LONG); in zend_dfa_optimize_op_array()
425 ZEND_ASSERT(Z_TYPE_INFO_P(zv) == IS_LONG); in zend_dfa_optimize_op_array()
443 && Z_TYPE_INFO_P(CT_CONSTANT_EX(op_array, opline->op1.constant)) == IS_LONG in zend_dfa_optimize_op_array()
455 && Z_TYPE_INFO_P(CT_CONSTANT_EX(op_array, opline->op2.constant)) == IS_LONG in zend_dfa_optimize_op_array()

Completed in 252 milliseconds