Searched refs:addref (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/ext/spl/tests/ |
H A D | bug48023.phpt | 2 Bug #48023 (spl_autoload_register didn't addref closures)
|
H A D | bug78436.phpt | 2 Bug #78436: Missing addref in SplPriorityQueue EXTR_BOTH mode
|
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1587 …d_jit_ctx *jit, zend_jit_addr dst, uint32_t dst_info, uint32_t dst_def_info, zval *zv, bool addref) in jit_ZVAL_COPY_CONST() argument 1601 if (addref && Z_REFCOUNTED_P(zv)) { in jit_ZVAL_COPY_CONST() 1622 …_ctx *jit, zend_jit_addr dst, uint32_t dst_info, zend_jit_addr src, uint32_t src_info, bool addref) in jit_ZVAL_COPY() argument 1652 if (addref) { in jit_ZVAL_COPY() 1671 …_addr dst2, zend_jit_addr dst, uint32_t dst_info, zend_jit_addr src, uint32_t src_info, int addref) in jit_ZVAL_COPY_2() argument 1714 if (addref) { in jit_ZVAL_COPY_2() 1723 if (addref == 2) { in jit_ZVAL_COPY_2()
|
Completed in 65 milliseconds