Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.c907 static zend_bool opline_is_fetch_this(const zend_op *opline TSRMLS_DC) /* {{{ */ in opline_is_fetch_this() function
1006 } else if (opline_is_fetch_this(last_op TSRMLS_CC)) { in zend_do_assign()
1038 if (opline_is_fetch_this(opline TSRMLS_CC)) { in zend_do_assign_ref()
1314 if (opline_is_fetch_this(opline_ptr TSRMLS_CC)) { in zend_do_end_variable_parse()
5396 if (opline_is_fetch_this(opline_ptr TSRMLS_CC)) { in zend_do_fetch_property()

Completed in 25 milliseconds