Home
last modified time | relevance | path

Searched refs:Closure (Results 1 – 25 of 78) sorted by last modified time

1234

/PHP-5.5/tests/output/
H A Dob_start_callbacks.phpt6 // Closure in variable
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61115.phpt13 Catchable fatal error: Object of class Closure could not be converted to string in %s on line %d
/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/ext/standard/tests/general_functions/
H A Dbug66094.phpt2 Bug #66094 (unregister_tick_function tries to cast a Closure to a string)
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_closure.phpt239 object(Closure)#2 (1) {
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_013.phpt33 object(Closure)#%d (1) {
/PHP-5.5/ext/reflection/tests/
H A Dbug46205.phpt2 Bug #46205 (Closure - Memory leaks when ReflectionException is thrown)
H A DReflectionMethod_getClosure_error.phpt59 object(Closure)#%d (0) {
61 object(Closure)#%d (0) {
H A DReflectionClass_isCloneable_001.phpt31 print "Closure\n";
61 Closure
/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/Zend/tests/
H A Dclosure_054.phpt2 Closure 054: self::class in non-static closure in non-static method.
H A Dclosure_055.phpt2 Closure 055: self::class in static closure in static method.
H A Dclosure_056.phpt2 Closure 056: self::class in non-static closure in static method.
H A Dclosure_001.phpt2 Closure 001: Lambda without lexical variables
H A Dclosure_005.phpt2 Closure 005: Lambda inside class, lifetime of $this
H A Dclosure_012.phpt2 Closure 012: Undefined lexical variables
H A Dclosure_015.phpt2 Closure 015: converting to string/unicode
17 Error: Object of class Closure could not be converted to string at %sclosure_015.php(8)
19 Error: Object of class Closure could not be converted to string at %sclosure_015.php(10)
H A Dclosure_017.phpt2 Closure 017: Trying to destroy an active lambda function
H A Dclosure_018.phpt2 Closure 018: Assigning lambda to static var and returning by ref
H A Dclosure_019.phpt2 Closure 019: Calling lambda using $GLOBALS and global $var
H A Dclosure_020.phpt2 Closure 020: Trying to access private property outside class
30 object(Closure)#%d (2) {
H A Dclosure_022.phpt2 Closure 022: Closure properties
11 Catchable fatal error: Closure object cannot have properties in %sclosure_022.php on line 5
H A Dclosure_023.phpt2 Closure 023: Closure declared in statically called method
H A Dclosure_024.phpt2 Closure 024: Clone the Closure object
H A Dclosure_025.phpt2 Closure 025: Using closure in create_function()

Completed in 32 milliseconds

1234