Home
last modified time | relevance | path

Searched refs:assertions (Results 26 – 38 of 38) sorted by relevance

12

/PHP-7.4/Zend/tests/assert/
H A Dexpect_009.phpt4 zend.assertions=1
H A Dexpect_010.phpt4 zend.assertions=1
H A Dexpect_011.phpt4 zend.assertions=1
H A Dbug70528.phpt4 zend.assertions=1
H A Dexpect_015.phpt4 zend.assertions=1
/PHP-7.4/Zend/
H A Dzend_globals.h222 zend_long assertions; member
H A Dzend.c176 …ertions", "1", ZEND_INI_ALL, OnUpdateAssertions, assertions, zend_executor…
H A Dzend_compile.c3494 if (EG(assertions) >= 0) { in zend_compile_assert()
H A Dzend_vm_def.h8208 if (EG(assertions) <= 0) {
H A Dzend_vm_execute.h2747 if (EG(assertions) <= 0) { in ZEND_ASSERT_CHECK_SPEC_HANDLER()
/PHP-7.4/azure/
H A Dcommunity_job.yml7 # debug build, that enables assertions, as well as the address and UB sanitizers. However,
/PHP-7.4/
H A Dphp.ini-development1557 ; Switch whether to compile assertions at all (to have no overhead at run-time)
1560 ; 1: Execute assertions
1561 …only possible in php.ini! (For turning assertions on and off at run-time, see assert.active, when …
1565 ; http://php.net/zend.assertions
1566 zend.assertions = 1
1572 ; Throw an AssertionError on failed assertions
H A Dphp.ini-production1557 ; Switch whether to compile assertions at all (to have no overhead at run-time)
1560 ; 1: Execute assertions
1561 …only possible in php.ini! (For turning assertions on and off at run-time, see assert.active, when …
1565 ; http://php.net/zend.assertions
1566 zend.assertions = -1
1572 ; Throw an AssertionError on failed assertions

Completed in 256 milliseconds

12