Home
last modified time | relevance | path

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

/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c641 zend_class_entry *curce, *ce; in PHP_FUNCTION() local
644 curce = Z_OBJCE_P(docp); in PHP_FUNCTION()
645 curclass_name = curce->name; in PHP_FUNCTION()
646 while (curce->parent != NULL) { in PHP_FUNCTION()
647 curce = curce->parent; in PHP_FUNCTION()
651 if (ce == NULL || !instanceof_function(ce, curce)) { in PHP_FUNCTION()

Completed in 7 milliseconds