Lines Matching refs:ZEND_FUNCTION

32 static ZEND_FUNCTION(zend_version);
33 static ZEND_FUNCTION(func_num_args);
34 static ZEND_FUNCTION(func_get_arg);
35 static ZEND_FUNCTION(func_get_args);
36 static ZEND_FUNCTION(strlen);
37 static ZEND_FUNCTION(strcmp);
38 static ZEND_FUNCTION(strncmp);
39 static ZEND_FUNCTION(strcasecmp);
40 static ZEND_FUNCTION(strncasecmp);
41 static ZEND_FUNCTION(each);
42 static ZEND_FUNCTION(error_reporting);
43 static ZEND_FUNCTION(define);
44 static ZEND_FUNCTION(defined);
45 static ZEND_FUNCTION(get_class);
46 static ZEND_FUNCTION(get_called_class);
47 static ZEND_FUNCTION(get_parent_class);
48 static ZEND_FUNCTION(method_exists);
49 static ZEND_FUNCTION(property_exists);
50 static ZEND_FUNCTION(class_exists);
51 static ZEND_FUNCTION(interface_exists);
52 static ZEND_FUNCTION(trait_exists);
53 static ZEND_FUNCTION(function_exists);
54 static ZEND_FUNCTION(class_alias);
55 static ZEND_FUNCTION(get_included_files);
56 static ZEND_FUNCTION(is_subclass_of);
57 static ZEND_FUNCTION(is_a);
58 static ZEND_FUNCTION(get_class_vars);
59 static ZEND_FUNCTION(get_object_vars);
60 static ZEND_FUNCTION(get_class_methods);
61 static ZEND_FUNCTION(trigger_error);
62 static ZEND_FUNCTION(set_error_handler);
63 static ZEND_FUNCTION(restore_error_handler);
64 static ZEND_FUNCTION(set_exception_handler);
65 static ZEND_FUNCTION(restore_exception_handler);
66 static ZEND_FUNCTION(get_declared_classes);
67 static ZEND_FUNCTION(get_declared_traits);
68 static ZEND_FUNCTION(get_declared_interfaces);
69 static ZEND_FUNCTION(get_defined_functions);
70 static ZEND_FUNCTION(get_defined_vars);
71 static ZEND_FUNCTION(create_function);
72 static ZEND_FUNCTION(get_resource_type);
73 static ZEND_FUNCTION(get_resources);
74 static ZEND_FUNCTION(get_loaded_extensions);
75 static ZEND_FUNCTION(extension_loaded);
76 static ZEND_FUNCTION(get_extension_funcs);
77 static ZEND_FUNCTION(get_defined_constants);
78 static ZEND_FUNCTION(debug_backtrace);
79 static ZEND_FUNCTION(debug_print_backtrace);
81 static ZEND_FUNCTION(zend_thread_id);
83 static ZEND_FUNCTION(gc_mem_caches);
84 static ZEND_FUNCTION(gc_collect_cycles);
85 static ZEND_FUNCTION(gc_enabled);
86 static ZEND_FUNCTION(gc_enable);
87 static ZEND_FUNCTION(gc_disable);
336 ZEND_FUNCTION(zend_version) in ZEND_FUNCTION() function
345 ZEND_FUNCTION(gc_mem_caches) in ZEND_FUNCTION() function
354 ZEND_FUNCTION(gc_collect_cycles) in ZEND_FUNCTION() function
362 ZEND_FUNCTION(gc_enabled) in ZEND_FUNCTION() function
370 ZEND_FUNCTION(gc_enable) in ZEND_FUNCTION() function
380 ZEND_FUNCTION(gc_disable) in ZEND_FUNCTION() function
390 ZEND_FUNCTION(func_num_args) in ZEND_FUNCTION() function
409 ZEND_FUNCTION(func_get_arg) in ZEND_FUNCTION() function
457 ZEND_FUNCTION(func_get_args) in ZEND_FUNCTION() function
522 ZEND_FUNCTION(strlen) in ZEND_FUNCTION() function
536 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() function
551 ZEND_FUNCTION(strncmp) in ZEND_FUNCTION() function
573 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() function
588 ZEND_FUNCTION(strncasecmp) in ZEND_FUNCTION() function
610 ZEND_FUNCTION(each) in ZEND_FUNCTION() function
674 ZEND_FUNCTION(error_reporting) in ZEND_FUNCTION() function
785 ZEND_FUNCTION(define) in ZEND_FUNCTION() function
870 ZEND_FUNCTION(defined) in ZEND_FUNCTION() function
888 ZEND_FUNCTION(get_class) in ZEND_FUNCTION() function
913 ZEND_FUNCTION(get_called_class) in ZEND_FUNCTION() function
936 ZEND_FUNCTION(get_parent_class) in ZEND_FUNCTION() function
1022 ZEND_FUNCTION(is_subclass_of) in ZEND_FUNCTION() function
1030 ZEND_FUNCTION(is_a) in ZEND_FUNCTION() function
1087 ZEND_FUNCTION(get_class_vars) in ZEND_FUNCTION() function
1115 ZEND_FUNCTION(get_object_vars) in ZEND_FUNCTION() function
1210 ZEND_FUNCTION(get_class_methods) in ZEND_FUNCTION() function
1271 ZEND_FUNCTION(method_exists) in ZEND_FUNCTION() function
1322 ZEND_FUNCTION(property_exists) in ZEND_FUNCTION() function
1368 ZEND_FUNCTION(class_exists) in ZEND_FUNCTION() function
1406 ZEND_FUNCTION(interface_exists) in ZEND_FUNCTION() function
1442 ZEND_FUNCTION(trait_exists) in ZEND_FUNCTION() function
1479 ZEND_FUNCTION(function_exists) in ZEND_FUNCTION() function
1511 ZEND_FUNCTION(class_alias) in ZEND_FUNCTION() function
1546 ZEND_FUNCTION(get_included_files) in ZEND_FUNCTION() function
1565 ZEND_FUNCTION(trigger_error) in ZEND_FUNCTION() function
1594 ZEND_FUNCTION(set_error_handler) in ZEND_FUNCTION() function
1632 ZEND_FUNCTION(restore_error_handler) in ZEND_FUNCTION() function
1662 ZEND_FUNCTION(set_exception_handler) in ZEND_FUNCTION() function
1697 ZEND_FUNCTION(restore_exception_handler) in ZEND_FUNCTION() function
1740 ZEND_FUNCTION(get_declared_traits) in ZEND_FUNCTION() function
1756 ZEND_FUNCTION(get_declared_classes) in ZEND_FUNCTION() function
1772 ZEND_FUNCTION(get_declared_interfaces) in ZEND_FUNCTION() function
1817 ZEND_FUNCTION(get_defined_functions) in ZEND_FUNCTION() function
1839 ZEND_FUNCTION(get_defined_vars) in ZEND_FUNCTION() function
1858 ZEND_FUNCTION(create_function) in ZEND_FUNCTION() function
1928 ZEND_FUNCTION(zend_thread_id) in ZEND_FUNCTION() function
1936 ZEND_FUNCTION(get_resource_type) in ZEND_FUNCTION() function
1956 ZEND_FUNCTION(get_resources) in ZEND_FUNCTION() function
2038 ZEND_FUNCTION(get_loaded_extensions) in ZEND_FUNCTION() function
2058 ZEND_FUNCTION(get_defined_constants) in ZEND_FUNCTION() function
2203 ZEND_FUNCTION(debug_print_backtrace) in ZEND_FUNCTION() function
2618 ZEND_FUNCTION(debug_backtrace) in ZEND_FUNCTION() function
2633 ZEND_FUNCTION(extension_loaded) in ZEND_FUNCTION() function
2654 ZEND_FUNCTION(get_extension_funcs) in ZEND_FUNCTION() function