zend_register_functions

Function zend_register_functions 

Source
pub unsafe extern "C" fn zend_register_functions(
    scope: *mut zend_class_entry,
    functions: *const zend_function_entry,
    function_table: *mut HashTable,
    type_: c_int,
) -> zend_result