Lines Matching refs:ZEND_API

31 ZEND_API extern void (*zend_execute_ex)(zend_execute_data *execute_data);
32 ZEND_API extern void (*zend_execute_internal)(zend_execute_data *execute_data, zval *return_value);
37 ZEND_API void zend_init_execute_data(zend_execute_data *execute_data, zend_op_array *op_array, zval…
38 ZEND_API void zend_init_func_execute_data(zend_execute_data *execute_data, zend_op_array *op_array,…
39 ZEND_API void zend_init_code_execute_data(zend_execute_data *execute_data, zend_op_array *op_array,…
40 ZEND_API void zend_execute(zend_op_array *op_array, zval *return_value);
41 ZEND_API void execute_ex(zend_execute_data *execute_data);
42 ZEND_API void execute_internal(zend_execute_data *execute_data, zval *return_value);
43 ZEND_API zend_class_entry *zend_lookup_class(zend_string *name);
44 ZEND_API zend_class_entry *zend_lookup_class_ex(zend_string *name, zend_string *lcname, uint32_t fl…
45 ZEND_API zend_class_entry *zend_get_called_scope(zend_execute_data *ex);
46 ZEND_API zend_object *zend_get_this_object(zend_execute_data *ex);
47 ZEND_API int zend_eval_string(char *str, zval *retval_ptr, char *string_name);
48 ZEND_API int zend_eval_stringl(char *str, size_t str_len, zval *retval_ptr, char *string_name);
49 ZEND_API int zend_eval_string_ex(char *str, zval *retval_ptr, char *string_name, int handle_excepti…
50 ZEND_API int zend_eval_stringl_ex(char *str, size_t str_len, zval *retval_ptr, char *string_name, i…
53 extern ZEND_API const zend_internal_function zend_pass_function;
55 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_missing_arg_error(zend_execute_data *execute_data);
57 ZEND_API zend_bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, zen…
58 ZEND_API zend_bool ZEND_FASTCALL zend_verify_prop_assignable_by_ref(zend_property_info *prop_info, …
60 ZEND_API ZEND_COLD void zend_throw_ref_type_error_zval(zend_property_info *prop, zval *zv);
61 ZEND_API ZEND_COLD void zend_throw_ref_type_error_type(zend_property_info *prop1, zend_property_inf…
75 ZEND_API void ZEND_FASTCALL zend_ref_add_type_source(zend_property_info_source_list *source_list, z…
76 ZEND_API void ZEND_FASTCALL zend_ref_del_type_source(zend_property_info_source_list *source_list, z…
78 ZEND_API zval* zend_assign_to_typed_ref(zval *variable_ptr, zval *value, zend_uchar value_type, zen…
146 ZEND_API int zval_update_constant(zval *pp);
147 ZEND_API int zval_update_constant_ex(zval *pp, zend_class_entry *scope);
148 ZEND_API ZEND_COLD int zend_use_undefined_constant(zend_string *name, zend_ast_attr attr, zval *res…
178 ZEND_API void zend_vm_stack_init(void);
179 ZEND_API void zend_vm_stack_init_ex(size_t page_size);
180 ZEND_API void zend_vm_stack_destroy(void);
181 ZEND_API void* zend_vm_stack_extend(size_t size);
298 ZEND_API const char *get_active_class_name(const char **space);
299 ZEND_API const char *get_active_function_name(void);
300 ZEND_API const char *zend_get_executed_filename(void);
301 ZEND_API zend_string *zend_get_executed_filename_ex(void);
302 ZEND_API uint32_t zend_get_executed_lineno(void);
303 ZEND_API zend_class_entry *zend_get_executed_scope(void);
304 ZEND_API zend_bool zend_is_executing(void);
306 ZEND_API void zend_set_timeout(zend_long seconds, int reset_signals);
307 ZEND_API void zend_unset_timeout(void);
308 ZEND_API ZEND_NORETURN void ZEND_FASTCALL zend_timeout(int dummy);
309 ZEND_API zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type);
310 ZEND_API zend_class_entry *zend_fetch_class_by_name(zend_string *class_name, zend_string *lcname, i…
312 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function(zend_string *name);
313 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function_str(const char *name, size_t len);
314 ZEND_API void ZEND_FASTCALL zend_init_func_run_time_cache(zend_op_array *op_array);
316 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type);
318 ZEND_API zval* zend_get_compiled_variable_value(const zend_execute_data *execute_data_ptr, uint32_t…
328 ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler);
329 ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar opcode);
334 ZEND_API zval *zend_get_zval_ptr(const zend_op *opline, int op_type, const znode_op *node, const ze…
336 ZEND_API void zend_clean_and_cache_symbol_table(zend_array *symbol_table);
337 ZEND_API void zend_free_compiled_variables(zend_execute_data *execute_data);
338 ZEND_API void zend_cleanup_unfinished_execution(zend_execute_data *execute_data, uint32_t op_num, u…