Home
last modified time | relevance | path

Searched refs:in (Results 101 – 125 of 7209) sorted by path

12345678910>>...289

/php-src/Zend/tests/
H A Daccess_modifiers_009.phpt34 var_dump(is_callable('B1::ma')); // protected method defined also in A
35 var_dump(is_callable('B1::mp')); // protected method defined also in A but as private
H A Daccess_modifiers_010.phpt31 Fatal error: Uncaught Error: Call to private method d::test2() from scope a in %s:%d
36 thrown in %s on line %d
H A Daccess_modifiers_011.phpt12 return "in func1";
16 return "in func2";
38 in func1
39 in func2
H A Daccess_modifiers_012.phpt2 Trigger __call() in lieu of non visible methods when called via a callback.
H A Daccess_modifiers_013.phpt2 Prevent abstract and final in the same class declaration
12 Fatal error: Cannot use the final modifier on an abstract class in %s on line %d
H A Dadd_002.phpt25 Fatal error: Uncaught TypeError: Unsupported operand types: array + stdClass in %s:%d
28 thrown in %s on line %d
H A Dadd_003.phpt25 Fatal error: Uncaught TypeError: Unsupported operand types: stdClass + array in %s:%d
28 thrown in %s on line %d
H A Dadd_004.phpt22 Fatal error: Uncaught TypeError: Unsupported operand types: array + int in %s:%d
25 thrown in %s on line %d
H A Dadd_006.phpt50 Warning: A non-numeric value encountered in %s on line %d
56 Warning: A non-numeric value encountered in %s on line %d
H A Dadd_007.phpt24 Fatal error: Uncaught TypeError: Unsupported operand types: array + string in %s:%d
27 thrown in %s on line %d
H A Dadd_optional_by_ref_arg.phpt2 Adding an optional by-ref arg in a child method
H A Dallow_dynamic_properties_on_interface.phpt11 Fatal error: Cannot apply #[AllowDynamicProperties] to interface in %s on line %d
H A Dallow_dynamic_properties_on_trait.phpt11 Fatal error: Cannot apply #[AllowDynamicProperties] to trait in %s on line %d
H A Dalternative_offset_syntax_compile_error_in_const_expr.phpt2 Alternative offset syntax should emit E_COMPILE_ERROR in const expression
9 Fatal error: Array and string offset access syntax with curly braces is no longer supported in %s o…
H A Dalternative_offset_syntax_compile_error_outside_const_expr.phpt9 Fatal error: Array and string offset access syntax with curly braces is no longer supported in %s o…
H A Dalternative_offset_syntax_in_encaps_string.phpt2 Alternative offset syntax should emit only E_COMPILE_ERROR in string interpolation
6 Fatal error: Array and string offset access syntax with curly braces is no longer supported in %s o…
H A Darginfo_zpp_mismatch_strict.phpt2 Test that there is no arginfo/zpp mismatch in strict mode
H A Dargument_restriction_001.phpt16 …ible with & Base::test($foo, array $bar, $option = null, $extra = 'llllllllll...') in %s on line %d
/php-src/Zend/tests/anon/
H A D007.phpt2 testing anon classes in functions outside of classes in namespaces
H A D008.phpt2 testing static access for methods and properties in anon classes
H A D009.phpt2 testing traits in anon classes
H A D015.phpt2 static variables in methods inherited from parent class
H A D016.phpt2 static variables in methods inherited from parent class (can't cache objects)
/php-src/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
H A Dtraversable_with_by_ref_parameters.phpt27 …eference argument 4 of test() by unpacking a Traversable, passing by-value instead in %s on line %d
29 …eference argument 4 of test() by unpacking a Traversable, passing by-value instead in %s on line %d
31 …eference argument 4 of test() by unpacking a Traversable, passing by-value instead in %s on line %d

Completed in 54 milliseconds

12345678910>>...289