Lines Matching refs:fe
660 zend_internal_function fe; in PHP_MINIT_FUNCTION() local
662 fe.type = ZEND_INTERNAL_FUNCTION; in PHP_MINIT_FUNCTION()
663 fe.handler = ZEND_MN(SoapClient___call); in PHP_MINIT_FUNCTION()
664 fe.function_name = NULL; in PHP_MINIT_FUNCTION()
665 fe.scope = NULL; in PHP_MINIT_FUNCTION()
666 fe.fn_flags = 0; in PHP_MINIT_FUNCTION()
667 fe.prototype = NULL; in PHP_MINIT_FUNCTION()
668 fe.num_args = 2; in PHP_MINIT_FUNCTION()
669 fe.arg_info = NULL; in PHP_MINIT_FUNCTION()
670 zend_set_function_arg_flags((zend_function*)&fe); in PHP_MINIT_FUNCTION()
673 (zend_function *)&fe, NULL, NULL); in PHP_MINIT_FUNCTION()