Searched refs:cached_implementation (Results 1 – 1 of 1) sorted by relevance
96 zval *cached_implementation = OBJ_PROP_NUM(&obj->std, PROP_INDEX); in dom_modern_document_implementation_read() local97 if (Z_ISUNDEF_P(cached_implementation)) { in dom_modern_document_implementation_read()98 php_dom_create_implementation(cached_implementation, true); in dom_modern_document_implementation_read()101 ZVAL_OBJ_COPY(retval, Z_OBJ_P(cached_implementation)); in dom_modern_document_implementation_read()
Completed in 14 milliseconds