Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dassert.c268 int oldint; in PHP_FUNCTION() local
277 oldint = ASSERTG(active); in PHP_FUNCTION()
282 RETURN_LONG(oldint); in PHP_FUNCTION()
286 oldint = ASSERTG(bail); in PHP_FUNCTION()
291 RETURN_LONG(oldint); in PHP_FUNCTION()
295 oldint = ASSERTG(quiet_eval); in PHP_FUNCTION()
300 RETURN_LONG(oldint); in PHP_FUNCTION()
304 oldint = ASSERTG(warning); in PHP_FUNCTION()
309 RETURN_LONG(oldint); in PHP_FUNCTION()

Completed in 4 milliseconds