Home
last modified time | relevance | path

Searched refs:Closure (Results 51 – 75 of 78) sorted by relevance

1234

/PHP-5.5/Zend/tests/
H A Dclosure_009.phpt2 Closure 009: Using static vars inside lambda
H A Dclosure_007.phpt2 Closure 007: Nested lambdas in classes
H A Dclosure_012.phpt2 Closure 012: Undefined lexical variables
H A Dclosure_019.phpt2 Closure 019: Calling lambda using $GLOBALS and global $var
H A Dclosure_045.phpt2 Closure 045: Closures created in static methods are static, even without the keyword
H A Dclosure_001.phpt2 Closure 001: Lambda without lexical variables
H A Dclosure_018.phpt2 Closure 018: Assigning lambda to static var and returning by ref
H A Dbug54358.phpt2 Bug #54358 (Closure, use and reference)
H A Dclosure_033.phpt2 Closure 033: Dynamic closure property and private function
H A Dclosure_047.phpt2 Closure 047: Use in preg_replace_callback() using variables by reference
H A Dclosure_048.phpt2 Closure 048: Use in preg_replace_callback() using variables by reference
H A Dclosure_037.phpt2 Closure 037: self:: and static:: within closures
H A Dcallable_type_hint_001.phpt37 object(Closure)#%d (0) {
H A Dclosure_005.phpt2 Closure 005: Lambda inside class, lifetime of $this
H A Dclosure_014.phpt2 Closure 014: return by value/reference
H A Dclosure_044.phpt2 Closure 044: Scope/bounding combination invariants; non static closures
H A Dclosure_046.phpt2 Closure 046: Rebinding: preservation of previous scope when "static" given as scope arg (same as cl…
H A Dclosure_043.phpt2 Closure 043: Scope/bounding combination invariants; static closures
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isCloneable_001.phpt31 print "Closure\n";
61 Closure
H A Dbug62384.phpt2 Bug #62384 (Attempting to invoke a Closure more than once causes segfaul)
H A DReflectionMethod_getClosure_error.phpt59 object(Closure)#%d (0) {
61 object(Closure)#%d (0) {
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug67072_2.phpt25 'SplObjectStorage', 'FooBar', 'Closure', 'ArrayObject', 'MyArrayObject',
66 Warning: Erroneous data format for unserializing 'Closure' in %s on line 9
/PHP-5.5/Zend/
H A Dzend_closures.c48 ZEND_METHOD(Closure, __invoke) /* {{{ */ in ZEND_METHOD() argument
81 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
391 ZEND_METHOD(Closure, __construct) in ZEND_METHOD() argument
409 ZEND_ME(Closure, __construct, NULL, ZEND_ACC_PRIVATE)
410 ZEND_ME(Closure, bind, arginfo_closure_bind, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
411 ZEND_MALIAS(Closure, bindTo, bind, arginfo_closure_bindto, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_013.phpt33 object(Closure)#%d (1) {
/PHP-5.5/tests/output/
H A Dob_start_callbacks.phpt6 // Closure in variable

Completed in 83 milliseconds

1234