Lines Matching refs:ZEND_API

236 ZEND_API int zend_next_free_module(void);
239 ZEND_API int zend_get_parameters(int ht, int param_count, ...);
240 ZEND_API int _zend_get_parameters_array(int ht, int param_count, zval **argument_array TSRMLS_DC);
241 ZEND_API ZEND_ATTRIBUTE_DEPRECATED int zend_get_parameters_ex(int param_count, ...);
242 ZEND_API int _zend_get_parameters_array_ex(int param_count, zval ***argument_array TSRMLS_DC);
245 ZEND_API int zend_copy_parameters_array(int param_count, zval *argument_array TSRMLS_DC);
257 ZEND_API int zend_parse_parameters(int num_args TSRMLS_DC, const char *type_spec, ...);
258 ZEND_API int zend_parse_parameters_ex(int flags, int num_args TSRMLS_DC, const char *type_spec, ...…
259 ZEND_API char *zend_zval_type_name(const zval *arg);
261 ZEND_API int zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, const char *type_…
262 ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args TSRMLS_DC, zval *this_ptr, con…
264 ZEND_API int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, .…
268 ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_function_entry *functions,…
269 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable …
270 ZEND_API int zend_startup_module(zend_module_entry *module_entry);
271 ZEND_API zend_module_entry* zend_register_internal_module(zend_module_entry *module_entry TSRMLS_DC…
272 ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *module TSRMLS_DC);
273 ZEND_API int zend_startup_module_ex(zend_module_entry *module TSRMLS_DC);
274 ZEND_API int zend_startup_modules(TSRMLS_D);
275 ZEND_API void zend_collect_module_handlers(TSRMLS_D);
276 ZEND_API void zend_destroy_modules(void);
277 ZEND_API void zend_check_magic_method_implementation(const zend_class_entry *ce, const zend_functio…
279 ZEND_API zend_class_entry *zend_register_internal_class(zend_class_entry *class_entry TSRMLS_DC);
280 ZEND_API zend_class_entry *zend_register_internal_class_ex(zend_class_entry *class_entry, zend_clas…
281 ZEND_API zend_class_entry *zend_register_internal_interface(zend_class_entry *orig_class_entry TSRM…
282 ZEND_API void zend_class_implements(zend_class_entry *class_entry TSRMLS_DC, int num_interfaces, ..…
284 ZEND_API int zend_register_class_alias_ex(const char *name, int name_len, zend_class_entry *ce TSRM…
291 ZEND_API int zend_disable_function(char *function_name, uint function_name_length TSRMLS_DC);
292 ZEND_API int zend_disable_class(char *class_name, uint class_name_length TSRMLS_DC);
294 ZEND_API void zend_wrong_param_count(TSRMLS_D);
303 ZEND_API zend_bool zend_is_callable_ex(zval *callable, zval *object_ptr, uint check_flags, char **c…
304 ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, char **callable_name TSRMLS_D…
305 ZEND_API zend_bool zend_make_callable(zval *callable, char **callable_name TSRMLS_DC);
306 ZEND_API const char *zend_get_module_version(const char *module_name);
307 ZEND_API int zend_get_module_started(const char *module_name);
308 ZEND_API int zend_declare_property(zend_class_entry *ce, const char *name, int name_length, zval *p…
309 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, const char *name, int name_length, zval…
310 ZEND_API int zend_declare_property_null(zend_class_entry *ce, const char *name, int name_length, in…
311 ZEND_API int zend_declare_property_bool(zend_class_entry *ce, const char *name, int name_length, lo…
312 ZEND_API int zend_declare_property_long(zend_class_entry *ce, const char *name, int name_length, lo…
313 ZEND_API int zend_declare_property_double(zend_class_entry *ce, const char *name, int name_length, …
314 ZEND_API int zend_declare_property_string(zend_class_entry *ce, const char *name, int name_length, …
315 ZEND_API int zend_declare_property_stringl(zend_class_entry *ce, const char *name, int name_length,…
317 ZEND_API int zend_declare_class_constant(zend_class_entry *ce, const char *name, size_t name_length…
318 ZEND_API int zend_declare_class_constant_null(zend_class_entry *ce, const char *name, size_t name_l…
319 ZEND_API int zend_declare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_l…
320 ZEND_API int zend_declare_class_constant_bool(zend_class_entry *ce, const char *name, size_t name_l…
321 ZEND_API int zend_declare_class_constant_double(zend_class_entry *ce, const char *name, size_t name…
322 ZEND_API int zend_declare_class_constant_stringl(zend_class_entry *ce, const char *name, size_t nam…
323 ZEND_API int zend_declare_class_constant_string(zend_class_entry *ce, const char *name, size_t name…
325 ZEND_API void zend_update_class_constants(zend_class_entry *class_type TSRMLS_DC);
326 ZEND_API void zend_update_property(zend_class_entry *scope, zval *object, const char *name, int nam…
327 ZEND_API void zend_update_property_null(zend_class_entry *scope, zval *object, const char *name, in…
328 ZEND_API void zend_update_property_bool(zend_class_entry *scope, zval *object, const char *name, in…
329 ZEND_API void zend_update_property_long(zend_class_entry *scope, zval *object, const char *name, in…
330 ZEND_API void zend_update_property_double(zend_class_entry *scope, zval *object, const char *name, …
331 ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, …
332 ZEND_API void zend_update_property_stringl(zend_class_entry *scope, zval *object, const char *name,…
333 ZEND_API void zend_unset_property(zend_class_entry *scope, zval *object, const char *name, int name…
335 ZEND_API int zend_update_static_property(zend_class_entry *scope, const char *name, int name_length…
336 ZEND_API int zend_update_static_property_null(zend_class_entry *scope, const char *name, int name_l…
337 ZEND_API int zend_update_static_property_bool(zend_class_entry *scope, const char *name, int name_l…
338 ZEND_API int zend_update_static_property_long(zend_class_entry *scope, const char *name, int name_l…
339 ZEND_API int zend_update_static_property_double(zend_class_entry *scope, const char *name, int name…
340 ZEND_API int zend_update_static_property_string(zend_class_entry *scope, const char *name, int name…
341 ZEND_API int zend_update_static_property_stringl(zend_class_entry *scope, const char *name, int nam…
343 ZEND_API zval *zend_read_property(zend_class_entry *scope, zval *object, const char *name, int name…
345 ZEND_API zval *zend_read_static_property(zend_class_entry *scope, const char *name, int name_length…
347 ZEND_API zend_class_entry *zend_get_class_entry(const zval *zobject TSRMLS_DC);
348 ZEND_API int zend_get_object_classname(const zval *object, const char **class_name, zend_uint *clas…
349 ZEND_API char *zend_get_type_by_const(int type);
369 ZEND_API int _array_init(zval *arg, uint size ZEND_FILE_LINE_DC);
370 ZEND_API int _object_init(zval *arg ZEND_FILE_LINE_DC TSRMLS_DC);
371 ZEND_API int _object_init_ex(zval *arg, zend_class_entry *ce ZEND_FILE_LINE_DC TSRMLS_DC);
372 ZEND_API int _object_and_properties_init(zval *arg, zend_class_entry *ce, HashTable *properties ZEN…
373 ZEND_API void object_properties_init(zend_object *object, zend_class_entry *class_type);
375 ZEND_API void zend_merge_properties(zval *obj, HashTable *properties, int destroy_ht TSRMLS_DC);
378 ZEND_API int add_assoc_function(zval *arg, const char *key, void (*function_ptr)(INTERNAL_FUNCTION_…
380 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n);
381 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len);
382 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b);
383 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r);
384 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d);
385 ZEND_API int add_assoc_string_ex(zval *arg, const char *key, uint key_len, char *str, int duplicate…
386 ZEND_API int add_assoc_stringl_ex(zval *arg, const char *key, uint key_len, char *str, uint length,…
387 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, uint key_len, zval *value);
404 ZEND_API int add_index_long(zval *arg, ulong idx, long n);
405 ZEND_API int add_index_null(zval *arg, ulong idx);
406 ZEND_API int add_index_bool(zval *arg, ulong idx, int b);
407 ZEND_API int add_index_resource(zval *arg, ulong idx, int r);
408 ZEND_API int add_index_double(zval *arg, ulong idx, double d);
409 ZEND_API int add_index_string(zval *arg, ulong idx, const char *str, int duplicate);
410 ZEND_API int add_index_stringl(zval *arg, ulong idx, const char *str, uint length, int duplicate);
411 ZEND_API int add_index_zval(zval *arg, ulong index, zval *value);
413 ZEND_API int add_next_index_long(zval *arg, long n);
414 ZEND_API int add_next_index_null(zval *arg);
415 ZEND_API int add_next_index_bool(zval *arg, int b);
416 ZEND_API int add_next_index_resource(zval *arg, int r);
417 ZEND_API int add_next_index_double(zval *arg, double d);
418 ZEND_API int add_next_index_string(zval *arg, const char *str, int duplicate);
419 ZEND_API int add_next_index_stringl(zval *arg, const char *str, uint length, int duplicate);
420 ZEND_API int add_next_index_zval(zval *arg, zval *value);
422 ZEND_API int add_get_assoc_string_ex(zval *arg, const char *key, uint key_len, const char *str, voi…
423 ZEND_API int add_get_assoc_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, ui…
428 ZEND_API int add_get_index_long(zval *arg, ulong idx, long l, void **dest);
429 ZEND_API int add_get_index_double(zval *arg, ulong idx, double d, void **dest);
430 ZEND_API int add_get_index_string(zval *arg, ulong idx, const char *str, void **dest, int duplicate…
431 ZEND_API int add_get_index_stringl(zval *arg, ulong idx, const char *str, uint length, void **dest,…
433 ZEND_API int array_set_zval_key(HashTable *ht, zval *key, zval *value);
435 ZEND_API int add_property_long_ex(zval *arg, const char *key, uint key_len, long l TSRMLS_DC);
436 ZEND_API int add_property_null_ex(zval *arg, const char *key, uint key_len TSRMLS_DC);
437 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC);
438 ZEND_API int add_property_resource_ex(zval *arg, const char *key, uint key_len, long r TSRMLS_DC);
439 ZEND_API int add_property_double_ex(zval *arg, const char *key, uint key_len, double d TSRMLS_DC);
440 ZEND_API int add_property_string_ex(zval *arg, const char *key, uint key_len, const char *str, int …
441 ZEND_API int add_property_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, ui…
442 ZEND_API int add_property_zval_ex(zval *arg, const char *key, uint key_len, zval *value TSRMLS_DC);
454 ZEND_API int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, z…
455 ZEND_API int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name…
457 ZEND_API extern const zend_fcall_info empty_fcall_info;
458 ZEND_API extern const zend_fcall_info_cache empty_fcall_info_cache;
470 ZEND_API int zend_fcall_info_init(zval *callable, uint check_flags, zend_fcall_info *fci, zend_fcal…
475 ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, int free_mem);
480 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval ****params);
484 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, int param_count, zval ***params);
489 ZEND_API int zend_fcall_info_args(zend_fcall_info *fci, zval *args TSRMLS_DC);
495 ZEND_API int zend_fcall_info_argp(zend_fcall_info *fci TSRMLS_DC, int argc, zval ***argv);
501 ZEND_API int zend_fcall_info_argv(zend_fcall_info *fci TSRMLS_DC, int argc, va_list *argv);
507 ZEND_API int zend_fcall_info_argn(zend_fcall_info *fci TSRMLS_DC, int argc, ...);
512 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval **retval, …
514 ZEND_API int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TSRMLS_DC);
516 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref…
518 ZEND_API void zend_delete_variable(zend_execute_data *ex, HashTable *ht, const char *name, int name…
520 ZEND_API int zend_delete_global_variable(const char *name, int name_len TSRMLS_DC);
522 ZEND_API int zend_delete_global_variable_ex(const char *name, int name_len, ulong hash_value TSRMLS…
524 ZEND_API void zend_reset_all_cv(HashTable *symbol_table TSRMLS_DC);
526 ZEND_API void zend_rebuild_symbol_table(TSRMLS_D);
528 ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len);
529 ZEND_API const char* zend_resolve_method_name(zend_class_entry *ce, zend_function *f);
533 ZEND_API ZEND_FUNCTION(display_disabled_function);
534 ZEND_API ZEND_FUNCTION(display_disabled_class);