Home
last modified time | relevance | path

Searched refs:use (Results 251 – 275 of 948) sorted by relevance

1...<<11121314151617181920>>...38

/PHP-7.4/Zend/tests/
H A Dclosure_006.phpt7 return function () use ($v) {
H A Dthis_as_global.phpt12 Fatal error: Cannot use $this as global variable in %sthis_as_global.php on line 3
H A Dthis_as_static.phpt12 Fatal error: Cannot use $this as static variable in %sthis_as_static.php on line 3
H A Dbug70240.phpt8 Fatal error: Can't use function return value in write context in %sbug70240.php on line %d
H A Dassign_coalesce_004.phpt11 Fatal error: Can't use function return value in write context in %s on line %d
H A Dlist_014.phpt11 Fatal error: Cannot assign to array(), use [] instead in %s on line %d
H A Dbug76383.phpt7 array_map(function($x) use (&$lastval) { $lastval = $x; }, $GLOBALS);
H A Dclass_name_of_var.phpt11 Fatal error: Cannot use ::class with dynamic class name in %s on line %d
H A Dbug53432.phpt62 Error: Cannot use assign-op operators with string offsets
64 Error: Cannot use string offset as an array
H A Dbug65419.phpt16 use abc;
H A Dconstant_expressions_static_class_name_error.phpt2 Cannot use static::FOO in constant expressions
H A Dforeach_list_004.phpt13 Fatal error: Cannot use empty list in %sforeach_list_004.php on line %d
H A Derrmsg_026.phpt12 Fatal error: Cannot declare class stdclass, because the name is already in use in %s on line %d
/PHP-7.4/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt17 set_error_handler(function() use($gen) {});
/PHP-7.4/Zend/tests/traits/
H A Dlanguage001.phpt14 use THello;
H A Dbug75607.phpt18 use T1;
H A Dstatic_001.phpt15 use TestTrait;
H A Dinterface_001.phpt16 use foo;
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29061.wsdl29 <soap:body use="literal"/>
32 <soap:body use="literal"/>
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_004.phpt14 Fatal error: Cannot use try without catch or finally in %stry_finally_004.php on line %d
/PHP-7.4/Zend/tests/traits/bugs/
H A Dmissing-trait.phpt8 use THello;
/PHP-7.4/ext/gd/tests/
H A Dbug79067.phpt2 Bug #79067 (gdTransformAffineCopy() may use unitialized values)
/PHP-7.4/Zend/tests/use_function/
H A Dshadow_core.phpt8 use function foo\strlen;
/PHP-7.4/tests/lang/
H A Dbug29893.phpt10 Warning: Cannot use a scalar value as an array in %sbug29893.php on line %d
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_by_reference.phpt12 Fatal error: Cannot use "yield from" inside a by-reference generator in %s on line %d

Completed in 35 milliseconds

1...<<11121314151617181920>>...38