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

Element index for package CodeGen_PECL

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ v ] [ w ] [ _ ]

_

__construct
in file Test.php, method CodeGen_PECL_Element_Test::__construct()
    Constructor
__construct
in file Lib.php, method CodeGen_PECL_Dependency_Lib::__construct()
    Constructor
__construct
in file Extension.php, method CodeGen_PECL_Extension::__construct()
    The constructor
top

a

addClass
in file Extension.php, method CodeGen_PECL_Extension::addClass()
    Add a PHP class to the extension
addConstant
in file Extension.php, method CodeGen_PECL_Extension::addConstant()
    Add a PHP constant to the extension
addFunction
in file Extension.php, method CodeGen_PECL_Extension::addFunction()
    Add a function to the extension
addGlobal
in file Extension.php, method CodeGen_PECL_Extension::addGlobal()
    Add a internal global variable
addIni
in file Test.php, method CodeGen_PECL_Element_Test::addIni()
    Adder for php.ini settings
addInterface
in file Extension.php, method CodeGen_PECL_Extension::addInterface()
    Add a PHP interface to the extension
addLogo
in file Extension.php, method CodeGen_PECL_Extension::addLogo()
    Add phpinfo logo
addOtherExtension
in file Extension.php, method CodeGen_PECL_Extension::addOtherExtension()
    Add cross-module dependency
addParam
in file Function.php, method CodeGen_PECL_Element_Function::addParam()
addPhpIni
in file Extension.php, method CodeGen_PECL_Extension::addPhpIni()
    Add a PHP ini directive
addResource
in file Extension.php, method CodeGen_PECL_Extension::addResource()
    Add a PHP resource type
addSkipIf
in file Test.php, method CodeGen_PECL_Element_Test::addSkipIf()
    Setter for skipif testcode
addStream
in file Extension.php, method CodeGen_PECL_Extension::addStream()
    Add a PHP stream wrapper to the extension
addTest
in file Extension.php, method CodeGen_PECL_Extension::addTest()
    add a custom test case
addWith
in file Extension.php, method CodeGen_PECL_Extension::addWith()
    Add a --with configure option
argInfoCode
in file Function.php, method CodeGen_PECL_Element_Function::argInfoCode()
    Code needed ahead of the function table
argInfoName
in file Function.php, method CodeGen_PECL_Element_Function::argInfoName()
    Name for ARG_INFO definition
top

c

$channel
in file Extension.php, variable CodeGen_PECL_Extension::$channel
    pear installer channel name
$classes
in file Extension.php, variable CodeGen_PECL_Extension::$classes
    The PHP classes defined by this extension
$code
in file Test.php, variable CodeGen_PECL_Element_Test::$code
    actual test code
$code
in file Function.php, variable CodeGen_PECL_Element_Function::$code
    Code snippet
$codeFile
in file Function.php, variable CodeGen_PECL_Element_Function::$codeFile
    Source file of code snippet
$codeLine
in file Function.php, variable CodeGen_PECL_Element_Function::$codeLine
    Source line of code snippet
$constants
in file Extension.php, variable CodeGen_PECL_Extension::$constants
    The constants defined by this extension
cCode
in file Function.php, method CodeGen_PECL_Element_Function::cCode()
    Create C code implementing the PHP userlevel function
Cli.php
procedural page Cli.php
CodeGen_PECL_Dependency_Header
in file Header.php, class CodeGen_PECL_Dependency_Header
    Class representing a header file dependency
CodeGen_PECL_Dependency_Lib
in file Lib.php, class CodeGen_PECL_Dependency_Lib
    Class representing a library dependencyp
CodeGen_PECL_Dependency_Platform
in file Platform.php, class CodeGen_PECL_Dependency_Platform
    Class representing a platform dependency
CodeGen_PECL_Element_Function
in file Function.php, class CodeGen_PECL_Element_Function
    Class describing a function within a PECL extension
CodeGen_PECL_Element_Test
in file Test.php, class CodeGen_PECL_Element_Test
    Class for testfile generation as needed for 'make test'
CodeGen_PECL_Extension
in file Extension.php, class CodeGen_PECL_Extension
    A class that generates PECL extension soure and documenation files
complete
in file Test.php, method CodeGen_PECL_Element_Test::complete()
    all required properties set?
configm4
in file Lib.php, method CodeGen_PECL_Dependency_Lib::configm4()
    write config.m4 code snippet for unix builds
configm4
in file Header.php, method CodeGen_PECL_Dependency_Header::configm4()
    return config.m4 code snippet for unix builds
configw32
in file Lib.php, method CodeGen_PECL_Dependency_Lib::configw32()
    write config.w32 code snippet for windows builds
configw32
in file Header.php, method CodeGen_PECL_Dependency_Header::configw32()
    return config.w32 code snippet for windows builds
