Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dassert.c211 bool oldint; in PHP_FUNCTION() local
223 oldint = ASSERTG(active); in PHP_FUNCTION()
235 RETURN_LONG(oldint); in PHP_FUNCTION()
239 oldint = ASSERTG(bail); in PHP_FUNCTION()
251 RETURN_LONG(oldint); in PHP_FUNCTION()
255 oldint = ASSERTG(warning); in PHP_FUNCTION()
267 RETURN_LONG(oldint); in PHP_FUNCTION()
290 oldint = ASSERTG(exception); in PHP_FUNCTION()
302 RETURN_LONG(oldint); in PHP_FUNCTION()

Completed in 4 milliseconds