Home
last modified time | relevance | path

Searched refs:zend_get_type_by_const (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c126 zend_get_type_by_const(Z_TYPE(data->value)), \ in PHPDBG_INFO()
234 …$%.*s" msg, data, Z_REFCOUNTED_P(data) ? Z_REFCOUNT_P(data) : 1, zend_get_type_by_const(Z_TYPE_P(d… in phpdbg_print_symbols()
/PHP-8.0/Zend/
H A Dzend_object_handlers.c1507 ZSTR_VAL(Z_OBJCE_P(o1)->name), zend_get_type_by_const(target_type)); in zend_std_compare_objects()
1528 ZSTR_VAL(Z_OBJCE_P(o2)->name), zend_get_type_by_const(target_type)); in zend_std_compare_objects()
H A Dzend_gc.c409 ? "reference" : zend_get_type_by_const(GC_TYPE(ref))); in gc_trace_ref()
H A Dzend_API.c99 ZEND_API const char *zend_get_type_by_const(int type) /* {{{ */ in zend_get_type_by_const() function
147 return zend_get_type_by_const(Z_TYPE_P(arg)); in zend_zval_type_name()
H A Dzend_operators.c147 zend_get_type_by_const(ctype)); \
H A Dzend_API.h412 ZEND_API const char *zend_get_type_by_const(int type);
H A Dzend_compile.c6464 zend_get_type_by_const(default_type), in zend_compile_params()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_trace.c6942 …const char *type = (op1_type == 0) ? "undef" : zend_get_type_by_const(op1_type & ~(IS_TRACE_REFERE… in zend_jit_dump_trace()
6955 …const char *type = (op2_type == 0) ? "undef" : zend_get_type_by_const(op2_type & ~(IS_TRACE_REFERE… in zend_jit_dump_trace()
6963 …const char *type = (op3_type == 0) ? "undef" : zend_get_type_by_const(op3_type & ~(IS_TRACE_REFERE… in zend_jit_dump_trace()
7102 fprintf(stderr, "%s", zend_get_type_by_const(type)); in zend_jit_dump_exit_info()

Completed in 101 milliseconds