hhvm icon indicating copy to clipboard operation
hhvm copied to clipboard

Results 1 hhvm issues
Sort by recently updated
recently updated
newest added

Errorline: https://github.com/OpenMage/magento-mirror/blob/magento-1.9/lib/Zend/Db/Statement/Mysqli.php#L276 ``` PHP // fetch the next result $retval = $this->_stmt->fetch(); switch ($retval) { case null: // end of data case false: // error occurred $this->_stmt->reset(); return false; default:...