Lines Matching refs:ZEND_FUNCTION

38 static ZEND_FUNCTION(zend_version);
39 static ZEND_FUNCTION(func_num_args);
40 static ZEND_FUNCTION(func_get_arg);
41 static ZEND_FUNCTION(func_get_args);
42 static ZEND_FUNCTION(strlen);
43 static ZEND_FUNCTION(strcmp);
44 static ZEND_FUNCTION(strncmp);
45 static ZEND_FUNCTION(strcasecmp);
46 static ZEND_FUNCTION(strncasecmp);
47 static ZEND_FUNCTION(each);
48 static ZEND_FUNCTION(error_reporting);
49 static ZEND_FUNCTION(define);
50 static ZEND_FUNCTION(defined);
51 static ZEND_FUNCTION(get_class);
52 static ZEND_FUNCTION(get_called_class);
53 static ZEND_FUNCTION(get_parent_class);
54 static ZEND_FUNCTION(method_exists);
55 static ZEND_FUNCTION(property_exists);
56 static ZEND_FUNCTION(class_exists);
57 static ZEND_FUNCTION(interface_exists);
58 static ZEND_FUNCTION(trait_exists);
59 static ZEND_FUNCTION(function_exists);
60 static ZEND_FUNCTION(class_alias);
62 static ZEND_FUNCTION(leak);
63 static ZEND_FUNCTION(leak_variable);
65 static ZEND_FUNCTION(crash);
68 static ZEND_FUNCTION(get_included_files);
69 static ZEND_FUNCTION(is_subclass_of);
70 static ZEND_FUNCTION(is_a);
71 static ZEND_FUNCTION(get_class_vars);
72 static ZEND_FUNCTION(get_object_vars);
73 static ZEND_FUNCTION(get_class_methods);
74 static ZEND_FUNCTION(trigger_error);
75 static ZEND_FUNCTION(set_error_handler);
76 static ZEND_FUNCTION(restore_error_handler);
77 static ZEND_FUNCTION(set_exception_handler);
78 static ZEND_FUNCTION(restore_exception_handler);
79 static ZEND_FUNCTION(get_declared_classes);
80 static ZEND_FUNCTION(get_declared_traits);
81 static ZEND_FUNCTION(get_declared_interfaces);
82 static ZEND_FUNCTION(get_defined_functions);
83 static ZEND_FUNCTION(get_defined_vars);
84 static ZEND_FUNCTION(create_function);
85 static ZEND_FUNCTION(get_resource_type);
86 static ZEND_FUNCTION(get_resources);
87 static ZEND_FUNCTION(get_loaded_extensions);
88 static ZEND_FUNCTION(extension_loaded);
89 static ZEND_FUNCTION(get_extension_funcs);
90 static ZEND_FUNCTION(get_defined_constants);
91 static ZEND_FUNCTION(debug_backtrace);
92 static ZEND_FUNCTION(debug_print_backtrace);
94 static ZEND_FUNCTION(zend_test_func);
95 static ZEND_FUNCTION(zend_test_func2);
97 static ZEND_FUNCTION(zend_thread_id);
100 static ZEND_FUNCTION(gc_mem_caches);
101 static ZEND_FUNCTION(gc_collect_cycles);
102 static ZEND_FUNCTION(gc_enabled);
103 static ZEND_FUNCTION(gc_enable);
104 static ZEND_FUNCTION(gc_disable);
393 ZEND_FUNCTION(zend_version) in ZEND_FUNCTION() function
402 ZEND_FUNCTION(gc_mem_caches) in ZEND_FUNCTION() function
411 ZEND_FUNCTION(gc_collect_cycles) in ZEND_FUNCTION() function
419 ZEND_FUNCTION(gc_enabled) in ZEND_FUNCTION() function
427 ZEND_FUNCTION(gc_enable) in ZEND_FUNCTION() function
437 ZEND_FUNCTION(gc_disable) in ZEND_FUNCTION() function
447 ZEND_FUNCTION(func_num_args) in ZEND_FUNCTION() function
462 ZEND_FUNCTION(func_get_arg) in ZEND_FUNCTION() function
506 ZEND_FUNCTION(func_get_args) in ZEND_FUNCTION() function
567 ZEND_FUNCTION(strlen) in ZEND_FUNCTION() function
581 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() function
595 ZEND_FUNCTION(strncmp) in ZEND_FUNCTION() function
615 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() function
629 ZEND_FUNCTION(strncasecmp) in ZEND_FUNCTION() function
649 ZEND_FUNCTION(each) in ZEND_FUNCTION() function
708 ZEND_FUNCTION(error_reporting) in ZEND_FUNCTION() function
819 ZEND_FUNCTION(define) in ZEND_FUNCTION() function
904 ZEND_FUNCTION(defined) in ZEND_FUNCTION() function
922 ZEND_FUNCTION(get_class) in ZEND_FUNCTION() function
945 ZEND_FUNCTION(get_called_class) in ZEND_FUNCTION() function
965 ZEND_FUNCTION(get_parent_class) in ZEND_FUNCTION() function
1051 ZEND_FUNCTION(is_subclass_of) in ZEND_FUNCTION() function
1059 ZEND_FUNCTION(is_a) in ZEND_FUNCTION() function
1116 ZEND_FUNCTION(get_class_vars) in ZEND_FUNCTION() function
1143 ZEND_FUNCTION(get_object_vars) in ZEND_FUNCTION() function
1235 ZEND_FUNCTION(get_class_methods) in ZEND_FUNCTION() function
1294 ZEND_FUNCTION(method_exists) in ZEND_FUNCTION() function
1348 ZEND_FUNCTION(property_exists) in ZEND_FUNCTION() function
1394 ZEND_FUNCTION(class_exists) in ZEND_FUNCTION() function
1432 ZEND_FUNCTION(interface_exists) in ZEND_FUNCTION() function
1468 ZEND_FUNCTION(trait_exists) in ZEND_FUNCTION() function
1505 ZEND_FUNCTION(function_exists) in ZEND_FUNCTION() function
1537 ZEND_FUNCTION(class_alias) in ZEND_FUNCTION() function
1573 ZEND_FUNCTION(leak) in ZEND_FUNCTION() function
1587 ZEND_FUNCTION(leak_variable) in ZEND_FUNCTION() function
1612 ZEND_FUNCTION(crash) in ZEND_FUNCTION() function
1629 ZEND_FUNCTION(get_included_files) in ZEND_FUNCTION() function
1648 ZEND_FUNCTION(trigger_error) in ZEND_FUNCTION() function
1677 ZEND_FUNCTION(set_error_handler) in ZEND_FUNCTION() function
1716 ZEND_FUNCTION(restore_error_handler) in ZEND_FUNCTION() function
1746 ZEND_FUNCTION(set_exception_handler) in ZEND_FUNCTION() function
1782 ZEND_FUNCTION(restore_exception_handler) in ZEND_FUNCTION() function
1825 ZEND_FUNCTION(get_declared_traits) in ZEND_FUNCTION() function
1841 ZEND_FUNCTION(get_declared_classes) in ZEND_FUNCTION() function
1857 ZEND_FUNCTION(get_declared_interfaces) in ZEND_FUNCTION() function
1902 ZEND_FUNCTION(get_defined_functions) in ZEND_FUNCTION() function
1924 ZEND_FUNCTION(get_defined_vars) in ZEND_FUNCTION() function
1939 ZEND_FUNCTION(create_function) in ZEND_FUNCTION() function
2009 ZEND_FUNCTION(zend_test_func) in ZEND_FUNCTION() function
2016 ZEND_FUNCTION(zend_test_func2) in ZEND_FUNCTION() function
2025 ZEND_FUNCTION(zend_thread_id) in ZEND_FUNCTION() function
2034 ZEND_FUNCTION(get_resource_type) in ZEND_FUNCTION() function
2054 ZEND_FUNCTION(get_resources) in ZEND_FUNCTION() function
2136 ZEND_FUNCTION(get_loaded_extensions) in ZEND_FUNCTION() function
2156 ZEND_FUNCTION(get_defined_constants) in ZEND_FUNCTION() function
2301 ZEND_FUNCTION(debug_print_backtrace) in ZEND_FUNCTION() function
2708 ZEND_FUNCTION(debug_backtrace) in ZEND_FUNCTION() function
2723 ZEND_FUNCTION(extension_loaded) in ZEND_FUNCTION() function
2744 ZEND_FUNCTION(get_extension_funcs) in ZEND_FUNCTION() function