Home
last modified time | relevance | path

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

/php-src/docs/source/core/data-structures/
H A Dzval.rst172 #define _IS_ERROR 15
199 ``_IS_ERROR`` is used as an error value for some `object handlers <todo>`__. It is described in more
/php-src/Zend/
H A Dzend_types.h626 #define _IS_ERROR 15 macro
962 #define Z_ISERROR(zval) (Z_TYPE(zval) == _IS_ERROR)
1262 Z_TYPE_INFO_P(z) = _IS_ERROR; \
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c14143 jit_set_Z_TYPE_INFO(jit, res_addr, _IS_ERROR);
14291 jit_set_Z_TYPE_INFO(jit, res_addr, _IS_ERROR);
14297 jit_set_Z_TYPE_INFO(jit, res_addr, _IS_ERROR);
14354 jit_set_Z_TYPE_INFO(jit, res_addr, _IS_ERROR);

Completed in 81 milliseconds