copyright
in file Extension.php, method CodeGen_PECL_Extension::copyright()
    CodeGen_PECL Copyright message
cProto
in file Function.php, method CodeGen_PECL_Element_Function::cProto()
    C function signature
createExtension
in file Extension.php, method CodeGen_PECL_Extension::createExtension()
    Create the extensions including
createTest
in file Function.php, method CodeGen_PECL_Element_Function::createTest()
    Create test case for this function
top

d

$description
in file Test.php, variable CodeGen_PECL_Element_Test::$description
    Testcase description
$description
in file Function.php, variable CodeGen_PECL_Element_Function::$description
    A long description
$docPurpose
in file Extension.php, variable CodeGen_PECL_Extension::$docPurpose
    phpdoc reference purpose
defaultval
in file Function.php, method CodeGen_PECL_Element_Function::defaultval()
    Helper for cCode
docEditorSettings
in file Extension.php, method CodeGen_PECL_Extension::docEditorSettings()
    Generate Editor settings block for documentation files
docEntry
in file Function.php, method CodeGen_PECL_Element_Function::docEntry()
    Create DocBook reference entry for the function
top

e

Extension.php
procedural page Extension.php
top

f

$functions
in file Extension.php, variable CodeGen_PECL_Extension::$functions
    The public PHP functions defined by this extension
Function.php
procedural page Function.php
functionEntry
in file Function.php, method CodeGen_PECL_Element_Function::functionEntry()
    Generate registration entry for extension function table
top

g

$get
in file Test.php, variable CodeGen_PECL_Element_Test::$get
    GET data
$globals
in file Extension.php, variable CodeGen_PECL_Extension::$globals
    The extensions internal global variables
generateDocumentation
in file Extension.php, method CodeGen_PECL_Extension::generateDocumentation()
    Create the extension documentation DocBook XML files
generateSource
in file Extension.php, method CodeGen_PECL_Extension::generateSource()
    Create the extensions code soure and project files
getClass
in file Extension.php, method CodeGen_PECL_Extension::getClass()
    Get a specific class by name
getCode
in file Function.php, method CodeGen_PECL_Element_Function::getCode()
    Code getter
getCode
in file Test.php, method CodeGen_PECL_Element_Test::getCode()
    Getter for test code
getConstant
in file Extension.php, method CodeGen_PECL_Extension::getConstant()
    Get a specific constant by name
getConstants
in file Extension.php, method CodeGen_PECL_Extension::getConstants()
    Get PHP constants
getDescription
in file Test.php, method CodeGen_PECL_Element_Test::getDescription()
    Getter for testcase description
getFullName
in file Function.php, method CodeGen_PECL_Element_Function::getFullName()
    distinguishable name getter
getFunctions
in file Extension.php, method CodeGen_PECL_Extension::getFunctions()
    Return array of defined functions
getGet
in file Test.php, method CodeGen_PECL_Element_Test::getGet()
    Getter for GET data
getIni
in file Test.php, method CodeGen_PECL_Element_Test::getIni()
    Getter for php.ini settings
getLinespecs
in file Extension.php, method CodeGen_PECL_Extension::getLinespecs()
    linespec getter
getMode
in file Test.php, method CodeGen_PECL_Element_Test::getMode()
    Getter for output block style
getName
in file Test.php, method CodeGen_PECL_Element_Test::getName()
    Getter for testcase name
getName
in file Function.php, method CodeGen_PECL_Element_Function::getName()
    name getter
getOutput
in file Test.php, method CodeGen_PECL_Element_Test::getOutput()
    Getter for expected output
getPost
in file Test.php, method CodeGen_PECL_Element_Test::getPost()
    Getter for raw POST data
getResource
in file Extension.php, method CodeGen_PECL_Extension::getResource()
    Get a specific resource by name
getResources
in file Extension.php, method CodeGen_PECL_Extension::getResources()
    Get PHP resource types
getRole
in file Function.php, method CodeGen_PECL_Element_Function::getRole()
getSkipif
in file Test.php, method CodeGen_PECL_Element_Test::getSkipif()
    Getter for skipif test code
getTestCode
in file Function.php, method CodeGen_PECL_Element_Function::getTestCode()
    testCode getter
getTestDescription
in file Function.php, method CodeGen_PECL_Element_Function::getTestDescription()
    testDescription getter
getTestIni
in file Function.php, method CodeGen_PECL_Element_Function::getTestIni()
    testIni getter
getTestResult
in file Function.php, method CodeGen_PECL_Element_Function::getTestResult()
    testResult getter
getTestSkipIf
in file Function.php, method CodeGen_PECL_Element_Function::getTestSkipIf()
    testSkipIf getter
getTitle
in file Test.php, method CodeGen_PECL_Element_Test::getTitle()
    Getter for testcase title
