php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_builtin_functions_arginfo.h File Reference

Go to the source code of this file.

Macros

#define arginfo_die   arginfo_exit
 
#define arginfo_strcasecmp   arginfo_strcmp
 
#define arginfo_strncasecmp   arginfo_strncmp
 
#define arginfo_get_called_class   arginfo_zend_version
 
#define arginfo_get_mangled_object_vars   arginfo_get_object_vars
 
#define arginfo_get_included_files   arginfo_func_get_args
 
#define arginfo_get_required_files   arginfo_func_get_args
 
#define arginfo_user_error   arginfo_trigger_error
 
#define arginfo_restore_exception_handler   arginfo_restore_error_handler
 
#define arginfo_get_declared_classes   arginfo_func_get_args
 
#define arginfo_get_declared_traits   arginfo_func_get_args
 
#define arginfo_get_declared_interfaces   arginfo_func_get_args
 
#define arginfo_get_defined_vars   arginfo_func_get_args
 
#define arginfo_gc_mem_caches   arginfo_func_num_args
 
#define arginfo_gc_collect_cycles   arginfo_func_num_args
 
#define arginfo_gc_disable   arginfo_gc_enable
 
#define arginfo_gc_status   arginfo_func_get_args
 

Functions

 ZEND_FRAMELESS_FUNCTION (property_exists, 2)
 
 ZEND_FRAMELESS_FUNCTION (class_exists, 1)
 
 ZEND_FRAMELESS_FUNCTION (class_exists, 2)
 
 ZEND_FUNCTION (exit)
 
 ZEND_FUNCTION (zend_version)
 
 ZEND_FUNCTION (func_num_args)
 
 ZEND_FUNCTION (func_get_arg)
 
 ZEND_FUNCTION (func_get_args)
 
 ZEND_FUNCTION (strlen)
 
 ZEND_FUNCTION (strcmp)
 
 ZEND_FUNCTION (strncmp)
 
 ZEND_FUNCTION (strcasecmp)
 
 ZEND_FUNCTION (strncasecmp)
 
 ZEND_FUNCTION (error_reporting)
 
 ZEND_FUNCTION (define)
 
 ZEND_FUNCTION (defined)
 
 ZEND_FUNCTION (get_class)
 
 ZEND_FUNCTION (get_called_class)
 
 ZEND_FUNCTION (get_parent_class)
 
 ZEND_FUNCTION (is_subclass_of)
 
 ZEND_FUNCTION (is_a)
 
 ZEND_FUNCTION (get_class_vars)
 
 ZEND_FUNCTION (get_object_vars)
 
 ZEND_FUNCTION (get_mangled_object_vars)
 
 ZEND_FUNCTION (get_class_methods)
 
 ZEND_FUNCTION (method_exists)
 
 ZEND_FUNCTION (property_exists)
 
 ZEND_FUNCTION (class_exists)
 
 ZEND_FUNCTION (interface_exists)
 
 ZEND_FUNCTION (trait_exists)
 
 ZEND_FUNCTION (enum_exists)
 
 ZEND_FUNCTION (function_exists)
 
 ZEND_FUNCTION (class_alias)
 
 ZEND_FUNCTION (get_included_files)
 
 ZEND_FUNCTION (trigger_error)
 
 ZEND_FUNCTION (set_error_handler)
 
 ZEND_FUNCTION (restore_error_handler)
 
 ZEND_FUNCTION (set_exception_handler)
 
 ZEND_FUNCTION (restore_exception_handler)
 
 ZEND_FUNCTION (get_declared_classes)
 
 ZEND_FUNCTION (get_declared_traits)
 
 ZEND_FUNCTION (get_declared_interfaces)
 
 ZEND_FUNCTION (get_defined_functions)
 
 ZEND_FUNCTION (get_defined_vars)
 
 ZEND_FUNCTION (get_resource_type)
 
 ZEND_FUNCTION (get_resource_id)
 
 ZEND_FUNCTION (get_resources)
 
 ZEND_FUNCTION (get_loaded_extensions)
 
 ZEND_FUNCTION (get_defined_constants)
 
 ZEND_FUNCTION (debug_backtrace)
 
 ZEND_FUNCTION (debug_print_backtrace)
 
 ZEND_FUNCTION (extension_loaded)
 
 ZEND_FUNCTION (get_extension_funcs)
 
 ZEND_FUNCTION (gc_mem_caches)
 
 ZEND_FUNCTION (gc_collect_cycles)
 
 ZEND_FUNCTION (gc_enabled)
 
 ZEND_FUNCTION (gc_enable)
 
 ZEND_FUNCTION (gc_disable)
 
 ZEND_FUNCTION (gc_status)
 

