Home
last modified time | relevance | path

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

/php-src/ext/spl/tests/
H A Dbug48023.phpt2 Bug #48023 (spl_autoload_register didn't addref closures)
H A Dbug78436.phpt2 Bug #78436: Missing addref in SplPriorityQueue EXTR_BOTH mode
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1560 …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
1574 if (addref && Z_REFCOUNTED_P(zv)) { in jit_ZVAL_COPY_CONST()
1595 …_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
1625 if (addref) { in jit_ZVAL_COPY()
1644 …_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
1687 if (addref) { in jit_ZVAL_COPY_2()
1696 if (addref == 2) { in jit_ZVAL_COPY_2()

Completed in 40 milliseconds