Home
last modified time | relevance | path

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

/plugin/authchained/
H A Dauth.php53 $tmp_class =& plugin_load('auth',$tmp_plugin);
55 if ( !is_null($tmp_class) || $tmp_class->success ) {
56 $tmp_module = array($tmp_plugin,$tmp_class);
58 $this->any_external |= $tmp_class->canDo('external');
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c715 zval *tmp_class; in PHP_FUNCTION() local
909 tmp_class = TWIG_GET_ARRAY_ELEMENT(tmp_self_cache, class_name, strlen(class_name) TSRMLS_CC); in PHP_FUNCTION()
911 if (!tmp_class) { in PHP_FUNCTION()
913 tmp_class = TWIG_GET_ARRAY_ELEMENT(tmp_self_cache, class_name, strlen(class_name) TSRMLS_CC); in PHP_FUNCTION()
936 tmp_properties = TWIG_GET_ARRAY_ELEMENT(tmp_class, "properties", strlen("properties") TSRMLS_CC); in PHP_FUNCTION()
1009 tmp_methods = TWIG_GET_ARRAY_ELEMENT(tmp_class, "methods", strlen("methods") TSRMLS_CC); in PHP_FUNCTION()