Searched refs:zend_check_symbol (Results 1 – 1 of 1) sorted by relevance
2050 zend_hash_apply(&EG(symbol_table), zend_check_symbol); \2052 zend_hash_apply(EX(symbol_table), zend_check_symbol); \2055 static int zend_check_symbol(zval *pz) in zend_check_symbol() function2067 zend_hash_apply(Z_ARRVAL_P(pz), zend_check_symbol); in zend_check_symbol()2070 zend_hash_apply(Z_OBJPROP_P(pz), zend_check_symbol); in zend_check_symbol()
Completed in 18 milliseconds