Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 1024) sorted by path

12345678910>>...41

/php-src/
H A DNEWS46 . Added DOMXPath::quote() static method. (divinity76)
82 . Added IntlDateFormatter::getIanaID/intltz_get_iana_id method/function.
H A DUPGRADING36 If you have a method or constant with the same name, you might encounter errors
154 Moreover, values of type string that correspond to method names,
155 of object set with xml_set_object() are now checked to see if the method
158 method names as callables.
193 . Added method DateTime[Immutable]::getMicrosecond(): int.
194 . Added method
232 instantiatable either via calling the PDO::connect() method
/php-src/Zend/
H A DREADME.md37 method). As in most PHP applications raw execution speed isn't the limiting
/php-src/Zend/tests/
H A Daccess_modifiers_007.phpt13 Fatal error: Cannot use the final modifier on an abstract method in %s on line %d
H A Daccess_modifiers_008.phpt38 echo B1::ma() . "\n"; // protected method defined also in A
40 echo B1::mp() . "\n"; // protected method defined also in A but as private
57 Call to private method A::mp() from scope B2
59 Call to protected method B1::mp() from scope B2
60 Call to protected method B1::mb() from scope B2
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
H A Daccess_modifiers_012.phpt9 echo "In __call() for method $name()\n";
19 In __call() for method none()
20 In __call() for method prot()
21 In __call() for method priv()
H A Dadd_optional_by_ref_arg.phpt2 Adding an optional by-ref arg in a child method
H A Darginfo_zpp_mismatch.phpt75 foreach (get_class_methods($class) as $method) {
76 test([$obj, $method]);
H A Darginfo_zpp_mismatch_strict.phpt77 foreach (get_class_methods($class) as $method) {
78 test([$obj, $method]);
H A Dargument_restriction_006.phpt2 Bug #60174 (Notice when array in method prototype error)
/php-src/Zend/tests/anon/
H A D002.phpt8 public function method();
12 public function method(){
/php-src/Zend/tests/arg_unpack/
H A Dmethod.phpt2 Unpack arguments for method calls
/php-src/Zend/tests/arrow_functions/
H A D005.phpt7 public function method() {
39 (new Test)->method();
/php-src/Zend/tests/attributes/
H A D020_userland_attribute_validation.phpt59 string(70) "Attribute "A1" cannot target class (allowed targets: function, method)"
H A Dgh8421.phpt2 …421: Attributes that target functions are not valid for anonymous functions defined within a method
/php-src/Zend/tests/attributes/override/
H A D003.phpt16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D004.phpt21 Fatal error: P::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D005.phpt21 Fatal error: P::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D006.phpt26 Fatal error: I::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D008.phpt2 #[\Override]: On used trait without parent method.
19 Fatal error: Foo::t() has #[\Override] attribute, but no matching parent method exists in %s on lin…
H A D009.phpt2 #[\Override]: On used trait with interface method.
H A D010.phpt2 #[\Override]: Parent method is private.
19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D011.phpt2 #[\Override]: Parent method is private (2).
19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …

Completed in 24 milliseconds

12345678910>>...41