Home
last modified time | relevance | path

Searched refs:get_resource_id (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/Zend/tests/
H A Dget_resource_id.phpt2 get_resource_id() function
8 // get_resource_id() is equivalent to an integer cast.
9 var_dump(get_resource_id($file) === (int) $file);
13 var_dump(get_resource_id($file) === (int) $file);
/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php100 function get_resource_id($resource): int {} function
H A Dzend_builtin_functions_arginfo.h255 ZEND_FUNCTION(get_resource_id);
317 ZEND_FE(get_resource_id, arginfo_get_resource_id)
H A Dzend_builtin_functions.c1416 ZEND_FUNCTION(get_resource_id) in ZEND_FUNCTION() argument
/PHP-8.0/
H A DUPGRADING941 . Added get_resource_id($resource) function, which returns the same value as

Completed in 12 milliseconds