Lines Matching refs:ZEND_API

53 ZEND_API extern void (*zend_execute_ex)(zend_execute_data *execute_data TSRMLS_DC);
54 ZEND_API extern void (*zend_execute_internal)(zend_execute_data *execute_data_ptr, struct _zend_fca…
59 ZEND_API zend_execute_data *zend_create_execute_data_from_op_array(zend_op_array *op_array, zend_bo…
60 ZEND_API void zend_execute(zend_op_array *op_array TSRMLS_DC);
61 ZEND_API void execute_ex(zend_execute_data *execute_data TSRMLS_DC);
62 ZEND_API void execute_internal(zend_execute_data *execute_data_ptr, struct _zend_fcall_info *fci, i…
63 ZEND_API int zend_is_true(zval *op);
64 ZEND_API int zend_lookup_class(const char *name, int name_length, zend_class_entry ***ce TSRMLS_DC);
65 ZEND_API int zend_lookup_class_ex(const char *name, int name_length, const zend_literal *key, int u…
66 ZEND_API int zend_eval_string(char *str, zval *retval_ptr, char *string_name TSRMLS_DC);
67 ZEND_API int zend_eval_stringl(char *str, int str_len, zval *retval_ptr, char *string_name TSRMLS_D…
68 ZEND_API int zend_eval_string_ex(char *str, zval *retval_ptr, char *string_name, int handle_excepti…
69 ZEND_API int zend_eval_stringl_ex(char *str, int str_len, zval *retval_ptr, char *string_name, int …
71 ZEND_API char * zend_verify_arg_class_kind(const zend_arg_info *cur_arg_info, ulong fetch_type, con…
72 ZEND_API int zend_verify_arg_error(int error_type, const zend_function *zf, zend_uint arg_num, cons…
161 ZEND_API int zval_update_constant(zval **pp, zend_bool inline_change TSRMLS_DC);
162 ZEND_API int zval_update_constant_inline_change(zval **pp, zend_class_entry *scope TSRMLS_DC);
163 ZEND_API int zval_update_constant_no_inline_change(zval **pp, zend_class_entry *scope TSRMLS_DC);
164 ZEND_API int zval_update_constant_ex(zval **pp, zend_bool inline_change, zend_class_entry *scope TS…
352 ZEND_API const char *get_active_class_name(const char **space TSRMLS_DC);
353 ZEND_API const char *get_active_function_name(TSRMLS_D);
354 ZEND_API const char *zend_get_executed_filename(TSRMLS_D);
355 ZEND_API uint zend_get_executed_lineno(TSRMLS_D);
356 ZEND_API zend_bool zend_is_executing(TSRMLS_D);
358 ZEND_API void zend_set_timeout(long seconds, int reset_signals);
359 ZEND_API void zend_unset_timeout(TSRMLS_D);
360 ZEND_API void zend_timeout(int dummy);
361 ZEND_API zend_class_entry *zend_fetch_class(const char *class_name, uint class_name_len, int fetch_…
362 ZEND_API zend_class_entry *zend_fetch_class_by_name(const char *class_name, uint class_name_len, co…
365 ZEND_API void zend_fetch_dimension_by_zval(zval **result, zval *container, zval *dim TSRMLS_DC);
377 ZEND_API zval** zend_get_compiled_variable_value(const zend_execute_data *execute_data_ptr, zend_ui…
387 ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler);
388 ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar opcode);
396 ZEND_API zval *zend_get_zval_ptr(int op_type, const znode_op *node, const zend_execute_data *execut…
397 ZEND_API zval **zend_get_zval_ptr_ptr(int op_type, const znode_op *node, const zend_execute_data *e…
399 ZEND_API int zend_do_fcall(ZEND_OPCODE_HANDLER_ARGS);