Home
last modified time | relevance | path

Searched refs:public (Results 1 – 25 of 1944) sorted by last modified time

12345678910>>...78

/PHP-7.4/Zend/tests/
H A Dbug81626.phpt6 public static bool $wasCalled = false;
7 public static function __callStatic(string $name, array $args): string
H A Dbug66719.phpt8 public static function who()
15 public static function who()
23 public static function test() {
H A Dunset_prop_recursion.phpt6 public $parent = null;
7 public $children = [];
H A Dbug81104.phpt9 public $x;
10 public function __construct() { $this->x = [$this]; }
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h29 class CodePointBreakIterator : public BreakIterator {
31 public:
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc316 public function __construct(
345 public function testConfig()
487 public function ping(
505 public function status(
585 public function request(
800 public function getUser()
808 public function getGroup()
816 public function getUid()
824 public function getGid()
866 public function terminate()
[all …]
H A Dstatus.inc47 public function checkStatus(Response $response, array $fields, string $type)
H A Dlogtool.inc63 public function setExpectedMessage(string $message, int $limit, int $repeat = 0)
74 public function setExpectedLevel(string $level)
82 public function getExpectedLevel(): string
90 public function setPipeClosed(bool $pipeClosed)
99 public function checkTruncatedMessage(string $line)
291 public function expectReloadingLines(array $lines)
313 public function expectStartingLines(array $lines)
334 public function expectTerminatorLines(array $lines, int $idx = -1)
388 public function expectDebug(string $line, string $expectedMessage, $pool = null)
421 public function expectError(string $line, string $expectedMessage, $pool = null)
[all …]
H A Dresponse.inc48 public function __construct($data = null, $expectInvalid = false)
67 public function expectBody($body, $contentType = 'text/html')
96 public function expectEmptyBody()
106 public function expectHeader($name, $value)
117 public function expectError($errorMessage)
133 public function getBody($contentType = 'text/html')
145 public function dumpBody()
153 public function printBody()
161 public function debugOutput()
174 public function getErrorData()
/PHP-7.4/ext/spl/tests/
H A Dbug80663.phpt6 public function __destruct() {
H A DSplFixedArray_setSize_destruct.phpt11 public function __destruct() {
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1845 +public void
2809 -public const char *
2822 public struct magic_set *
2833 -public int
2844 public int
2886 +public const char *
3052 public const char *
3437 +public void
/PHP-7.4/azure/
H A Dcommunity_job.yml91 … php -d opcache.preload=var/cache/dev/App_KernelDevDebugContainer.preload.php public/index.php
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_cache_slot_opt.phpt7 public int $prop;
9 public function method() {
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug81163.phpt12 public function __sleep()
H A Dbug80411.phpt8 public function serialize() {}
9 public function unserialize($serialized) {}
/PHP-7.4/ext/libxml/tests/
H A Dbug61367-read_2.phpt16 public function stream_close ( ) {
32 public function stream_open ( $path , $mode , $options , &$opened_path ) {
H A Dbug61367-read.phpt17 public function stream_close ( ) {
33 public function stream_open ( $path , $mode , $options , &$opened_path ) {
/PHP-7.4/Zend/tests/closures/
H A Dbug80929.phpt7 public function handleDefaultEvent($event) { }
16 public function __construct(array $subscribedEvents, object $subscriber)
25 public function __call(string $name, array $arguments)
30 public function dispatch($event, string $eventName)
/PHP-7.4/ext/soap/tests/
H A Dbug69668.phpt10 public function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-7.4/ext/session/
H A Dsession.c1161 CACHE_LIMITER_FUNC(public) /* {{{ */ in CACHE_LIMITER_FUNC() argument
1211 CACHE_LIMITER_ENTRY(public)
/PHP-7.4/ext/session/tests/
H A Dbug80889.phpt10 public function open($savePath, $sessionName) {
13 public function close() {
16 public function read($id) {
19 public function write($id, $data) {
22 public function destroy($id) {
25 public function gc($maxlifetime) {
/PHP-7.4/ext/opcache/tests/
H A Dbug80805.phpt7 public int $foo;
8 public function __construct()
12 public function inc(): int
/PHP-7.4/ext/standard/tests/streams/
H A Dbug79984.phpt8 public function onCreate()
14 public function onClose()
19 public function filter($in, $out, &$consumed, $closing)
H A Dbug77069.phpt8 public function filter($in, $out, &$consumed, $closing) {

Completed in 61 milliseconds

12345678910>>...78