Home
last modified time | relevance | path

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

12

/PHP-8.3/Zend/tests/assert/
H A Dexpect_007.phpt4 zend.assertions=1
H A Dexpect_008.phpt4 zend.assertions=0
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-8.3/Zend/tests/arrow_functions/
H A D007.phpt4 zend.assertions=1
/PHP-8.3/Zend/tests/type_declarations/
H A Dtypes_in_ast.phpt4 zend.assertions=1
/PHP-8.3/sapi/fuzzer/
H A DREADME.md12 --enable-debug-assertions \
18 …to avoid a linking failure. The `--enable-debug-assertions` option can be used to enable debug ass…
/PHP-8.3/ext/opcache/jit/
H A DDockerfile.arm64.example14 # Compile a minimal debug build. --enable-debug adds runtime assertions and is slower than regular …
/PHP-8.3/Zend/tests/attributes/
H A D012_ast_export.phpt4 zend.assertions=1
/PHP-8.3/Zend/
H A Dzend_globals.h255 zend_long assertions; member
H A Dzend.c254 …ertions", "1", ZEND_INI_ALL, OnUpdateAssertions, assertions, zend_executor…
H A Dzend_compile.c4278 if (EG(assertions) >= 0) { in zend_compile_assert()
H A Dzend_vm_def.h8703 if (EG(assertions) <= 0) {
H A Dzend_vm_execute.h3383 if (EG(assertions) <= 0) { in ZEND_ASSERT_CHECK_SPEC_HANDLER()
/PHP-8.3/
H A Dconfigure.ac900 PHP_ARG_ENABLE([debug-assertions],
901 [whether to enable debug assertions in release mode],
902 [AS_HELP_STRING([--enable-debug-assertions],
903 [Compile with debug assertions even in release mode])],
H A Dphp.ini-production162 ; zend.assertions
1599 ; Switch whether to compile assertions at all (to have no overhead at run-time)
1602 ; 1: Execute assertions
1604 ; (For turning assertions on and off at run-time, toggle zend.assertions between the values 1 and 0)
1608 ; https://php.net/zend.assertions
1609 zend.assertions = -1
H A Dphp.ini-development162 ; zend.assertions
1597 ; Switch whether to compile assertions at all (to have no overhead at run-time)
1600 ; 1: Execute assertions
1602 ; (For turning assertions on and off at run-time, toggle zend.assertions between the values 1 and 0)
1606 ; https://php.net/zend.assertions
1607 zend.assertions = 1
H A DUPGRADING607 The zend.assertions INI setting should be used instead.

Completed in 237 milliseconds

12