Home
last modified time | relevance | path

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

12

/PHP-7.0/Zend/tests/assert/
H A Dbug70528.phpt4 zend.assertions=1
H A Dexpect_015.phpt4 zend.assertions=1
/PHP-7.0/Zend/
H A Dzend_globals.h214 zend_long assertions; member
H A Dzend.c132 …ertions", "1", ZEND_INI_ALL, OnUpdateAssertions, assertions, zend_executor…
H A Dzend_compile.c3151 if (EG(assertions) >= 0) { in zend_compile_assert()
H A Dzend_vm_def.h7862 if (EG(assertions) <= 0) {
H A Dzend_vm_execute.h1651 if (EG(assertions) <= 0) {
/PHP-7.0/ext/pcre/pcrelib/
H A DHACKING475 Forward assertions are also just like other subpatterns, but starting with one
476 of the opcodes OP_ASSERT or OP_ASSERT_NOT. Backward assertions use the opcodes
503 conditional subpattern always starts with one of the assertions.
H A DChangeLog1178 21. Fixed a bug for backward assertions with REVERSE 0 in the JIT compiler.
1299 assertions.
1668 positive assertions (capturing in negative assertions does not happen
1686 26. When studying a pattern that contained subroutine calls or assertions,
1723 assertions may at times be useful. Quantifiers are now allowed for
1724 parenthesized assertions.
2140 matching. This also applied to assertions used as conditions.
2697 other assertions are supported. I have made pcre_dfa_exec() support
3670 in lookbehind assertions such as (?<=[^f]), leading to an incorrect
4361 patterns with negative forward assertions or any backward assertions
[all …]
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt4562 inside negative assertions.
5558 assertions, but is ignored in negative assertions. Note that when a
5562 Simple assertions
6623 tive assertions.)
6643 Lookahead assertions
6645 Lookahead assertions start with (?= for positive assertions and (?! for
6671 Lookbehind assertions
6673 Lookbehind assertions start with (?<= for positive assertions and (?<!
6748 Using multiple assertions
7389 assertions.
[all …]
/PHP-7.0/
H A Dphp.ini-development1554 ; Switch whether to compile assertions at all (to have no overhead at run-time)
1557 ; 1: Execute assertions
1558 …only possible in php.ini! (For turning assertions on and off at run-time, see assert.active, when …
1562 ; http://php.net/zend.assertions
1563 zend.assertions = 1
1569 ; Throw an AssertationException on failed assertions
H A Dphp.ini-production1554 ; Switch whether to compile assertions at all (to have no overhead at run-time)
1557 ; 1: Execute assertions
1558 …only possible in php.ini! (For turning assertions on and off at run-time, see assert.active, when …
1562 ; http://php.net/zend.assertions
1563 zend.assertions = -1
1569 ; Throw an AssertationException on failed assertions
H A DNEWS2275 . Fixed bug #70241,#70293 (Skipped assertions affect Generator returns). (Bob)

Completed in 297 milliseconds

12