Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dassert.c288 zend_bool oldint; in PHP_FUNCTION() local
298 oldint = ASSERTG(active); in PHP_FUNCTION()
306 RETURN_LONG(oldint); in PHP_FUNCTION()
310 oldint = ASSERTG(bail); in PHP_FUNCTION()
318 RETURN_LONG(oldint); in PHP_FUNCTION()
322 oldint = ASSERTG(quiet_eval); in PHP_FUNCTION()
330 RETURN_LONG(oldint); in PHP_FUNCTION()
334 oldint = ASSERTG(warning); in PHP_FUNCTION()
342 RETURN_LONG(oldint); in PHP_FUNCTION()
360 oldint = ASSERTG(exception); in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds