Home
last modified time | relevance | path

Searched refs:private (Results 326 – 350 of 746) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-7.4/Zend/tests/
H A Dforeach_003.phpt6 private $n = 0;
7 private $count = 0;
8 private $trap = null;
H A Dbug48533.phpt2 Bug #48533 (__callStatic is not invoked for private/protected methods)
7 private function a() {
H A Dbug61025.phpt11 private function __invoke() {
27 Fatal error: Uncaught Error: Call to private method Bar::__invoke() from context '' in %sbug61025.p…
H A Dbug32296.phpt11 private function x1() {}
16 private function x2() {}
H A Dbug38779.phpt7 private $position;
8 private $data;
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_006.phpt9 private function list(){ echo __METHOD__, PHP_EOL; }
17 private static function throw(){ echo __METHOD__, PHP_EOL; }
18 private static function self(){ echo __METHOD__, PHP_EOL; }
/PHP-7.4/tests/classes/
H A Dvisibility_000a.phpt11 private function f4() {}
21 private function f4() {}
H A Dvisibility_001a.phpt11 private function f4() {}
21 private function f4() {}
H A Dvisibility_002a.phpt11 private function f4() {}
21 private function f4() {}
/PHP-7.4/ext/dom/tests/
H A Dbug76738.phpt35 private function has_root_block(string $content): bool
67 private function add_root_block(string $content): string
100 private function add_outer_html(string $content): string
105 private function remove_root_block(string $content): string
110 private function remove_garbage(string $content): string
115 private function get_dom(string $html, bool $add_outer_html=TRUE): DOMDocument
155 private function remove_outer_html(string $content): string
197private function remove_block(string $content, string $class='tinymce-generated-root-block'): stri…
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.003.phpt11 private $e = "Original e";
101 ["e":"C":private]=>
115 ["e":"C":private]=>
129 ["e":"C":private]=>
155 ["e":"C":private]=>
205 ["e":"C":private]=>
238 ["e":"C":private]=>
247 ["e":"C":private]=>
H A DforeachLoopIterator.001.phpt7 private $pos=0;
8 private $myContent=array("breakfast", "lunch", "dinner");
71 ["pos":"MealIterator":private]=>
73 ["myContent":"MealIterator":private]=>
/PHP-7.4/sapi/cli/tests/
H A D008.phpt20 private $pri;
39 Fatal error: Uncaught Error: Cannot access private property test::$pri in %s:%d
H A D011.phpt18 private $var;
35 private $var;
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug47818.phpt9 private $s;
10 private $method;
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug72294.phpt25 private $name = null;
26 private $result;
51 private $testName;
98 private $cached_statements = array();
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_object.phpt41 private $var3;
50 private $var4;
181 ["var3":"ChildClass":private]=>
199 ["var3":"ChildClass":private]=>
222 ["var4":"FinalClass":private]=>
238 ["var4":"FinalClass":private]=>
/PHP-7.4/ext/phar/tests/
H A Dphar_setsignaturealgo2.phpt37 $private = openssl_get_privatekey(file_get_contents(__DIR__ . '/files/private.pem'));
39 openssl_pkey_export($private, $pkey, NULL, $config_arg);
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt36 $private = openssl_get_privatekey(file_get_contents(dirname(__DIR__) . '/files/private.pem'));
38 openssl_pkey_export($private, $pkey, NULL, $config_arg);
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkey_export_basic.phpt20 // Load the private key from the exported pem string
33 // The details are the same for a public or private key, expect the private key parameter 'd
/PHP-7.4/ext/curl/tests/
H A Dbug77535.phpt18 private $mh;
19 private $curl;
61 private function addServerPushCallback(): void
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c148 private const struct {
180 private ssize_t swrite(int, const void *, size_t);
182 private size_t ncompr = __arraycount(compr);
183 private int uncompressbuf(int, size_t, size_t, const unsigned char *,
197 private const char *methodname(size_t);
199 private int
327 private ssize_t
494 private int
529 private int
675 private const char *
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_hasProperty_basic.phpt17 //Check if C has private property privateFoo
29 private $privateFoo;
/PHP-7.4/sapi/cgi/tests/
H A D004.phpt20 private $pri;
43 <b>Fatal error</b>: Uncaught Error: Cannot access private property test::$pri in %s004.test.php:8
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A DREADME.md12 * `<module>.c` -- implementation and private API / types
20 private functions that are nonetheless shared between source files without

Completed in 42 milliseconds

1...<<11121314151617181920>>...30