Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 264) sorted by path

1234567891011

/PHP-7.4/Zend/
H A Dbench.php360 function end_test($start, $name)
H A Dmicro_bench.php253 function end_test($start, $name, $overhead = null)
H A Dzend.c605 zend_string *name = zend_string_dup(ZEND_TYPE_NAME(arg_info[i].type), 1); in function_copy_ctor() local
773 static zend_bool php_auto_globals_create_globals(zend_string *name) /* {{{ */ in php_auto_globals_create_globals()
1704 ZEND_API char *zend_make_compiled_string_description(const char *name) /* {{{ */ in zend_make_compiled_string_description()
H A Dzend.h81 zend_string *name; member
112 zend_string *name; member
320 #define ZEND_UV(name) (zend_uv.name) argument
H A Dzend_API.c285 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_error(int num, char *name, zval *a… in zend_wrong_parameter_class_error()
299 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_exception(int num, char *name, zva… in zend_wrong_parameter_class_exception()
4045 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length… in zend_declare_class_constant()
4062 ZEND_API int zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_l… in zend_declare_class_constant_null()
4113 ZEND_API void zend_update_property_ex(zend_class_entry *scope, zval *object, zend_string *name, zva… in zend_update_property_ex()
4151 ZEND_API void zend_unset_property(zend_class_entry *scope, zval *object, const char *name, size_t n… in zend_unset_property()
4222 ZEND_API int zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zval *value… in zend_update_static_property_ex()
4267 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, size_t nam… in zend_update_static_property_null()
4350 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, zend_bool s… in zend_read_static_property_ex()
4398 ZEND_API zend_string* zend_find_alias_name(zend_class_entry *ce, zend_string *name) /* {{{ */ in zend_find_alias_name()
[all …]
H A Dzend_API.h59 #define ZEND_NS_NAME(ns, name) ns "\\" name argument
61 #define ZEND_FN(name) zif_##name argument
62 #define ZEND_MN(name) zim_##name argument
64 #define ZEND_FUNCTION(name) ZEND_NAMED_FUNCTION(ZEND_FN(name)) argument
81 #define ZEND_MALIAS(classname, name, alias, arg_info, flags) \ argument
112 #define ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO(name, class_name, allow_null) \ argument
118 #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(name, type, allow_null) \ argument
124 #define ZEND_BEGIN_ARG_INFO(name, _unused) \ argument
148 #define ZEND_GET_MODULE(name) \ argument
289 #define zend_register_class_alias(name, ce) \ argument
[all …]
H A Dzend_ast.c94 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_constant(zend_string *name, zend_ast_attr attr) { in zend_ast_create_constant()
105 …end_ast * ZEND_FASTCALL zend_ast_create_class_const_or_name(zend_ast *class_name, zend_ast *name) { in zend_ast_create_class_const_or_name()
117 zend_string *name, zend_ast *child0, zend_ast *child1, zend_ast *child2, zend_ast *child3 in zend_ast_create_decl()
528 zend_string *name = zend_ast_get_constant_name(ast); in zend_ast_evaluate() local
1373 zend_string *name = zend_ast_get_constant_name(ast); in zend_ast_export_ex() local
H A Dzend_ast.h193 zend_string *name; member
210 # define ZEND_AST_SPEC_CALL(name, ...) \ argument
212 # define ZEND_AST_SPEC_CALL_(name, _, _4, _3, _2, _1, suffix, ...) \ argument
214 # define ZEND_AST_SPEC_CALL_EX(name, ...) \ argument
216 # define ZEND_AST_SPEC_CALL_EX_(name, _, _5, _4, _3, _2, _1, suffix, ...) \ argument
H A Dzend_builtin_functions.c851 zend_string *name; in ZEND_FUNCTION() local
939 zend_string *name; in ZEND_FUNCTION() local
1275 static int same_name(zend_string *key, zend_string *name) /* {{{ */ in same_name()
1450 zend_string *name; in class_exists_impl() local
1462 if (ZSTR_VAL(name)[0] == '\\') { in class_exists_impl() local
1512 zend_string *name; in ZEND_FUNCTION() local
1520 if (ZSTR_VAL(name)[0] == '\\') { in ZEND_FUNCTION() local
H A Dzend_closures.c573 zend_string *name; in zend_closure_get_debug_info() local
H A Dzend_compile.c153 const char *name; member
203 const char* name; member
2289 zend_string *name; in zend_compile_class_ref() local
2339 zend_string *name; in zend_try_compile_cv() local
3287 zend_string *name; in zend_compile_func_defined() local
3366 zend_string *name, *lcname; in zend_try_compile_ct_bound_init_user_func() local
6392 zend_string *name, *lcname; in zend_compile_class_decl() local
6783 zend_string *name; in zend_compile_const_decl() local
6820 zend_string *name; in zend_compile_namespace() local
6893 zend_string *filename, *name; in zend_compile_halt_compiler() local
[all …]
H A Dzend_compile.h365 zend_string *name; member
388 const char *name; member
396 zend_string *name; member
837 zend_string *name; member
H A Dzend_constants.c149 ZEND_API void zend_register_null_constant(const char *name, size_t name_len, int flags, int module_… in zend_register_null_constant()
159 ZEND_API void zend_register_bool_constant(const char *name, size_t name_len, zend_bool bval, int fl… in zend_register_bool_constant()
169 ZEND_API void zend_register_long_constant(const char *name, size_t name_len, zend_long lval, int fl… in zend_register_long_constant()
180 ZEND_API void zend_register_double_constant(const char *name, size_t name_len, double dval, int fla… in zend_register_double_constant()
207 static zend_constant *zend_get_special_constant(const char *name, size_t name_len) in zend_get_special_constant()
246 static inline zend_constant *zend_get_constant_str_impl(const char *name, size_t name_len) in zend_get_constant_str_impl()
267 ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len) in zend_get_constant_str()
273 static inline zend_constant *zend_get_constant_impl(zend_string *name) in zend_get_constant_impl()
299 ZEND_API zval *zend_get_constant(zend_string *name) in zend_get_constant()
327 const char *name = ZSTR_VAL(cname); in zend_get_constant_ex() local
[all …]
H A Dzend_constants.h37 zend_string *name; member
51 #define REGISTER_NULL_CONSTANT(name, flags) zend_register_null_constant((name), sizeof(name)-1, (f… argument
52 #define REGISTER_BOOL_CONSTANT(name, bval, flags) zend_register_bool_constant((name), sizeof(name)… argument
53 #define REGISTER_LONG_CONSTANT(name, lval, flags) zend_register_long_constant((name), sizeof(name)… argument
54 #define REGISTER_DOUBLE_CONSTANT(name, dval, flags) zend_register_double_constant((name), sizeof(n… argument
55 #define REGISTER_STRING_CONSTANT(name, str, flags) zend_register_string_constant((name), sizeof(na… argument
65 #define REGISTER_MAIN_NULL_CONSTANT(name, flags) zend_register_null_constant((name), sizeof(name)-… argument
66 #define REGISTER_MAIN_BOOL_CONSTANT(name, bval, flags) zend_register_bool_constant((name), sizeof(… argument
67 #define REGISTER_MAIN_LONG_CONSTANT(name, lval, flags) zend_register_long_constant((name), sizeof(… argument
68 #define REGISTER_MAIN_DOUBLE_CONSTANT(name, dval, flags) zend_register_double_constant((name), siz… argument
[all …]
H A Dzend_execute.c923 zend_string *name = ZEND_TYPE_NAME(*type); in zend_resolve_class_type() local
2999 zend_string *name, *tmp_name; in zend_fetch_static_property_address_ex() local
3649 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function(zend_string *name) /* {{{ */ in zend_fetch_function()
3664 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function_str(const char *name, size_t len) /* {{{… in zend_fetch_function_str()
4711 # define ZEND_VM_GUARD(name) __asm__("#" #name) argument
4713 # define ZEND_VM_GUARD(name) argument
H A Dzend_execute_API.c564 ZEND_API ZEND_COLD int zend_use_undefined_constant(zend_string *name, zend_ast_attr attr, zval *res… in zend_use_undefined_constant()
605 zend_string *name = zend_ast_get_constant_name(ast); in zval_update_constant_ex() local
894 ZEND_API zend_class_entry *zend_lookup_class_ex(zend_string *name, zend_string *key, uint32_t flags… in zend_lookup_class_ex()
911 if (ZSTR_VAL(name)[0] == '\\') { in zend_lookup_class_ex() local
981 if (ZSTR_VAL(name)[0] == '\\') { in zend_lookup_class_ex() local
1022 ZEND_API zend_class_entry *zend_lookup_class(zend_string *name) /* {{{ */ in zend_lookup_class()
1463 ZEND_API int zend_delete_global_variable(zend_string *name) /* {{{ */ in zend_delete_global_variable()
1576 ZEND_API int zend_set_local_var(zend_string *name, zval *value, int force) /* {{{ */ in zend_set_local_var()
1619 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force) /* {{{ */ in zend_set_local_var_str()
H A Dzend_extensions.h78 char *name; member
H A Dzend_inheritance.c205 static zend_string *resolve_class_name(zend_class_entry *scope, zend_string *name) { in resolve_class_name()
230 static zend_class_entry *lookup_class(zend_class_entry *scope, zend_string *name) { in lookup_class()
1054 static void do_inherit_class_constant(zend_string *name, zend_class_constant *parent_const, zend_cl… in do_inherit_class_constant()
1350 …Table *child_constants_table, zend_class_constant *parent_constant, zend_string *name, const zend_… in do_inherit_constant_check()
1366 static void do_inherit_iface_constant(zend_string *name, zend_class_constant *c, zend_class_entry *… in do_inherit_iface_constant()
1556 static void zend_add_trait_method(zend_class_entry *ce, const char *name, zend_string *key, zend_fu… in zend_add_trait_method()
2372 zend_string *name; in load_delayed_classes() local
H A Dzend_ini.c289 ZEND_API int zend_alter_ini_entry(zend_string *name, zend_string *new_value, int modify_type, int s… in zend_alter_ini_entry()
296 ZEND_API int zend_alter_ini_entry_chars(zend_string *name, const char *value, size_t value_length, … in zend_alter_ini_entry_chars()
308 ZEND_API int zend_alter_ini_entry_chars_ex(zend_string *name, const char *value, size_t value_lengt… in zend_alter_ini_entry_chars_ex()
320 ZEND_API int zend_alter_ini_entry_ex(zend_string *name, zend_string *new_value, int modify_type, in… in zend_alter_ini_entry_ex()
372 ZEND_API int zend_restore_ini_entry(zend_string *name, int stage) /* {{{ */ in zend_restore_ini_entry()
393 ZEND_API int zend_ini_register_displayer(char *name, uint32_t name_length, void (*displayer)(zend_i… in zend_ini_register_displayer()
411 ZEND_API zend_long zend_ini_long(char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_long()
428 ZEND_API double zend_ini_double(char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_double()
445 ZEND_API char *zend_ini_string_ex(char *name, size_t name_length, int orig, zend_bool *exists) /* {… in zend_ini_string_ex()
469 ZEND_API char *zend_ini_string(char *name, size_t name_length, int orig) /* {{{ */ in zend_ini_string()
[all …]
H A Dzend_ini.h32 const char *name; member
46 zend_string *name; member
122 #define ZEND_INI_ENTRY(name, default_value, modifiable, on_modify) \ argument
141 #define INI_INT(name) zend_ini_long((name), sizeof(name)-1, 0) argument
142 #define INI_FLT(name) zend_ini_double((name), sizeof(name)-1, 0) argument
143 #define INI_STR(name) zend_ini_string_ex((name), sizeof(name)-1, 0, NULL) argument
144 #define INI_BOOL(name) ((zend_bool) INI_INT(name)) argument
146 #define INI_ORIG_INT(name) zend_ini_long((name), sizeof(name)-1, 1) argument
147 #define INI_ORIG_FLT(name) zend_ini_double((name), sizeof(name)-1, 1) argument
148 #define INI_ORIG_STR(name) zend_ini_string((name), sizeof(name)-1, 1) argument
[all …]
H A Dzend_ini_parser.y146 static void zend_ini_get_constant(zval *result, zval *name) in zend_ini_get_constant()
174 static void zend_ini_get_var(zval *result, zval *name) in zend_ini_get_var()
H A Dzend_ini_scanner.l53 #define STATE(name) yyc##name argument
H A Dzend_language_scanner.l59 #define STATE(name) yyc##name argument
H A Dzend_list.h29 #define ZEND_RSRC_DTOR_FUNC(name) void name(zend_resource *res) argument
H A Dzend_map_ptr.h36 # define ZEND_MAP_PTR_DEF(type, name) \ argument
52 # define ZEND_MAP_PTR_DEF(type, name) \ argument

Completed in 175 milliseconds

1234567891011