getVarargs
in file Function.php, method CodeGen_PECL_Element_Function::getVarargs()
top

h

$hasRefArgs
in file Function.php, variable CodeGen_PECL_Element_Function::$hasRefArgs
    Does this function have by-reference parameters?
Header.php
procedural page Header.php
hCode
in file Function.php, method CodeGen_PECL_Element_Function::hCode()
    Create C header entry for userlevel function
top

i

$ini
in file Test.php, variable CodeGen_PECL_Element_Test::$ini
    php.ini settings for this test
$interfaces
in file Extension.php, variable CodeGen_PECL_Extension::$interfaces
    The PHP interfaces defined by this extension
$internalFunctions
in file Extension.php, variable CodeGen_PECL_Extension::$internalFunctions
    The extensions internal functions like MINIT
ifConditionEnd
in file Function.php, method CodeGen_PECL_Element_Function::ifConditionEnd()
ifConditionStart
in file Function.php, method CodeGen_PECL_Element_Function::ifConditionStart()
isInternalName
in file Function.php, method CodeGen_PECL_Element_Function::isInternalName()
    Check whether a function name is already used internally
top

l

$linespecs
in file Extension.php, variable CodeGen_PECL_Extension::$linespecs
    generate #line specs?
$logos
in file Extension.php, variable CodeGen_PECL_Extension::$logos
    phpinfo logos
Lib.php
procedural page Lib.php
localVariables
in file Function.php, method CodeGen_PECL_Element_Function::localVariables()
    Generate local variable declarations
top

m

$mode
in file Test.php, variable CodeGen_PECL_Element_Test::$mode
    Output block style
maxVersion
in file Extension.php, method CodeGen_PECL_Extension::maxVersion()
minPhpVersion
in file Function.php, method CodeGen_PECL_Element_Function::minPhpVersion()
    Return minimal PHP version required to support the requested features
minPhpVersion
in file Extension.php, method CodeGen_PECL_Extension::minPhpVersion()
    Return minimal PHP version required to support the requested features
minPhpVersionId
in file Extension.php, method CodeGen_PECL_Extension::minPhpVersionId()
    Return minimal PHP version required to support the requested features
top

n

$name
in file Function.php, variable CodeGen_PECL_Element_Function::$name
    The function name
$name
in file Test.php, variable CodeGen_PECL_Element_Test::$name
    testfile basename
newSetProto
in file Function.php, method CodeGen_PECL_Element_Function::newSetProto()
    Set parameter and return value information from PHP style prototype
newSetProto2
in file Function.php, method CodeGen_PECL_Element_Function::newSetProto2()
    Set parameter and return value information from PHP style prototype
top

o

$otherExtensions
in file Extension.php, variable CodeGen_PECL_Extension::$otherExtensions
    cross extension dependencies
$output
in file Test.php, variable CodeGen_PECL_Element_Test::$output
    expected output for test code
ObjectInterface.php
procedural page ObjectInterface.php
oldSetProto
in file Function.php, method CodeGen_PECL_Element_Function::oldSetProto()
top

p

$params
in file Function.php, variable CodeGen_PECL_Element_Function::$params
    Function parameters (parsed from proto)
$phpini
in file Extension.php, variable CodeGen_PECL_Extension::$phpini
    The extensions php.ini parameters
$post
in file Test.php, variable CodeGen_PECL_Element_Test::$post
    raw POST data
$proto
in file Function.php, variable CodeGen_PECL_Element_Function::$proto
    Function prototype
Platform.php
procedural page Platform.php
ProtoLexer.php
procedural page ProtoLexer.php
ProtoParser.php
procedural page ProtoParser.php
packageXML
in file Platform.php, method CodeGen_PECL_Dependency_Platform::packageXML()
    package.xml dependencie entry
packageXML2
in file Platform.php, method CodeGen_PECL_Dependency_Platform::packageXML2()
    package.xml 2.0 dependencie entry
packageXmlFileList
in file Extension.php, method CodeGen_PECL_Extension::packageXmlFileList()
    Write file list for package.xml (both version 1.0 and 2.0)
parseParameterHook
in file Function.php, method CodeGen_PECL_Element_Function::parseParameterHook()
    Hook for parameter parsing API function
top

r

$resources
in file Extension.php, variable CodeGen_PECL_Extension::$resources
    The PHP resources defined by this extension
$returns
in file Function.php, variable CodeGen_PECL_Element_Function::$returns
    Function returntype (parsed from proto)
$role
in file Function.php, variable CodeGen_PECL_Element_Function::$role
    Type of function: internal, public
top

s

$skipif
in file Test.php, variable CodeGen_PECL_Element_Test::$skipif
    Test code to decide whether to skip a test