Macro Definition Documentation

◆ arginfo_die

#define arginfo_die   arginfo_exit

Definition at line 8 of file zend_builtin_functions_arginfo.h.

◆ arginfo_gc_collect_cycles

#define arginfo_gc_collect_cycles   arginfo_func_num_args

Definition at line 214 of file zend_builtin_functions_arginfo.h.

◆ arginfo_gc_disable

#define arginfo_gc_disable   arginfo_gc_enable

Definition at line 222 of file zend_builtin_functions_arginfo.h.

◆ arginfo_gc_mem_caches

#define arginfo_gc_mem_caches   arginfo_func_num_args

Definition at line 212 of file zend_builtin_functions_arginfo.h.

◆ arginfo_gc_status

#define arginfo_gc_status   arginfo_func_get_args

Definition at line 224 of file zend_builtin_functions_arginfo.h.

◆ arginfo_get_called_class

#define arginfo_get_called_class   arginfo_zend_version

Definition at line 60 of file zend_builtin_functions_arginfo.h.

◆ arginfo_get_declared_classes

#define arginfo_get_declared_classes   arginfo_func_get_args

Definition at line 157 of file zend_builtin_functions_arginfo.h.

◆ arginfo_get_declared_interfaces

#define arginfo_get_declared_interfaces   arginfo_func_get_args

Definition at line 161 of file zend_builtin_functions_arginfo.h.

◆ arginfo_get_declared_traits

#define arginfo_get_declared_traits   arginfo_func_get_args

Definition at line 159 of file zend_builtin_functions_arginfo.h.

◆ arginfo_get_defined_vars

#define arginfo_get_defined_vars   arginfo_func_get_args

Definition at line 167 of file zend_builtin_functions_arginfo.h.

◆ arginfo_get_included_files

#define arginfo_get_included_files   arginfo_func_get_args

Definition at line 132 of file zend_builtin_functions_arginfo.h.

◆ arginfo_get_mangled_object_vars

#define arginfo_get_mangled_object_vars   arginfo_get_object_vars

Definition at line 86 of file zend_builtin_functions_arginfo.h.

◆ arginfo_get_required_files

#define arginfo_get_required_files   arginfo_func_get_args

Definition at line 134 of file zend_builtin_functions_arginfo.h.

◆ arginfo_restore_exception_handler

#define arginfo_restore_exception_handler   arginfo_restore_error_handler

Definition at line 155 of file zend_builtin_functions_arginfo.h.

◆ arginfo_strcasecmp

#define arginfo_strcasecmp   arginfo_strcmp

Definition at line 38 of file zend_builtin_functions_arginfo.h.

◆ arginfo_strncasecmp

#define arginfo_strncasecmp   arginfo_strncmp

Definition at line 40 of file zend_builtin_functions_arginfo.h.

◆ arginfo_user_error

#define arginfo_user_error   arginfo_trigger_error

Definition at line 141 of file zend_builtin_functions_arginfo.h.

Function Documentation

◆ ZEND_FRAMELESS_FUNCTION() [1/3]

ZEND_FRAMELESS_FUNCTION ( class_exists ,
1  )

Definition at line 1112 of file zend_builtin_functions.c.

◆ ZEND_FRAMELESS_FUNCTION() [2/3]

ZEND_FRAMELESS_FUNCTION ( class_exists ,
2  )

Definition at line 1125 of file zend_builtin_functions.c.

◆ ZEND_FRAMELESS_FUNCTION() [3/3]

ZEND_FRAMELESS_FUNCTION ( property_exists ,
2  )

Definition at line 1041 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [1/56]

ZEND_FUNCTION ( class_alias )

Definition at line 1186 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [2/56]

ZEND_FUNCTION ( class_exists )

Definition at line 1106 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [3/56]

ZEND_FUNCTION ( debug_backtrace )

Definition at line 2152 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [4/56]

ZEND_FUNCTION ( debug_print_backtrace )

Definition at line 1812 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [5/56]

ZEND_FUNCTION ( define )

Definition at line 509 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [6/56]

ZEND_FUNCTION ( defined )

Definition at line 562 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [7/56]

ZEND_FUNCTION ( enum_exists )

Definition at line 1154 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [8/56]

ZEND_FUNCTION ( error_reporting )

Definition at line 411 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [9/56]

