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);
35 ZEND_API extern zend_class_entry *(*zend_autoload)(zend_string *name, zend_string *lc_name);
40 ZEND_API void zend_init_execute_data(zend_execute_data *execute_data, zend_op_array *op_array, zval…
41 ZEND_API void zend_init_func_execute_data(zend_execute_data *execute_data, zend_op_array *op_array,…
42 ZEND_API void zend_init_code_execute_data(zend_execute_data *execute_data, zend_op_array *op_array,…
43 ZEND_API void zend_execute(zend_op_array *op_array, zval *return_value);
44 ZEND_API void execute_ex(zend_execute_data *execute_data);
45 ZEND_API void execute_internal(zend_execute_data *execute_data, zval *return_value);
46 ZEND_API zend_bool zend_is_valid_class_name(zend_string *name);
47 ZEND_API zend_class_entry *zend_lookup_class(zend_string *name);
48 ZEND_API zend_class_entry *zend_lookup_class_ex(zend_string *name, zend_string *lcname, uint32_t fl…
49 ZEND_API zend_class_entry *zend_get_called_scope(zend_execute_data *ex);
50 ZEND_API zend_object *zend_get_this_object(zend_execute_data *ex);
51 ZEND_API zend_result zend_eval_string(const char *str, zval *retval_ptr, const char *string_name);
52 ZEND_API zend_result zend_eval_stringl(const char *str, size_t str_len, zval *retval_ptr, const cha…
53 ZEND_API zend_result zend_eval_string_ex(const char *str, zval *retval_ptr, const char *string_name…
54 ZEND_API zend_result zend_eval_stringl_ex(const char *str, size_t str_len, zval *retval_ptr, const …
57 extern ZEND_API const zend_internal_function zend_pass_function;
59 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_missing_arg_error(zend_execute_data *execute_data);
60 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc);
63 ZEND_API zend_bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, zen…
64 ZEND_API zend_bool ZEND_FASTCALL zend_verify_prop_assignable_by_ref(zend_property_info *prop_info, …
66 ZEND_API ZEND_COLD void zend_throw_ref_type_error_zval(zend_property_info *prop, zval *zv);
67 ZEND_API ZEND_COLD void zend_throw_ref_type_error_type(zend_property_info *prop1, zend_property_inf…
68 ZEND_API ZEND_COLD zend_result ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long l…
69 ZEND_API ZEND_COLD zend_result ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string …
71 ZEND_API zend_bool zend_verify_scalar_type_hint(uint32_t type_mask, zval *arg, zend_bool strict, ze…
72 ZEND_API ZEND_COLD void zend_verify_arg_error(
74 ZEND_API ZEND_COLD void zend_verify_return_error(
76 ZEND_API zend_bool zend_verify_ref_array_assignable(zend_reference *ref);
77 ZEND_API zend_bool zend_value_instanceof_static(zval *zv);
92 ZEND_API void ZEND_FASTCALL zend_ref_add_type_source(zend_property_info_source_list *source_list, z…
93 ZEND_API void ZEND_FASTCALL zend_ref_del_type_source(zend_property_info_source_list *source_list, z…
95 ZEND_API zval* zend_assign_to_typed_ref(zval *variable_ptr, zval *value, zend_uchar value_type, zen…
158 ZEND_API zend_result zval_update_constant(zval *pp);
159 ZEND_API zend_result zval_update_constant_ex(zval *pp, zend_class_entry *scope);
189 ZEND_API void zend_vm_stack_init(void);
190 ZEND_API void zend_vm_stack_init_ex(size_t page_size);
191 ZEND_API void zend_vm_stack_destroy(void);
192 ZEND_API void* zend_vm_stack_extend(size_t size);
307 ZEND_API void ZEND_FASTCALL zend_free_extra_named_params(zend_array *extra_named_params);
310 ZEND_API const char *get_active_class_name(const char **space);
311 ZEND_API const char *get_active_function_name(void);
312 ZEND_API const char *get_active_function_arg_name(uint32_t arg_num);
313 ZEND_API const char *get_function_arg_name(const zend_function *func, uint32_t arg_num);
314 ZEND_API zend_string *get_active_function_or_method_name(void);
315 ZEND_API zend_string *get_function_or_method_name(const zend_function *func);
316 ZEND_API const char *zend_get_executed_filename(void);
317 ZEND_API zend_string *zend_get_executed_filename_ex(void);
318 ZEND_API uint32_t zend_get_executed_lineno(void);
319 ZEND_API zend_class_entry *zend_get_executed_scope(void);
320 ZEND_API zend_bool zend_is_executing(void);
321 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_cannot_pass_by_reference(uint32_t arg_num);
323 ZEND_API void zend_set_timeout(zend_long seconds, bool reset_signals);
324 ZEND_API void zend_unset_timeout(void);
325 ZEND_API ZEND_NORETURN void ZEND_FASTCALL zend_timeout(void);
326 ZEND_API zend_class_entry *zend_fetch_class(zend_string *class_name, int fetch_type);
327 ZEND_API zend_class_entry *zend_fetch_class_by_name(zend_string *class_name, zend_string *lcname, i…
329 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function(zend_string *name);
330 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function_str(const char *name, size_t len);
331 ZEND_API void ZEND_FASTCALL zend_init_func_run_time_cache(zend_op_array *op_array);
333 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type);
335 ZEND_API zval* zend_get_compiled_variable_value(const zend_execute_data *execute_data_ptr, uint32_t…
345 ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler);
346 ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar opcode);
348 ZEND_API zval *zend_get_zval_ptr(const zend_op *opline, int op_type, const znode_op *node, const ze…
350 ZEND_API void zend_clean_and_cache_symbol_table(zend_array *symbol_table);
351 ZEND_API void zend_free_compiled_variables(zend_execute_data *execute_data);
352 ZEND_API void zend_unfinished_calls_gc(zend_execute_data *execute_data, zend_execute_data *call, ui…
353 ZEND_API void zend_cleanup_unfinished_execution(zend_execute_data *execute_data, uint32_t op_num, u…
358 ZEND_API int ZEND_FASTCALL zend_handle_undef_args(zend_execute_data *call);
422 ZEND_API zend_bool zend_verify_property_type(zend_property_info *info, zval *property, zend_bool st…