The variable $_min is not named in camelCase.
static protected function _parse_cron_number($s, $min, $max)
{
$result = array();
$v1 = explode(",", $s);
foreach ($v1 as $v2) {
The variable $new_filename is not named in camelCase.
public static function mungeFilename($filename, $extensions)
{
$original = $filename;
The variable $filename_parts is not named in camelCase.
public static function mungeFilename($filename, $extensions)
{
$original = $filename;
The variable $_max is not named in camelCase.
static protected function _parse_cron_number($s, $min, $max)
{
$result = array();
$v1 = explode(",", $s);
foreach ($v1 as $v2) {
The variable $filename_part is not named in camelCase.
public static function mungeFilename($filename, $extensions)
{
$original = $filename;
The variable $crontab_string is not named in camelCase.
static public function parse($crontab_string, $timezone = "PRC", $start_time = null)
{
date_default_timezone_set($timezone);
if (!preg_match('/^((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)$/i', trim($crontab_string))) {
The variable $final_extension is not named in camelCase.
public static function mungeFilename($filename, $extensions)
{
$original = $filename;
The variable $cache_dir is not named in camelCase.
public function register()
{
$this->app->singleton('twig', function(){
$path = \Config::get('view::path');
$loader = new \Twig_Loader_Filesystem(__ROOT__.$path);
The variable $task_worker_num is not named in camelCase.
public function setTubes()
{
foreach ($this->jobs as $tube => $job) {
$task_worker_num = 0;
foreach ($job as $key => $value) {
The variable $task_count is not named in camelCase.
private function getTaskCount($fd){
$task_count = $this->table->get($fd);
return $task_count['count'];
}
The variable $server_type is not named in camelCase.
public function init()
{
$this->checkStatus();
$pid = posix_getpid();
The variable $work_id is not named in camelCase.
public function stop()
{
$pid = $this->getPid();
if (!empty($pid) && $pid) {
The variable $work_id is not named in camelCase.
public function stop()
{
$pid = $this->getPid();
if (!empty($pid) && $pid) {
The variable $work_id is not named in camelCase.
public function stop()
{
$pid = $this->getPid();
if (!empty($pid) && $pid) {
The variable $work_id is not named in camelCase.
public function stop()
{
$pid = $this->getPid();
if (!empty($pid) && $pid) {
The variable $start_time is not named in camelCase.
static public function parse($crontab_string, $timezone = "PRC", $start_time = null)
{
date_default_timezone_set($timezone);
if (!preg_match('/^((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)$/i', trim($crontab_string))) {
The variable $crontab_string is not named in camelCase.
static public function parse($crontab_string, $timezone = "PRC", $start_time = null)
{
date_default_timezone_set($timezone);
if (!preg_match('/^((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)\s+((\*(\/[0-9]+)?)|[0-9\-\,\/]+)$/i', trim($crontab_string))) {
The variable $filename_part is not named in camelCase.
public static function mungeFilename($filename, $extensions)
{
$original = $filename;
The variable $filename_part is not named in camelCase.
public static function mungeFilename($filename, $extensions)
{
$original = $filename;
The variable $task_worker_num is not named in camelCase.
public function setTubes()
{
foreach ($this->jobs as $tube => $job) {
$task_worker_num = 0;
foreach ($job as $key => $value) {