Home
last modified time | relevance | path

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

/PHP-8.3/ext/spl/tests/
H A Dgh10248.phpt2 GH-10248 (Assertion `!(zval_get_type(&(*(property))) == 10)' failed.)
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug74101.phpt2 Bug #74101: Unserialize Heap Use-After-Free (READ: 1) in zval_get_type
/PHP-8.3/Zend/
H A Dzend_types.h647 static zend_always_inline uint8_t zval_get_type(const zval* pz) { in zval_get_type() function
657 #define Z_TYPE(zval) zval_get_type(&(zval))

Completed in 12 milliseconds