3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace TYPO3\CMS\Core\Resource\Service; class FrontendContentAdapterService { static protected $migrateFields = array(); static public function modifyDBRow(&$row, $table) { if (array_key_exists($table, static::$migrateFields)) { } } } $row = array(); FrontendContentAdapterService::modifyDBRow($row, 'tx_test');

preferences:
33.09 ms | 402 KiB | 5 Q