Searched refs:php_is_type (Results 1 – 1 of 1) sorted by relevance
215 static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) in php_is_type() function252 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); in PHP_FUNCTION()260 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_RESOURCE); in PHP_FUNCTION()268 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_BOOL); in PHP_FUNCTION()276 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_LONG); in PHP_FUNCTION()284 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_DOUBLE); in PHP_FUNCTION()292 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_STRING); in PHP_FUNCTION()300 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_ARRAY); in PHP_FUNCTION()308 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_OBJECT); in PHP_FUNCTION()
Completed in 5 milliseconds