Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_execute.c5375 #define ZEND_VM_SMART_BRANCH(_result, _check) do { \ argument
5379 if (_result) { \
5385 if (!(_result)) { \
5391 ZVAL_BOOL(EX_VAR(opline->result.var), _result); \
5396 #define ZEND_VM_SMART_BRANCH_JMPZ(_result, _check) do { \ argument
5399 } else if (_result) { \
5406 #define ZEND_VM_SMART_BRANCH_JMPNZ(_result, _check) do { \ argument
5409 } else if (!(_result)) { \
5416 #define ZEND_VM_SMART_BRANCH_NONE(_result, _check) do { \ argument
5417 ZVAL_BOOL(EX_VAR(opline->result.var), _result); \
/PHP-8.3/ext/standard/
H A Darray.c105 int _result = (result); \
106 if (EXPECTED(_result)) { \
107 return _result; \

Completed in 33 milliseconds