usecrate::builders::FunctionBuilder;/// Implemented on ZSTs that represent PHP functions.
pubtraitPhpFunction{/// Function used to 'build' the PHP function, returning a
/// [`FunctionBuilder`] used to build the function.
constFUNCTION_ENTRY:fn()->FunctionBuilder<'static>;}