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

Class: PHP_CompatInfo_Cli

Source Location: /PHP_CompatInfo-1.0.0RC3/CompatInfo/Cli.php

Class Overview

PHP_CompatInfo
   |
   --PHP_CompatInfo_Cli

CLI Script to Check Compatibility of chunk of PHP code


Author(s):

Copyright:

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

Variables

Methods


Inherited Variables

Inherited Methods

Class: PHP_CompatInfo

PHP_CompatInfo::parseArray()
Parse an Array of Files
PHP_CompatInfo::parseDir()
Parse a directory recursively for its Compatibility info
PHP_CompatInfo::parseFile()
Parse a file for its Compatibility info
PHP_CompatInfo::parseFolder()
Alias of parseDir
PHP_CompatInfo::parseString()
Parse a string for its Compatibility info

Class Details

[line 38]
CLI Script to Check Compatibility of chunk of PHP code
  • Author: Davey Shafik <davey@php.net>
  • Copyright: Copyright 2003 Davey Shafik and Synaptic Media. All Rights Reserved.
  • Example: example not found


[ Top ]


Class Variables

$debug =

[line 68]

  • Var: Whether to show debug output

Type:   boolean


[ Top ]

$dir =

[line 62]

  • Var: Directory to be Processed

Type:   string


[ Top ]

$error =  false

[line 50]

  • Var: Whether an error has occured

Type:   boolean


[ Top ]

$file =

[line 56]

  • Var: File to be Processed

Type:   string


[ Top ]

$opts = array()

[line 44]

  • Var: Current CLI Flags

Type:   array


[ Top ]

$recurse =  true

[line 74]

  • Var: Whether to recurse directories when using --dir or -d

Type:   boolean


[ Top ]



Method Detail

__construct (Constructor)   [line 80]

PHP_CompatInfo_Cli __construct( )

Constructor

[ Top ]

PHP_CompatInfo_Cli (Constructor)   [line 141]

PHP_CompatInfo_Cli PHP_CompatInfo_Cli( )

PHP4 Compatible Constructor

[ Top ]

run   [line 152]

void run( )

Run the CLI Script
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:12:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.