Home
last modified time | relevance | path

Searched defs:class_name (Results 26 – 38 of 38) sorted by relevance

12

/PHP-8.1/Zend/
H A Dzend_exceptions.c516 zend_string *class_name = Z_OBJ_HANDLER_P(arg, get_class_name)(Z_OBJ_P(arg)); in _build_trace_args() local
H A Dzend.h92 zend_string *class_name; member
H A Dzend_types.h279 #define ZEND_TYPE_INIT_CLASS(class_name, allow_null, extra_flags) \ argument
282 #define ZEND_TYPE_INIT_CLASS_CONST(class_name, allow_null, extra_flags) \ argument
285 #define ZEND_TYPE_INIT_CLASS_CONST_MASK(class_name, type_mask) \ argument
H A Dzend_object_handlers.c476 const char *class_name = NULL; in zend_check_property_access() local
H A Dzend_compile.h844 #define zend_unmangle_property_name(mangled_property, class_name, prop_name) \ argument
849 const char *class_name, *prop_name; in zend_get_unmangled_property_name() local
H A Dzend_vm_execute.h2753 const char *class_name, *prop_name; in zend_fe_fetch_object_helper_SPEC() local
22090 const char *class_name, *prop_name; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
32985 zval *class_name; in ZEND_FETCH_CLASS_SPEC_UNUSED_CONST_HANDLER() local
34838 zval *class_name; in ZEND_FETCH_CLASS_SPEC_UNUSED_TMPVAR_HANDLER() local
35409 zval *class_name; in ZEND_FETCH_CLASS_SPEC_UNUSED_UNUSED_HANDLER() local
37309 zval *class_name; in ZEND_FETCH_CLASS_SPEC_UNUSED_CV_HANDLER() local
H A Dzend_execute.c3290 zval *class_name = RT_CONSTANT(opline, opline->op2); in zend_fetch_static_property_address_ex() local
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c119 #define REGISTER_REFLECTION_CLASS_CONST_LONG(class_name, const_name, value) \ argument
917 const char *class_name; in _property_string() local
2661 zend_string *class_name; in ZEND_METHOD() local
2965 zend_string *class_name = zend_ast_get_str(ast->child[0]); in ZEND_METHOD() local
3178 zend_string *class_name = NULL; in ZEND_METHOD() local
5156 zend_string *class_name = cur_ref->class_name; in ZEND_METHOD() local
/PHP-8.1/main/
H A Dmain.c931 const char *class_name = ""; in php_verror() local
/PHP-8.1/ext/soap/
H A Dphp_encoding.c1947 const char *class_name; in to_xml_object() local
/PHP-8.1/ext/phar/
H A Dphar_object.c5056 #define REGISTER_PHAR_CLASS_CONST_LONG(class_name, const_name, value) \ argument
/PHP-8.1/ext/spl/
H A Dspl_iterators.c1334 zend_string *class_name = NULL; in spl_dual_it_construct() local
/PHP-8.1/ext/date/
H A Dphp_date.c148 #define DATE_CHECK_INITIALIZED(member, class_name) \ argument

Completed in 326 milliseconds

12