$streams
in file Extension.php, variable CodeGen_PECL_Extension::$streams
    PHP Streams
$summary
in file Function.php, variable CodeGen_PECL_Element_Function::$summary
    A short description
setChannel
in file Extension.php, method CodeGen_PECL_Extension::setChannel()
    Set pear installer channel
setCode
in file Test.php, method CodeGen_PECL_Element_Test::setCode()
    Setter for test code
setCode
in file Function.php, method CodeGen_PECL_Element_Function::setCode()
    Code setter
setDescription
in file Function.php, method CodeGen_PECL_Element_Function::setDescription()
    description setter
setDescription
in file Test.php, method CodeGen_PECL_Element_Test::setDescription()
    Setter for testcase description
setGet
in file Test.php, method CodeGen_PECL_Element_Test::setGet()
    Setter for GET data
setIni
in file Test.php, method CodeGen_PECL_Element_Test::setIni()
    Setter for php.ini settings
setLicense
in file Extension.php, method CodeGen_PECL_Extension::setLicense()
    Set license
setLinespecs
in file Extension.php, method CodeGen_PECL_Extension::setLinespecs()
    Generate #line specs?
setMode
in file Test.php, method CodeGen_PECL_Element_Test::setMode()
    Setter for output block style
setName
in file Function.php, method CodeGen_PECL_Element_Function::setName()
    name setter
setName
in file Test.php, method CodeGen_PECL_Element_Test::setName()
    Setter for testcase name
setOutput
in file Test.php, method CodeGen_PECL_Element_Test::setOutput()
    Setter for expected output
setPlatform
in file Extension.php, method CodeGen_PECL_Extension::setPlatform()
    Set target platform for generated code
setPost
in file Test.php, method CodeGen_PECL_Element_Test::setPost()
    Setter for raw POST data
setProto
in file Function.php, method CodeGen_PECL_Element_Function::setProto()
    Set parameter and return value information from PHP style prototype
setReturns
in file Function.php, method CodeGen_PECL_Element_Function::setReturns()
setRole
in file Function.php, method CodeGen_PECL_Element_Function::setRole()
    role setter
setSkipIf
in file Test.php, method CodeGen_PECL_Element_Test::setSkipIf()
    Setter for skipif testcode
setSummary
in file Function.php, method CodeGen_PECL_Element_Function::setSummary()
    summary getter
setTestCode
in file Function.php, method CodeGen_PECL_Element_Function::setTestCode()
    testCode setter
setTestDescription
in file Function.php, method CodeGen_PECL_Element_Function::setTestDescription()
    testDescritpion setter
setTestIni
in file Function.php, method CodeGen_PECL_Element_Function::setTestIni()
    testIni setter
setTestResult
in file Function.php, method CodeGen_PECL_Element_Function::setTestResult()
    testResult setter
setTestSkipIf
in file Function.php, method CodeGen_PECL_Element_Function::setTestSkipIf()
    testSkipIf setter
setTitle
in file Test.php, method CodeGen_PECL_Element_Test::setTitle()
    Setter for testcase title
setVarargs
in file Function.php, method CodeGen_PECL_Element_Function::setVarargs()
setVarargsType
in file Function.php, method CodeGen_PECL_Element_Function::setVarargsType()
top

t

$testcases
in file Extension.php, variable CodeGen_PECL_Extension::$testcases
    Custom test cases
$testCode
in file Function.php, variable CodeGen_PECL_Element_Function::$testCode
    test code snippet
$testDescription
in file Function.php, variable CodeGen_PECL_Element_Function::$testDescription
    test code description
$testIni
in file Function.php, variable CodeGen_PECL_Element_Function::$testIni
    test additional ini condition
$testResult
in file Function.php, variable CodeGen_PECL_Element_Function::$testResult
    expected test result string
$testSkipIf
in file Function.php, variable CodeGen_PECL_Element_Function::$testSkipIf
    test additional skipif condition
$title
in file Test.php, variable CodeGen_PECL_Element_Test::$title
    Testcase title
Test.php
procedural page Test.php
terminate
in file Extension.php, method CodeGen_PECL_Extension::terminate()
    Show error message and bailout
top

v

$varargs
in file Function.php, variable CodeGen_PECL_Element_Function::$varargs
    Function has variable arguments "..."
$varargsType
in file Function.php, variable CodeGen_PECL_Element_Function::$varargsType
version
in file Extension.php, method CodeGen_PECL_Extension::version()
    Current CodeGen_PECL version number
top

w

$with
in file Extension.php, variable CodeGen_PECL_Extension::$with
    --with configure options
writeTest
in file Test.php, method CodeGen_PECL_Element_Test::writeTest()
    generate testcase file
writeTest
in file Function.php, method CodeGen_PECL_Element_Function::writeTest()
    write test case for this function
top

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