Home
last modified time | relevance | path

Searched refs:closure (Results 176 – 200 of 231) sorted by relevance

12345678910

/PHP-8.2/ext/intl/uchar/
H A Duchar.c496 UChar *closure; in IC_METHOD() local
509 closure = safe_emalloc(sizeof(UChar), closure_len + 1, 0); in IC_METHOD()
511 closure_len = u_getFC_NFKC_Closure(cp, closure, closure_len, &error); in IC_METHOD()
513 efree(closure); in IC_METHOD()
518 u8str = intl_convert_utf16_to_utf8(closure, closure_len, &error); in IC_METHOD()
520 efree(closure); in IC_METHOD()
/PHP-8.2/Zend/tests/
H A Dbug70685.phpt21 Warning: Cannot rebind scope of closure created from method in %s on line %d
H A Dgh8962.phpt2 GH-8962: Display function name when var_dumping fake closure
H A Dbug79778.phpt2 Bug #79778: Assertion failure if dumping closure with unresolved static variable
H A Dclosure_040.phpt39 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 Dclosure_019.phpt29 Fatal error: Uncaught Error: {closure}(): Argument #1 ($x) could not be passed by reference in %s:%d
H A Dbug61767.phpt23 #0 %sbug61767.php(%d): {closure}(%s, 'Undefined varia...', '%s', %d)
H A Dclosure_020.phpt14 var_dump(is_a($this->a, 'closure'));
H A Dclosure_027.phpt31 Exception: Too few arguments to function {closure}(), 0 passed in %s on line %d and exactly 1 expec…
H A Ddeprecation_to_exception_during_inheritance.phpt22 #0 %s(%d): {closure}(8192, 'Return type of ...', '%s', 8)
/PHP-8.2/Zend/tests/fibers/
H A Dsuspend-in-force-close-fiber-after-shutdown.phpt25 #1 [internal function]: {closure}()
H A Dno-switch-force-close-finally.phpt29 #1 [internal function]: {closure}()
/PHP-8.2/ext/reflection/tests/
H A DReflectionFiber_bug_gh11121_1.phpt57 string(9) "{closure}"
H A DReflectionFiber_bug_gh11121_2.phpt58 string(9) "{closure}"
H A DReflectionFunction_isGenerator_basic.phpt6 $closure1 = function() {return "this is a closure"; };
H A DReflectionFiber_notrace_2.phpt56 string(14) "test\{closure}"
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_055.phpt27 #0 %s(%d): {closure}(2)
/PHP-8.2/Zend/tests/closures/
H A Dclosure_instantiate.phpt12 // Instantiating a closure is an error, not an exception, so we shouldn't see this
/PHP-8.2/ext/zend_test/tests/
H A Dobserver_fiber_01.phpt28 <!-- init {closure}() -->
H A Dobserver_fiber_06.phpt30 <!-- init {closure}() -->
/PHP-8.2/Zend/tests/attributes/
H A D017_closure_scope.phpt2 Attributes make use of closure scope.
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh12380.phpt2 GH-12380: JIT+private array property access inside closure accesses private property in child class
/PHP-8.2/ext/xml/tests/
H A DXML_OPTION_PARSE_HUGE_during_parsing.phpt24 #1 [internal function]: {closure}(Object(XMLParser), 'FOO', Array)
/PHP-8.2/tests/output/
H A Dob_start_callbacks.phpt9 echo 'closure in variable', "\n";

Completed in 25 milliseconds

12345678910