Searched refs:zend_check_magic_method_args (Results 1 – 1 of 1) sorted by relevance
/php-src/Zend/ |
H A D | zend_API.c | 2656 static void zend_check_magic_method_args( in zend_check_magic_method_args() function 2768 zend_check_magic_method_args(0, ce, fptr, error_type); in zend_check_magic_method_implementation() 2772 zend_check_magic_method_args(0, ce, fptr, error_type); in zend_check_magic_method_implementation() 2776 zend_check_magic_method_args(1, ce, fptr, error_type); in zend_check_magic_method_implementation() 2781 zend_check_magic_method_args(2, ce, fptr, error_type); in zend_check_magic_method_implementation() 2787 zend_check_magic_method_args(1, ce, fptr, error_type); in zend_check_magic_method_implementation() 2793 zend_check_magic_method_args(1, ce, fptr, error_type); in zend_check_magic_method_implementation() 2799 zend_check_magic_method_args(2, ce, fptr, error_type); in zend_check_magic_method_implementation() 2805 zend_check_magic_method_args(2, ce, fptr, error_type); in zend_check_magic_method_implementation() 2811 zend_check_magic_method_args(0, ce, fptr, error_type); in zend_check_magic_method_implementation() [all …]
|
Completed in 17 milliseconds