Searched refs:RETURN_COPY (Results 1 – 10 of 10) sorted by relevance
86 RETURN_COPY(getThis());108 RETURN_COPY(getThis());231 RETURN_COPY(getThis());253 RETURN_COPY(getThis());275 RETURN_COPY(getThis());297 RETURN_COPY(getThis());319 RETURN_COPY(getThis());341 RETURN_COPY(getThis());363 RETURN_COPY(getThis());425 RETURN_COPY(getThis());[all …]
67 #define RETURN_COPY(zv) do { ZVAL_COPY(return_value, zv); return; } while (0) macro
79 RETURN_COPY(val); in PHP_METHOD()92 RETURN_COPY(val); in PHP_METHOD()
225 RETURN_COPY(getThis()); in PHP_METHOD()634 RETURN_COPY(getThis()); in PHP_METHOD()
225 RETURN_COPY(getThis()); in PHP_METHOD()589 RETURN_COPY(getThis()); in PHP_METHOD()1018 RETURN_COPY(get_generated_pool()); in PHP_METHOD()
108 RETURN_COPY(val);111 When we use `RETURN_COPY`, the refcount is increased; this is perfect for