Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dassert.c254 bool oldint; in PHP_FUNCTION() local
266 oldint = ASSERTG(active); in PHP_FUNCTION()
278 RETURN_LONG(oldint); in PHP_FUNCTION()
282 oldint = ASSERTG(bail); in PHP_FUNCTION()
294 RETURN_LONG(oldint); in PHP_FUNCTION()
298 oldint = ASSERTG(warning); in PHP_FUNCTION()
310 RETURN_LONG(oldint); in PHP_FUNCTION()
333 oldint = ASSERTG(exception); in PHP_FUNCTION()
345 RETURN_LONG(oldint); in PHP_FUNCTION()

Completed in 7 milliseconds