Lines Matching refs:ZEND_FUNCTION

33 static ZEND_FUNCTION(zend_version);
34 static ZEND_FUNCTION(func_num_args);
35 static ZEND_FUNCTION(func_get_arg);
36 static ZEND_FUNCTION(func_get_args);
37 static ZEND_FUNCTION(strlen);
38 static ZEND_FUNCTION(strcmp);
39 static ZEND_FUNCTION(strncmp);
40 static ZEND_FUNCTION(strcasecmp);
41 static ZEND_FUNCTION(strncasecmp);
42 static ZEND_FUNCTION(each);
43 static ZEND_FUNCTION(error_reporting);
44 static ZEND_FUNCTION(define);
45 static ZEND_FUNCTION(defined);
46 static ZEND_FUNCTION(get_class);
47 static ZEND_FUNCTION(get_called_class);
48 static ZEND_FUNCTION(get_parent_class);
49 static ZEND_FUNCTION(method_exists);
50 static ZEND_FUNCTION(property_exists);
51 static ZEND_FUNCTION(class_exists);
52 static ZEND_FUNCTION(interface_exists);
53 static ZEND_FUNCTION(trait_exists);
54 static ZEND_FUNCTION(function_exists);
55 static ZEND_FUNCTION(class_alias);
57 static ZEND_FUNCTION(leak);
58 static ZEND_FUNCTION(leak_variable);
60 static ZEND_FUNCTION(crash);
63 static ZEND_FUNCTION(get_included_files);
64 static ZEND_FUNCTION(is_subclass_of);
65 static ZEND_FUNCTION(is_a);
66 static ZEND_FUNCTION(get_class_vars);
67 static ZEND_FUNCTION(get_object_vars);
68 static ZEND_FUNCTION(get_class_methods);
69 static ZEND_FUNCTION(trigger_error);
70 static ZEND_FUNCTION(set_error_handler);
71 static ZEND_FUNCTION(restore_error_handler);
72 static ZEND_FUNCTION(set_exception_handler);
73 static ZEND_FUNCTION(restore_exception_handler);
74 static ZEND_FUNCTION(get_declared_classes);
75 static ZEND_FUNCTION(get_declared_traits);
76 static ZEND_FUNCTION(get_declared_interfaces);
77 static ZEND_FUNCTION(get_defined_functions);
78 static ZEND_FUNCTION(get_defined_vars);
79 static ZEND_FUNCTION(create_function);
80 static ZEND_FUNCTION(get_resource_type);
81 static ZEND_FUNCTION(get_loaded_extensions);
82 static ZEND_FUNCTION(extension_loaded);
83 static ZEND_FUNCTION(get_extension_funcs);
84 static ZEND_FUNCTION(get_defined_constants);
85 static ZEND_FUNCTION(debug_backtrace);
86 static ZEND_FUNCTION(debug_print_backtrace);
88 static ZEND_FUNCTION(zend_test_func);
90 static ZEND_FUNCTION(zend_thread_id);
93 static ZEND_FUNCTION(gc_collect_cycles);
94 static ZEND_FUNCTION(gc_enabled);
95 static ZEND_FUNCTION(gc_enable);
96 static ZEND_FUNCTION(gc_disable);
350 ZEND_FUNCTION(zend_version) in ZEND_FUNCTION() function
359 ZEND_FUNCTION(gc_collect_cycles) in ZEND_FUNCTION() function
367 ZEND_FUNCTION(gc_enabled) in ZEND_FUNCTION() function
375 ZEND_FUNCTION(gc_enable) in ZEND_FUNCTION() function
383 ZEND_FUNCTION(gc_disable) in ZEND_FUNCTION() function
391 ZEND_FUNCTION(func_num_args) in ZEND_FUNCTION() function
407 ZEND_FUNCTION(func_get_arg) in ZEND_FUNCTION() function
447 ZEND_FUNCTION(func_get_args) in ZEND_FUNCTION() function
478 ZEND_FUNCTION(strlen) in ZEND_FUNCTION() function
494 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() function
510 ZEND_FUNCTION(strncmp) in ZEND_FUNCTION() function
532 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() function
548 ZEND_FUNCTION(strncasecmp) in ZEND_FUNCTION() function
570 ZEND_FUNCTION(each) in ZEND_FUNCTION() function
626 ZEND_FUNCTION(error_reporting) in ZEND_FUNCTION() function
648 ZEND_FUNCTION(define) in ZEND_FUNCTION() function
726 ZEND_FUNCTION(defined) in ZEND_FUNCTION() function
748 ZEND_FUNCTION(get_class) in ZEND_FUNCTION() function
777 ZEND_FUNCTION(get_called_class) in ZEND_FUNCTION() function
795 ZEND_FUNCTION(get_parent_class) in ZEND_FUNCTION() function
887 ZEND_FUNCTION(is_subclass_of) in ZEND_FUNCTION() function
896 ZEND_FUNCTION(is_a) in ZEND_FUNCTION() function
958 ZEND_FUNCTION(get_class_vars) in ZEND_FUNCTION() function
982 ZEND_FUNCTION(get_object_vars) in ZEND_FUNCTION() function
1038 ZEND_FUNCTION(get_class_methods) in ZEND_FUNCTION() function
1112 ZEND_FUNCTION(method_exists) in ZEND_FUNCTION() function
1169 ZEND_FUNCTION(property_exists) in ZEND_FUNCTION() function
1219 ZEND_FUNCTION(class_exists) in ZEND_FUNCTION() function
1262 ZEND_FUNCTION(interface_exists) in ZEND_FUNCTION() function
1305 ZEND_FUNCTION(trait_exists) in ZEND_FUNCTION() function
1349 ZEND_FUNCTION(function_exists) in ZEND_FUNCTION() function
1389 ZEND_FUNCTION(class_alias) in ZEND_FUNCTION() function
1426 ZEND_FUNCTION(leak) in ZEND_FUNCTION() function
1439 ZEND_FUNCTION(leak_variable) in ZEND_FUNCTION() function
1462 ZEND_FUNCTION(crash) in ZEND_FUNCTION() function
1474 ZEND_FUNCTION(get_included_files) in ZEND_FUNCTION() function
1494 ZEND_FUNCTION(trigger_error) in ZEND_FUNCTION() function
1524 ZEND_FUNCTION(set_error_handler) in ZEND_FUNCTION() function
1565 ZEND_FUNCTION(restore_error_handler) in ZEND_FUNCTION() function
1588 ZEND_FUNCTION(set_exception_handler) in ZEND_FUNCTION() function
1626 ZEND_FUNCTION(restore_exception_handler) in ZEND_FUNCTION() function
1663 ZEND_FUNCTION(get_declared_traits) in ZEND_FUNCTION() function
1680 ZEND_FUNCTION(get_declared_classes) in ZEND_FUNCTION() function
1696 ZEND_FUNCTION(get_declared_interfaces) in ZEND_FUNCTION() function
1732 ZEND_FUNCTION(get_defined_functions) in ZEND_FUNCTION() function
1770 ZEND_FUNCTION(get_defined_vars) in ZEND_FUNCTION() function
1787 ZEND_FUNCTION(create_function) in ZEND_FUNCTION() function
1851 ZEND_FUNCTION(zend_test_func) in ZEND_FUNCTION() function
1860 ZEND_FUNCTION(zend_thread_id) in ZEND_FUNCTION() function
1869 ZEND_FUNCTION(get_resource_type) in ZEND_FUNCTION() function
1923 ZEND_FUNCTION(get_loaded_extensions) in ZEND_FUNCTION() function
1944 ZEND_FUNCTION(get_defined_constants) in ZEND_FUNCTION() function
2060 ZEND_FUNCTION(debug_print_backtrace) in ZEND_FUNCTION() function
2400 ZEND_FUNCTION(debug_backtrace) in ZEND_FUNCTION() function
2415 ZEND_FUNCTION(extension_loaded) in ZEND_FUNCTION() function
2438 ZEND_FUNCTION(get_extension_funcs) in ZEND_FUNCTION() function