PHP Class Zephir\Backends\ZendEngine2\FcallManager

Afficher le fichier Open project: phalcon/zephir Class Usage Examples

Protected Properties

Свойство Type Description
$requiredMacros

Méthodes publiques

Méthode Description
genFcallCode ( )
getMacro ( $static, integer $doReturn, $paramCount ) : string Resolve internal fcall attributes to a suitable macro and ensure that it's generated during compilation
macroIsRequired ( $macro )

Method Details

genFcallCode() public méthode

public genFcallCode ( )

getMacro() public méthode

Resolve internal fcall attributes to a suitable macro and ensure that it's generated during compilation
public getMacro ( $static, integer $doReturn, $paramCount ) : string
$static
$doReturn integer tri-state: 0 -> no return value, 1 -> do return, 2 -> do return to given variable
$paramCount
Résultat string

macroIsRequired() public méthode

public macroIsRequired ( $macro )

Property Details

$requiredMacros protected_oe property

protected $requiredMacros