Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 190) sorted by path

12345678

/php-src/
H A DCODING_STANDARDS.md271 will optimize it away. Legacy usages of the latter style exists within the
H A DUPGRADING164 exists on the class of the previously passed object.
/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.phpt19 Fatal error: Foo::t() has #[\Override] attribute, but no matching parent method exists in %s on lin…
H A D010.phpt19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D011.phpt19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D014.phpt18 Fatal error: E::e() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D017.phpt21 Fatal error: C::t() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D020.phpt21 Fatal error: I@anonymous::c() has #[\Override] attribute, but no matching parent method exists in %…
H A D021.phpt19 Fatal error: C::__construct() has #[\Override] attribute, but no matching parent method exists in %…
H A D022.phpt16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A Dgh12189_2.phpt24 Fatal error: D::foo() has #[\Override] attribute, but no matching parent method exists in %s on lin…
H A Dgh12189_4.phpt24 Fatal error: D::__construct() has #[\Override] attribute, but no matching parent method exists in %…
/php-src/Zend/tests/
H A Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
H A Dbug60362.phpt5 $arr = array('exists' => 'foz');
7 if (isset($arr['exists']['non_existent'])) {
9 var_dump($arr['exists']['non_existent']);
13 if (isset($arr['exists'][1])) {
15 var_dump($arr['exists'][1]);
27 if (isset($arr['exists'][1][0])) {
29 var_dump($arr['exists'][1][0]);
41 if (empty($arr['exists'][1])) {
45 var_dump($arr['exists'][1]);
55 if (empty($arr['exists'][1][0])) {
[all …]
H A Dbug62069.phpt32 Fatal error: An alias was defined for method func(), which exists in both T1 and T2. Use T1::func o…
H A Dbug62069_2.phpt35 Fatal error: An alias was defined for method func(), which exists in both T1 and T2. Use T1::func o…
H A Dclass_exists_003.phpt2 Checking if exists interface, trait, abstract and final class
H A Dclosure_compare.phpt37 public function exists() {}
55 $closures[0] = Closure::fromCallable([$foo, "exists"]);
58 printf("foo#0::exists != foo#1::exists: %s\n", $closures[0] != $closures[1] ? "OK" : "FAIL");
72 $closures[0] = Closure::fromCallable([$foo, "exists"]);
73 $closures[1] = Closure::fromCallable([$foo, "exists"]);
75 printf("foo::exists == foo::exists: %s\n", $closures[0] == $closures[1] ? "OK" : "FAIL");
106 foo#0::exists != foo#1::exists: OK
109 foo::exists == foo::exists: OK
H A Dns_005.phpt2 005: Name conflict (php name in case if ns name exists)
H A Dns_015.phpt2 015: Name conflict and functions (php name in case if ns name exists)
/php-src/Zend/tests/closures/
H A Dclosure_from_callable_basic.phpt28 echo 'Function that exists';
32 echo 'Function that exists with different spelling';
105 Function that exists OK
106 Function that exists with different spelling OK

Completed in 31 milliseconds

12345678