Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/simplexml/
H A Dsimplexml.stub.php5 function simplexml_load_file(string $filename, ?string $class_name = SimpleXMLElement::class, int $…
7 function simplexml_load_string(string $data, ?string $class_name = SimpleXMLElement::class, int $op…
9 function simplexml_import_dom(SimpleXMLElement|DOMNode $node, ?string $class_name = SimpleXMLElemen…
/PHP-8.1/Zend/
H A Dzend_list.c110 const char *class_name = get_active_class_name(&space); in zend_fetch_resource2() local
125 const char *class_name = get_active_class_name(&space); in zend_fetch_resource() local
134 const char *space, *class_name; in zend_fetch_resource_ex() local
155 const char *space, *class_name; in zend_fetch_resource2_ex() local
H A Dzend_execute_API.c1555 static ZEND_COLD void report_class_fetch_error(zend_string *class_name, int fetch_type) in report_class_fetch_error()
1577 zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type) /* {{{ */ in zend_fetch_class()
1626 zend_string *class_name, int fetch_type, zend_class_entry *scope) in zend_fetch_class_with_scope()
1658 zend_class_entry *zend_fetch_class_by_name(zend_string *class_name, zend_string *key, int fetch_typ… in zend_fetch_class_by_name()
H A Dzend_constants.c327 ZEND_API zval *zend_get_class_constant_ex(zend_string *class_name, zend_string *constant_name, zend… in zend_get_class_constant_ex()
423 zend_string *class_name = zend_string_init_interned(name, class_name_len, 0); in zend_get_constant_ex() local
H A Dzend_API.h132 #define ZEND_ARG_OBJ_TYPE_MASK(pass_by_ref, name, class_name, type_mask, default_value) \ argument
134 #define ZEND_ARG_VARIADIC_OBJ_TYPE_MASK(pass_by_ref, name, class_name, type_mask) \ argument
138 #define ZEND_ARG_OBJ_INFO(pass_by_ref, name, class_name, allow_null) \ argument
140 #define ZEND_ARG_OBJ_INFO_WITH_DEFAULT_VALUE(pass_by_ref, name, class_name, allow_null, default_val… argument
142 #define ZEND_ARG_VARIADIC_OBJ_INFO(pass_by_ref, name, class_name, allow_null) \ argument
156 …IN_ARG_WITH_RETURN_OBJ_INFO_EX(name, return_reference, required_num_args, class_name, allow_null) \ argument
162 #define ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO(name, class_name, allow_null) \ argument
179 …GIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(name, return_reference, required_num_args, class_name, type) \ argument
263 #define INIT_CLASS_ENTRY(class_container, class_name, functions) \ argument
266 #define INIT_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions) \ argument
[all …]
H A Dzend_builtin_functions.c601 zend_string *class_name; in is_a_impl() local
785 const char *prop_name, *class_name; in ZEND_FUNCTION() local
1056 zend_string *class_name; in ZEND_FUNCTION() local
H A Dzend_ast.c102 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_class_const_or_name(zend_ast *class_name, zend_as… in zend_ast_create_class_const_or_name()
759 zend_string *class_name = zend_ast_get_str(class_name_ast); in zend_ast_evaluate() local
775 zend_string *class_name = zend_ast_get_str(ast->child[0]); in zend_ast_evaluate() local
H A Dzend.c331 const char *prop_name, *class_name; in print_hash() local
431 zend_string *class_name = Z_OBJ_HANDLER_P(expr, get_class_name)(Z_OBJ_P(expr)); in zend_print_flat_zval_r_to_buf() local
496 zend_string *class_name = Z_OBJ_HANDLER_P(expr, get_class_name)(zobj); in zend_print_zval_r_to_buf() local
H A Dzend_enum.c419 zend_string *class_name, zend_string *case_name, zval *value) { in create_enum_case_ast()
H A Dzend_inheritance.c368 static void track_class_dependency(zend_class_entry *ce, zend_string *class_name) in track_class_dependency()
546 zend_string *class_name = resolve_class_name(scope, ZEND_TYPE_NAME(*single_type)); in register_unresolved_classes() local
1995 zend_string* class_name = cur_precedence->exclude_class_names[j]; in zend_traits_init_trait_structures() local
H A Dzend_compile.c847 ZEND_API zend_string *zend_create_member_string(zend_string *class_name, zend_string *member_name) { in zend_create_member_string()
1002 zval *class_name = zend_ast_get_zval(ast); in zend_resolve_class_name_ast() local
1415 …d_result zend_unmangle_property_name_ex(const zend_string *name, const char **class_name, const ch… in zend_unmangle_property_name_ex()
1559 static inline bool class_name_refers_to_active_ce(zend_string *class_name, uint32_t fetch_type) /* … in class_name_refers_to_active_ce()
1599 zend_string *class_name = zend_ast_get_str(ast); in zend_resolve_const_class_name_reference() local
1627 zval *class_name; in zend_try_compile_const_expr_resolve_class_name() local
1696 static bool zend_try_ct_eval_class_const(zval *zv, zend_string *class_name, zend_string *name) /* {… in zend_try_ct_eval_class_const()
6257 zend_string *class_name = zend_ast_get_str(ast); in zend_compile_single_typename() local
9780 zend_string *class_name; in zend_compile_const_expr_class_const() local
9820 zend_string *class_name = zend_ast_get_str(class_ast); in zend_compile_const_expr_class_name() local
[all …]
H A Dzend_API.c92 const char *class_name = get_active_class_name(&space); in zend_wrong_param_count() local
355 const char *class_name = get_active_class_name(&space); in zend_unexpected_extra_named_error() local
1024 const char *class_name = active_function->common.scope in zend_parse_parameters_debug_error() local
1581 const char *class_name, *prop_name; in object_properties_load() local
2823 const char *class_name = ZEND_TYPE_LITERAL_NAME(new_arg_info[i].type); in ZEND_END_ARG_INFO() local
3317 ZEND_API zend_result zend_disable_class(const char *class_name, size_t class_name_length) /* {{{ */ in zend_disable_class()
H A Dzend_vm_def.h3397 zval *class_name; variable
6817 const char *class_name, *prop_name; in ZEND_VM_HELPER() local
7039 const char *class_name, *prop_name; variable
/PHP-8.1/ext/spl/
H A Dphp_spl.c160 #define SPL_ADD_CLASS(class_name, z_list, sub, allow, ce_flags) \ argument
233 static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len… in spl_autoload()
299 zend_string *class_name, *lc_name, *file_exts = NULL; in PHP_FUNCTION() local
421 static zend_class_entry *spl_perform_autoload(zend_string *class_name, zend_string *lc_name) { in spl_perform_autoload()
468 zend_string *class_name; in PHP_FUNCTION() local
H A Dspl_functions.h24 #define REGISTER_SPL_CLASS_CONST_LONG(class_name, const_name, value) \ argument
/PHP-8.1/ext/standard/
H A Dincomplete_class.c33 zend_string *class_name = php_lookup_class_name(object); in incomplete_class_message() local
43 zend_string *class_name = php_lookup_class_name(object); in throw_incomplete_class_error() local
H A Dvar.c55 const char *prop_name, *class_name; in php_object_property_dump() local
92 zend_string *class_name; in php_var_dump() local
248 const char *prop_name, *class_name; in zval_object_property_dump() local
281 zend_string *class_name; in php_debug_zval_dump() local
459 const char *class_name, *prop_name; in php_object_element_export() local
/PHP-8.1/ext/intl/formatter/
H A Dformatter_format.c109 const char *class_name = get_active_class_name(&space); in PHP_FUNCTION() local
H A Dformatter_parse.c91 const char *class_name = get_active_class_name(&space); in PHP_FUNCTION() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.h83 const char *class_name; member
H A Dphpdbg_print.c353 char *method_name, *class_name = strtok(function_lowercase, "::"); in phpdbg_print_opcodes() local
H A Dphpdbg_bp.c435 PHPDBG_API void phpdbg_set_breakpoint_method(const char *class_name, const char *func_name) /* {{{ … in phpdbg_set_breakpoint_method()
/PHP-8.1/Zend/Optimizer/
H A Dcompact_literals.c94 zval *class_name = &op_array->literals[op1]; in add_static_slot() local
/PHP-8.1/ext/readline/
H A Dreadline_cli.c539 zend_string *class_name = NULL; in cli_completion_generator() local
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c63 #define SQLITE3_CHECK_INITIALIZED(db_obj, member, class_name) \ argument
69 #define SQLITE3_CHECK_INITIALIZED_STMT(member, class_name) \ argument

Completed in 285 milliseconds

12