Home
last modified time | relevance | path

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

123456

/PHP-7.4/Zend/tests/
H A Dbug61273.phpt14 Warning: Parameter 1 to {closure}() expected to be a reference, value given in %sbug61273.php on li…
H A Dbug54367.phpt2 Bug #54367 (Use of closure causes problem in ArrayAccess)
H A Dbug75079.phpt2 Bug #75079: self keyword leads to incorrectly generated TypeError when in closure in trait
H A Duse_unlinked_class.phpt18 #1 [internal function]: {closure}('I')
H A Dnon_well_formed_param_exception.phpt20 #0 [internal function]: {closure}(%s)
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 Dbug78502.phpt17 function tree_map($tree, $recursive_attr, closure $callback){
H A Dclosure_026.phpt2 Closure 026: Assigning a closure object to an array in $this
H A Dbug79657.phpt39 #1 %s(%d): {closure}()
H A Dbug73163.phpt19 #0 %s(%d): {closure}(%s)
H A Dclosure_046.phpt2 …: Rebinding: preservation of previous scope when "static" given as scope arg (same as closure #041)
54 Deprecated: Unbinding $this of closure is deprecated in %s on line %d
H A Dbug60909_1.phpt16 #0 %sbug60909_1.php(8): {closure}(2, 'require(notfoun...', '%s', 8, Array)
H A Dbug70685.phpt21 Warning: Cannot rebind scope of closure created from method in %s on line %d
H A Dclosure_041.phpt84 Deprecated: Unbinding $this of closure is deprecated in %s on line %d
89 Warning: Cannot bind an instance to a static closure in %s on line %d
93 Warning: Cannot bind an instance to a static closure in %s on line %d
H A Dbug52193.phpt2 Bug #52193 (converting closure to array yields empty 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'));
/PHP-7.4/ext/reflection/tests/
H A Dbug74673.phpt24 #0 [internal function]: {closure}(2, 'Use of undefine...', %s, %d, Array)
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"; };
/PHP-7.4/ext/spl/
H A Dphp_spl.c372 zval closure; member
387 if (!Z_ISUNDEF(alfi->closure)) { in autoload_func_info_dtor()
388 zval_ptr_dtor(&alfi->closure); in autoload_func_info_dtor()
587 ZVAL_UNDEF(&alfi.closure); in PHP_FUNCTION()
599 if (!Z_ISUNDEF(alfi.closure)) { in PHP_FUNCTION()
600 Z_DELREF_P(&alfi.closure); in PHP_FUNCTION()
628 ZVAL_UNDEF(&spl_alfi.closure); in PHP_FUNCTION()
649 if (!Z_ISUNDEF(alfi.closure)) { in PHP_FUNCTION()
650 Z_DELREF(alfi.closure); in PHP_FUNCTION()
787 if (!Z_ISUNDEF(alfi->closure)) { in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_055.phpt27 #0 %s(%d): {closure}(2)
/PHP-7.4/Zend/tests/closures/
H A Dclosure_instantiate.phpt12 // Instantiating a closure is an error, not an exception, so we shouldn't see this
/PHP-7.4/tests/output/
H A Dob_start_callbacks.phpt9 echo 'closure in variable', "\n";

Completed in 28 milliseconds

123456