Home
last modified time | relevance | path

Searched defs:type_str (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/standard/
H A Dvar.c77 zend_string *type_str = zend_type_to_string(prop_info->type); in php_object_property_dump() local
258 zend_string *type_str = zend_type_to_string(prop_info->type); in zval_object_property_dump() local
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1943 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_prop_error() local
2069 zend_string *type_str = zend_type_to_string(prop->type); in zend_jit_check_array_promotion() local
2544 zend_string *type_str = zend_type_to_string(prop->type); in _zend_jit_throw_inc_prop_error() local
2555 zend_string *type_str = zend_type_to_string(prop->type); in _zend_jit_throw_dec_prop_error() local
/PHP-8.0/Zend/
H A Dzend_execute.c598 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_prop_error() local
609 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_auto_init_in_ref_error() local
821 zend_string *type_str; in zend_verify_property_type_error() local
1682 zend_string *type_str = zend_type_to_string(error_prop->type); in zend_throw_incdec_ref_error() local
1703 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_incdec_prop_error() local
3142 zend_string *type_str = zend_type_to_string(prop->type); in zend_throw_ref_type_error_zval() local
H A Dzend_inheritance.c653 zend_string *type_str = zend_type_to_string_resolved(arg_info->type, scope); in zend_append_type_hint() local
1024 zend_string *type_str = zend_type_to_string_resolved(parent->type, parent->ce); in emit_incompatible_property_error() local
H A Dzend_compile.c6185 zend_string *type_str = zend_type_to_string(type); in zend_compile_typename() local
6191 zend_string *type_str = zend_type_to_string(type); in zend_compile_typename() local
6202 zend_string *type_str = zend_type_to_string(type); in zend_compile_typename() local
6461 zend_string *type_str = zend_type_to_string(arg_info->type); in zend_compile_params() local
/PHP-8.0/ext/soap/
H A Dphp_encoding.h175 char *type_str; member
/PHP-8.0/ext/snmp/
H A Dsnmp.c664 zend_string *type_str, HashTable *type_ht, zend_string *value_str, HashTable *value_ht in php_snmp_parse_oid()
1112 zend_string *oid_str, *type_str = NULL, *value_str = NULL; in php_snmp() local
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c663 zend_string *type_str = zend_type_to_string(arg_info->type); in _parameter_string() local
854 zend_string *type_str = zend_type_to_string(fptr->common.arg_info[-1].type); in _function_string() local
898 zend_string *type_str = zend_type_to_string(prop->type); in _property_string() local

Completed in 105 milliseconds