Home
last modified time | relevance | path

Searched refs:visibility (Results 1 – 25 of 145) sorted by relevance

123456

/php-src/ext/pcre/pcre2lib/
H A Dconfig.h15 # define PCRE2_EXP_DECL extern "C" __attribute__ ((visibility("default")))
17 # define PCRE2_EXP_DECL extern __attribute__ ((visibility("default")))
19 # define PCRE2_EXP_DEFN __attribute__ ((visibility("default")))
/php-src/Zend/tests/asymmetric_visibility/
H A Dno_type.phpt2 Asymmetric visibility with no type
12 Fatal error: Property with asymmetric visibility Foo::$bar must have type in %s on line %d
H A Dcpp_no_type.phpt2 Asymmetric visibility in CPP with no type
14 Fatal error: Property with asymmetric visibility Foo::$bar must have type in %s on line %d
H A Ddecrease_scope_private_protected.phpt2 Asymmetric visibility private(get) protected(set) not allowed
12 Fatal error: Visibility of property Foo::$bar must not be weaker than set visibility in %s on line …
H A Dvirtual_get_only.phpt2 Get-only virtual property must not specify asymmetric visibility
14 Fatal error: Read-only virtual property Foo::$bar must not specify asymmetric visibility in %s on l…
H A Dvirtual_set_only.phpt2 Set-only virtual property must not specify asymmetric visibility
14 Fatal error: Write-only virtual property Foo::$bar must not specify asymmetric visibility in %s on …
H A Dcpp_wider_set_scope.phpt2 Asymmetric visibility private(get) protected(set) in CPP is not allowed
14 Fatal error: Visibility of property Foo::$bar must not be weaker than set visibility in %s on line …
/php-src/Zend/tests/
H A Dmagic_methods_002.phpt2 Testing __unset with private visibility
14 Warning: The magic method foo::__unset() must have public visibility in %s on line %d
H A Dmagic_methods_004.phpt2 Testing __unset() with protected visibility
14 Warning: The magic method foo::__unset() must have public visibility in %s on line %d
H A Dbug61025.phpt2 Bug #61025 (__invoke() visibility not honored)
19 Warning: The magic method Bar::__invoke() must have public visibility in %sbug61025.php on line %d
/php-src/tests/classes/
H A Dvisibility_003c.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_004c.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_000c.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_001c.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_002c.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_003a.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_004a.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_004b.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_000a.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_000b.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_001a.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_001b.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_002a.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_002b.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility
H A Dvisibility_003b.phpt2 ZE2 A redeclared method must have the same or higher visibility
16 // overload fn with same visibility

Completed in 22 milliseconds

123456