Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_info.c128 zend_get_type_by_const(Z_TYPE(data->value)), \ in PHPDBG_INFO()
235 …$%.*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-src/Zend/
H A Dzend_enum.c224 zend_get_type_by_const(Z_TYPE_P(case_value)), in zend_enum_build_backed_enum_table()
225 zend_get_type_by_const(ce->enum_backing_type)); in zend_enum_build_backed_enum_table()
H A Dzend_API.c110 ZEND_API const char *zend_get_type_by_const(int type) /* {{{ */ in zend_get_type_by_const() function
162 return zend_get_type_by_const(Z_TYPE_P(arg)); in zend_zval_value_name()
177 return zend_get_type_by_const(Z_TYPE_P(arg)); in zend_zval_type_name()
H A Dzend.c565 smart_str_appends(buf, zend_get_type_by_const(zobj->ce->enum_backing_type)); in zend_print_zval_r_to_buf()
H A Dzend_gc.c451 ? "reference" : zend_get_type_by_const(GC_TYPE(ref))); in gc_trace_ref()
H A Dzend_execute.c906 …zend_type_error("Cannot use value of type %s as class constant name", zend_get_type_by_const(type)… in zend_invalid_class_constant_type_error()
1333 ZSTR_VAL(name), zend_get_type_by_const(Z_TYPE_P(retval))); in zend_verify_internal_func_info()
1358 ZSTR_VAL(name), zend_get_type_by_const(Z_TYPE_P(retval))); in zend_verify_internal_func_info()
H A Dzend_object_handlers.c1719 ZSTR_VAL(Z_OBJCE_P(object)->name), zend_get_type_by_const(target_type)); in zend_std_compare_objects()
H A Dzend_operators.c237 zend_get_type_by_const(ctype)); \
H A Dzend_API.h520 ZEND_API const char *zend_get_type_by_const(int type);
H A Dzend_compile.c7273 zend_get_type_by_const(default_type), in zend_compile_params()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c7632 …const char *type = ((op1_type & ~IS_TRACE_INDIRECT) == 0) ? "undef" : zend_get_type_by_const(op1_t… in zend_jit_dump_trace()
7645 …const char *type = ((op2_type & ~IS_TRACE_INDIRECT) == 0) ? "undef" : zend_get_type_by_const(op2_t… in zend_jit_dump_trace()
7653 …const char *type = ((op3_type & ~IS_TRACE_INDIRECT) == 0) ? "undef" : zend_get_type_by_const(op3_t… in zend_jit_dump_trace()
7672 type = zend_get_type_by_const(val_type); in zend_jit_dump_trace()
7816 fprintf(stderr, "%s", zend_get_type_by_const(type)); in zend_jit_dump_exit_info()

Completed in 115 milliseconds