ZEND_FUNCTION ( exit )

Definition at line 72 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [10/56]

ZEND_FUNCTION ( extension_loaded )

Definition at line 2166 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [11/56]

ZEND_FUNCTION ( func_get_arg )

Definition at line 212 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [12/56]

ZEND_FUNCTION ( func_get_args )

Definition at line 258 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [13/56]

ZEND_FUNCTION ( func_num_args )

Definition at line 192 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [14/56]

ZEND_FUNCTION ( function_exists )

Definition at line 1160 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [15/56]

ZEND_FUNCTION ( gc_collect_cycles )

Definition at line 120 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [16/56]

ZEND_FUNCTION ( gc_disable )

Definition at line 151 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [17/56]

ZEND_FUNCTION ( gc_enable )

Definition at line 138 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [18/56]

ZEND_FUNCTION ( gc_enabled )

Definition at line 129 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [19/56]

ZEND_FUNCTION ( gc_mem_caches )

Definition at line 110 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [20/56]

ZEND_FUNCTION ( gc_status )

Definition at line 164 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [21/56]

ZEND_FUNCTION ( get_called_class )

Definition at line 607 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [22/56]

ZEND_FUNCTION ( get_class )

Definition at line 579 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [23/56]

ZEND_FUNCTION ( get_class_methods )

Definition at line 902 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [24/56]

ZEND_FUNCTION ( get_class_vars )

Definition at line 765 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [25/56]

ZEND_FUNCTION ( get_declared_classes )

Definition at line 1409 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [26/56]

ZEND_FUNCTION ( get_declared_interfaces )

Definition at line 1416 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [27/56]

ZEND_FUNCTION ( get_declared_traits )

Definition at line 1402 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [28/56]

ZEND_FUNCTION ( get_defined_constants )

Definition at line 1597 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [29/56]

ZEND_FUNCTION ( get_defined_functions )

Definition at line 1423 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [30/56]

ZEND_FUNCTION ( get_defined_vars )

Definition at line 1459 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [31/56]

ZEND_FUNCTION ( get_extension_funcs )

Definition at line 2186 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [32/56]

ZEND_FUNCTION ( get_included_files )

Definition at line 1217 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [33/56]

ZEND_FUNCTION ( get_loaded_extensions )

Definition at line 1574 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [34/56]

ZEND_FUNCTION ( get_mangled_object_vars )

Definition at line 878 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [35/56]

ZEND_FUNCTION ( get_object_vars )

Definition at line 787 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [36/56]

ZEND_FUNCTION ( get_parent_class )

Definition at line 624 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [37/56]

ZEND_FUNCTION ( get_resource_id )

Definition at line 1507 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [38/56]

ZEND_FUNCTION ( get_resource_type )

Definition at line 1488 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [39/56]

ZEND_FUNCTION ( get_resources )

Definition at line 1520 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [40/56]

ZEND_FUNCTION ( interface_exists )

Definition at line 1141 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [41/56]

ZEND_FUNCTION ( is_a )

Definition at line 709 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [42/56]

ZEND_FUNCTION ( is_subclass_of )

Definition at line 702 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [43/56]

ZEND_FUNCTION ( method_exists )

Definition at line 932 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [44/56]

ZEND_FUNCTION ( property_exists )

Definition at line 1027 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [45/56]

ZEND_FUNCTION ( restore_error_handler )

Definition at line 1297 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [46/56]

ZEND_FUNCTION ( restore_exception_handler )

Definition at line 1351 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [47/56]

ZEND_FUNCTION ( set_error_handler )

Definition at line 1267 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [48/56]

ZEND_FUNCTION ( set_exception_handler )

Definition at line 1326 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [49/56]

ZEND_FUNCTION ( strcasecmp )

Definition at line 376 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [50/56]

ZEND_FUNCTION ( strcmp )

Definition at line 341 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [51/56]

ZEND_FUNCTION ( strlen )

Definition at line 328 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [52/56]

ZEND_FUNCTION ( strncasecmp )

Definition at line 390 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [53/56]

ZEND_FUNCTION ( strncmp )

Definition at line 355 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [54/56]

ZEND_FUNCTION ( trait_exists )

Definition at line 1148 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [55/56]

ZEND_FUNCTION ( trigger_error )

Definition at line 1233 of file zend_builtin_functions.c.

◆ ZEND_FUNCTION() [56/56]

ZEND_FUNCTION ( zend_version )

Definition at line 100 of file zend_builtin_functions.c.