Home
last modified time | relevance | path

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

12345

/PHP-7.4/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-7.4/Zend/tests/
H A Dbug61025.phpt2 Bug #61025 (__invoke() visibility not honored)
23 Warning: The magic method __invoke() must have public visibility and cannot be static in %sbug61025…
25 Warning: The magic method __invoke() must have public visibility and cannot be static in %sbug61025…
H A Dmagic_methods_002.phpt2 Testing __unset with private visibility
14 Warning: The magic method __unset() must have public visibility and cannot be static in %s on line …
H A Dmagic_methods_004.phpt2 Testing __unset() with protected visibility
14 Warning: The magic method __unset() must have public visibility and cannot be static in %s on line …
H A Dbug77613.phpt2 Bug #77613 (method visibility change)
H A Dmagic_methods_009.phpt13 Warning: The magic method __callStatic() must have public visibility and be static in %s on line %d
H A Dmagic_methods_003.phpt14 Warning: The magic method __unset() must have public visibility and cannot be static in %s on line …
H A Dmagic_methods_005.phpt12 Warning: The magic method __call() must have public visibility and cannot be static in %s on line %d
/PHP-7.4/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_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_000c.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_001b.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_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
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_defs.h54 #define MBFLAPI __attribute__((visibility("default")))
/PHP-7.4/sapi/cli/
H A Dcli.h25 # define PHP_CLI_API __attribute__ ((visibility("default")))

Completed in 30 milliseconds

12345