Lines Matching refs:zend_result

228 #define ZEND_MODULE_STARTUP_D(module)		zend_result ZEND_MODULE_STARTUP_N(module)(INIT_FUNC_ARGS)
229 #define ZEND_MODULE_SHUTDOWN_D(module) zend_result ZEND_MODULE_SHUTDOWN_N(module)(SHUTDOWN_FUNC_AR…
230 #define ZEND_MODULE_ACTIVATE_D(module) zend_result ZEND_MODULE_ACTIVATE_N(module)(INIT_FUNC_ARGS)
231 #define ZEND_MODULE_DEACTIVATE_D(module) zend_result ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC…
232 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_D(module) zend_result ZEND_MODULE_POST_ZEND_DEACTIVATE_N(m…
342 ZEND_API zend_result zend_get_parameters_array_ex(uint32_t param_count, zval *argument_array);
345 ZEND_API zend_result zend_copy_parameters_array(uint32_t param_count, zval *argument_array);
358 ZEND_API zend_result zend_parse_parameters(uint32_t num_args, const char *type_spec, ...);
359 ZEND_API zend_result zend_parse_parameters_ex(int flags, uint32_t num_args, const char *type_spec, …
367 ZEND_API zend_result zend_parse_method_parameters(uint32_t num_args, zval *this_ptr, const char *ty…
368 ZEND_API zend_result zend_parse_method_parameters_ex(int flags, uint32_t num_args, zval *this_ptr, …
370 ZEND_API zend_result zend_parse_parameter(int flags, uint32_t arg_num, zval *arg, const char *spec,…
374 ZEND_API zend_result zend_register_functions(zend_class_entry *scope, const zend_function_entry *fu…
376 ZEND_API zend_result zend_startup_module(zend_module_entry *module_entry);
379 ZEND_API zend_result zend_startup_module_ex(zend_module_entry *module);
392 ZEND_API zend_result zend_register_class_alias_ex(const char *name, size_t name_len, zend_class_ent…
394 static zend_always_inline zend_result zend_register_class_alias(const char *name, zend_class_entry … in zend_register_class_alias()
401 ZEND_API zend_result zend_disable_class(const char *class_name, size_t class_name_length);
419 ZEND_API zend_result zend_get_module_started(const char *module_name);
442 ZEND_API zend_result zend_update_class_constant(zend_class_constant *c, const zend_string *name, ze…
443 ZEND_API zend_result zend_update_class_constants(zend_class_entry *class_type);
501 ZEND_API zend_result zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zva…
502 ZEND_API zend_result zend_update_static_property(zend_class_entry *scope, const char *name, size_t …
503 ZEND_API zend_result zend_update_static_property_null(zend_class_entry *scope, const char *name, si…
504 ZEND_API zend_result zend_update_static_property_bool(zend_class_entry *scope, const char *name, si…
505 ZEND_API zend_result zend_update_static_property_long(zend_class_entry *scope, const char *name, si…
506 ZEND_API zend_result zend_update_static_property_double(zend_class_entry *scope, const char *name, …
507 ZEND_API zend_result zend_update_static_property_string(zend_class_entry *scope, const char *name, …
508 ZEND_API zend_result zend_update_static_property_stringl(zend_class_entry *scope, const char *name,…
534 ZEND_API zend_result object_init_ex(zval *arg, zend_class_entry *ce);
535 ZEND_API zend_result object_and_properties_init(zval *arg, zend_class_entry *ce, HashTable *propert…
604 static zend_always_inline zend_result add_index_zval(zval *arg, zend_ulong index, zval *value) in add_index_zval()
609 ZEND_API zend_result add_next_index_long(zval *arg, zend_long n);
610 ZEND_API zend_result add_next_index_null(zval *arg);
611 ZEND_API zend_result add_next_index_bool(zval *arg, bool b);
612 ZEND_API zend_result add_next_index_resource(zval *arg, zend_resource *r);
613 ZEND_API zend_result add_next_index_double(zval *arg, double d);
614 ZEND_API zend_result add_next_index_str(zval *arg, zend_string *str);
615 ZEND_API zend_result add_next_index_string(zval *arg, const char *str);
616 ZEND_API zend_result add_next_index_stringl(zval *arg, const char *str, size_t length);
617 ZEND_API zend_result add_next_index_array(zval *arg, zend_array *arr);
618 ZEND_API zend_result add_next_index_object(zval *arg, zend_object *obj);
619 ZEND_API zend_result add_next_index_reference(zval *arg, zend_reference *ref);
621 static zend_always_inline zend_result add_next_index_zval(zval *arg, zval *value) in add_next_index_zval()
626 ZEND_API zend_result array_set_zval_key(HashTable *ht, zval *key, zval *value);
678 ZEND_API zend_result _call_user_function_impl(zval *object, zval *function_name, zval *retval_ptr, …
697 ZEND_API zend_result zend_fcall_info_init(zval *callable, uint32_t check_flags, zend_fcall_info *fc…
716 ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *args);
717 ZEND_API zend_result zend_fcall_info_args_ex(zend_fcall_info *fci, zend_function *func, zval *args);
740 ZEND_API zend_result zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *r…
816 ZEND_API zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache);
819 static zend_always_inline zend_result zend_call_function_with_return_value( in zend_call_function_with_return_value()
874 ZEND_API zend_result zend_call_method_if_exists(
878 ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name, size_t name_length, bool …
880 ZEND_API zend_result zend_delete_global_variable(zend_string *name);
885 ZEND_API zend_result zend_set_local_var(zend_string *name, zval *value, bool force);
886 ZEND_API zend_result zend_set_local_var_str(const char *name, size_t len, zval *value, bool force);
888 static zend_always_inline zend_result zend_forbid_dynamic_call(void) in zend_forbid_dynamic_call()
920 ZEND_API zend_result zend_get_default_from_internal_arg_info(
1077 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *zv, bool strict);
1078 ZEND_API zend_result zend_try_assign_typed_ref(zend_reference *ref, zval *zv);
1080 ZEND_API zend_result zend_try_assign_typed_ref_null(zend_reference *ref);
1081 ZEND_API zend_result zend_try_assign_typed_ref_bool(zend_reference *ref, bool val);
1082 ZEND_API zend_result zend_try_assign_typed_ref_long(zend_reference *ref, zend_long lval);
1083 ZEND_API zend_result zend_try_assign_typed_ref_double(zend_reference *ref, double dval);
1084 ZEND_API zend_result zend_try_assign_typed_ref_empty_string(zend_reference *ref);
1085 ZEND_API zend_result zend_try_assign_typed_ref_str(zend_reference *ref, zend_string *str);
1086 ZEND_API zend_result zend_try_assign_typed_ref_string(zend_reference *ref, const char *string);
1087 ZEND_API zend_result zend_try_assign_typed_ref_stringl(zend_reference *ref, const char *string, siz…
1088 ZEND_API zend_result zend_try_assign_typed_ref_arr(zend_reference *ref, zend_array *arr);
1089 ZEND_API zend_result zend_try_assign_typed_ref_res(zend_reference *ref, zend_resource *res);
1090 ZEND_API zend_result zend_try_assign_typed_ref_zval(zend_reference *ref, zval *zv);
1091 ZEND_API zend_result zend_try_assign_typed_ref_zval_ex(zend_reference *ref, zval *zv, bool strict);