Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dassert.c288 zend_bool oldint; in PHP_FUNCTION() local
300 oldint = ASSERTG(active); in PHP_FUNCTION()
312 RETURN_LONG(oldint); in PHP_FUNCTION()
316 oldint = ASSERTG(bail); in PHP_FUNCTION()
328 RETURN_LONG(oldint); in PHP_FUNCTION()
332 oldint = ASSERTG(quiet_eval); in PHP_FUNCTION()
344 RETURN_LONG(oldint); in PHP_FUNCTION()
348 oldint = ASSERTG(warning); in PHP_FUNCTION()
360 RETURN_LONG(oldint); in PHP_FUNCTION()
378 oldint = ASSERTG(exception); in PHP_FUNCTION()
[all …]

Completed in 4 milliseconds