Home
last modified time | relevance | path

Searched refs:is_zend_ptr (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/Zend/tests/
H A Dgh14626.phpt2 GH-14626: is_zend_ptr() may crash for non-zend ptrs when huge blocks exist
11 // Check that is_zend_ptr() does not crash
/PHP-8.3/ext/ffi/tests/
H A Dgh14626.phpt2 GH-14626: FFI::free() may crash in is_zend_ptr() when at least one huge block exists and the ptr is…
26 // Should not crash in is_zend_ptr()
/PHP-8.3/Zend/
H A Dzend_alloc.h223 ZEND_API bool is_zend_ptr(const void *ptr);
H A Dzend_alloc.c2445 ZEND_API bool is_zend_ptr(const void *ptr) function
/PHP-8.3/ext/zend_test/
H A Dtest.c793 RETURN_BOOL(is_zend_ptr((void*)addr)); in ZEND_FUNCTION()
/PHP-8.3/
H A DNEWS229 . Fixed bug GH-14626 (Fix is_zend_ptr() for huge blocks). (Arnaud)
/PHP-8.3/ext/ffi/
H A Dffi.c3899 …pefree(cdata->ptr_holder, (cdata->flags & ZEND_FFI_FLAG_PERSISTENT) || !is_zend_ptr(cdata->ptr_hol… in ZEND_METHOD()

Completed in 55 milliseconds