PHP_CompatInfo
[ class tree: PHP_CompatInfo ] [ index: PHP_CompatInfo ] [ all elements ]

Class: PHP_CompatInfo_Cli

Source Location: /PHP_CompatInfo-1.8.0b3/CompatInfo/Cli.php

Class Overview


CLI Script to Check Compatibility of chunk of PHP code


Author(s):

Version:

  • Release: 1.8.0b3

Copyright:

  • 2003 Davey Shafik and Synaptic Media. All Rights Reserved.

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 48]
CLI Script to Check Compatibility of chunk of PHP code

  1.  <?php
  2.      require_once 'PHP/CompatInfo/Cli.php';
  3.      $cli = new PHP_CompatInfo_Cli();
  4.      $cli->run();
  5.  ?>



[ Top ]


Class Variables

$args =

[line 74]

  • Var: instance
  • Since: 1.4.0

Type:   object Console_Getargs


[ Top ]

$dataSource =

[line 68]

Unified data source reference
  • Var: Directory, File or String to be processed
  • Since: 1.8.0b3

Type:   string


[ Top ]

$error =

[line 60]

  • Var: error message
  • Since: 0.8.0

Type:   string


[ Top ]

$options = array()

[line 80]

  • Var: Current parser options
  • Since: 1.4.0

Type:   array


[ Top ]

$opts = array()

[line 54]

  • Var: Current CLI Flags
  • Since: 0.8.0

Type:   array


[ Top ]



Method Detail

PHP_CompatInfo_Cli (Constructor)   [line 460]

PHP_CompatInfo_Cli PHP_CompatInfo_Cli( )

ZE1 PHP4 Compatible Constructor
  • Since: 0.8.0

[ Top ]

__construct (Constructor)   [line 88]

PHP_CompatInfo_Cli __construct( )

ZE2 Constructor
  • Since: 0.8.0

[ Top ]

run   [line 472]

void run( )

Run the CLI Script
  • Since: 0.8.0
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:22:49 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.