Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dassert.c293 zend_bool oldint; in PHP_FUNCTION() local
305 oldint = ASSERTG(active); in PHP_FUNCTION()
313 RETURN_LONG(oldint); in PHP_FUNCTION()
317 oldint = ASSERTG(bail); in PHP_FUNCTION()
325 RETURN_LONG(oldint); in PHP_FUNCTION()
329 oldint = ASSERTG(quiet_eval); in PHP_FUNCTION()
337 RETURN_LONG(oldint); in PHP_FUNCTION()
341 oldint = ASSERTG(warning); in PHP_FUNCTION()
349 RETURN_LONG(oldint); in PHP_FUNCTION()
367 oldint = ASSERTG(exception); in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds