Home
last modified time | relevance | path

Searched refs:closure (Results 101 – 125 of 131) sorted by relevance

123456

/PHP-7.2/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt6 * Description: Returns a dynamically created closure for the method
44 $closure = $method->getClosure();
H A DReflectionFunction_isGenerator_basic.phpt6 $closure1 = function() {return "this is a closure"; };
H A DReflectionGenerator_basic.phpt76 string(9) "{closure}"
H A D007.phpt95 {closure}(Class_does_not_exist)
/PHP-7.2/Zend/tests/
H A Dbug75079_2.phpt34 #0 %s(%d): A->{closure}()
H A Dbug76534.phpt15 #0 %sbug76534.php(%d): {closure}(2, 'Illegal string ...', '%s', %d, Array)
H A Dclosure_026.phpt2 Closure 026: Assigning a closure object to an array in $this
H A Dbug73163.phpt19 #0 %s(%d): {closure}(%s)
H A Dbug70685.phpt21 Warning: Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure() in %s o…
H A Dbug52193.phpt2 Bug #52193 (converting closure to array yields empty array)
H A Dbug60909_1.phpt16 #0 %sbug60909_1.php(8): {closure}(2, 'require(notfoun...', '%s', 8, Array)
H A Dbug61767.phpt22 #0 %sbug61767.php(%d): {closure}(%s, 'Undefined varia...', '%s', %d, Array)
H A Dclosure_020.phpt13 var_dump(is_a($this->a, 'closure'));
H A Dclosure_005.phpt76 #0 %s(%d): A::{closure}()
H A Dclosure_call.phpt64 Warning: Cannot bind closure to scope of internal class stdClass in %s line %d
H A Dclosure_040.phpt45 Warning: Cannot bind an instance to a static closure in %s on line %d
H A Dclosure_041.phpt87 Warning: Cannot bind an instance to a static closure in %s on line %d
91 Warning: Cannot bind an instance to a static closure in %s on line %d
H A Dbug72101.phpt79 #0 %sbug72101.php(8): {closure}(2, 'Parameter 1 to ...', '%s', 8, Array)
H A Dclosure_046.phpt2 …: Rebinding: preservation of previous scope when "static" given as scope arg (same as closure #041)
H A Dclosure_044.phpt5 /* A non-static closure has a bound instance if it has a scope
/PHP-7.2/tests/output/
H A Dob_start_callbacks.phpt9 echo 'closure in variable', "\n";
/PHP-7.2/ext/intl/uchar/
H A Duchar.c545 UChar *closure; in IC_METHOD() local
559 closure = safe_emalloc(sizeof(UChar), closure_len + 1, 0); in IC_METHOD()
561 closure_len = u_getFC_NFKC_Closure(cp, closure, closure_len, &error); in IC_METHOD()
563 efree(closure); in IC_METHOD()
568 u8str = intl_convert_utf16_to_utf8(closure, closure_len, &error); in IC_METHOD()
570 efree(closure); in IC_METHOD()
/PHP-7.2/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_error1.phpt39 Exception: Too few arguments to function {closure}(), 3 passed and exactly 4 expected
/PHP-7.2/ext/standard/tests/array/
H A Darray_map_variation10.phpt67 Exception: Too few arguments to function {closure}(), 1 passed and exactly 2 expected
/PHP-7.2/Zend/tests/closures/
H A Dclosure_from_callable.inc9 $closure = function($param1) {

Completed in 24 milliseconds

123456