Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...42

/PHP-8.0/Zend/tests/varSyntax/
H A DwriteToTempExpr.phpt10 Fatal error: Cannot use temporary expression in write context in %s on line %d
/PHP-8.0/tests/classes/
H A Dconstants_visibility_005.phpt10 Fatal error: Cannot use 'static' as constant modifier in %s on line 3
H A Dconstants_visibility_006.phpt10 Fatal error: Cannot use 'abstract' as constant modifier in %s on line 3
/PHP-8.0/Zend/tests/anon/
H A D009.phpt13 use Foo;
/PHP-8.0/Zend/tests/
H A Dconstant_expressions_coalesce_empty_dim.phpt10 Fatal error: Cannot use [] for reading in %s.php on line %d
H A Dlist_013.phpt10 Fatal error: Cannot use empty array elements in arrays in %s on line %d
H A Dns_066.phpt6 use Foo\Bar\Foo as stdClass;
H A Dbug70662.phpt7 set_error_handler(function() use(&$a) {
H A Dclosure_010.phpt6 $lambda = function ($lambda) use (&$i) {
H A Dcall_user_func_array_array_slice_named_args.phpt8 Fatal error: Cannot use positional argument after named argument in %s on line %d
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 D031.phpt11 Fatal error: Cannot use [] for reading in %s on line %d
H A Dclosure_006.phpt7 return function () use ($v) {
H A Dclass_name_as_scalar.phpt36 use Bee\Bop as Moo,
39 var_dump(One::class); // resolve from use
41 var_dump(Moo::CLASS); // resolve from use as
/PHP-8.0/ext/standard/tests/math/
H A Dnumber_format_with_null_args.phpt2 number_format should use default values when passed null
/PHP-8.0/Zend/tests/arg_unpack/
H A Dpositional_arg_after_unpack_error.phpt10 Fatal error: Cannot use positional argument after argument unpacking in %s on line %d
/PHP-8.0/Zend/tests/named_params/
H A Dpositional_after_named.phpt10 Fatal error: Cannot use positional argument after named argument in %s on line %d
/PHP-8.0/ext/phar/tests/
H A Dphar_metadata_write2.phpt28 // NOTE: Phar will use the cached value of metadata if setMetaData was called on that Phar path bef…
29 // Save the writes to the phar and use a different file path.
/PHP-8.0/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_008.phpt11 Fatal error: strict_types declaration must not use block mode in %s on line %d
/PHP-8.0/Zend/tests/use_const/
H A Dshadow_core.phpt8 use const foo\PHP_VERSION;
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D005.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
H A D006.phpt11 Fatal error: Can't use nullsafe operator in write context in %s.php on line 4
/PHP-8.0/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt17 set_error_handler(function() use($gen) {});
/PHP-8.0/ext/soap/tests/schema/
H A Dtest_schema.inc9 function test_schema($schema,$type,$param,$style="rpc",$use="encoded", $attributeFormDefault='',$fe…
41 …<soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/…

Completed in 59 milliseconds

1...<<11121314151617181920>>...42