Home
last modified time | relevance | path

Searched refs:protected (Results 251 – 275 of 385) sorted by relevance

1...<<111213141516

/PHP-8.0/Zend/tests/
H A Dbug69467.phpt10 protected function bad(){}
H A Dbug72101.phpt6 protected $callback;
16 protected $matchers = [];
H A Dbug54910.phpt13 protected function get() {
H A Dbug72496.phpt30 protected function getBar($extraArgument)
H A Dget_class_vars_006.phpt7 protected $a = 1;
H A Dget_class_vars_001.phpt15 static protected $cc = 6;
H A Daccess_modifiers_012.phpt6 protected function prot() { }
H A Dbug71336.phpt7 protected $bar = array('baz');
H A Dget_class_methods_001.phpt9 protected function c() { }
H A D030.phpt9 protected $test_3 = 2;
H A Dbug50810.phpt9 static protected $bar;
H A Dget_mangled_object_vars.phpt8 protected $prot = 2;
H A Dbug60598.phpt10 protected $_guid = 0;
/PHP-8.0/Zend/tests/generators/
H A Dgenerator_method_by_ref.phpt7 protected $data;
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getMethods_001.phpt16 protected function f() {}
17 static protected function s() {}
H A DReflectionMethod_getDocComment_basic.phpt22 protected static function protStatf() {}
53 protected static function protStatf() {}
H A Dbug38132.phpt6 static protected $bar = 'baz';
H A DReflectionClass_isInstantiable_variation.phpt13 protected function __construct() {}
/PHP-8.0/ext/mysqli/tests/
H A Dbug46614.phpt14 protected $fooData = array();
/PHP-8.0/ext/standard/tests/strings/
H A Dhttp_build_query_variation1.phpt11 protected $sort = 'desc,name';
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_object.phpt16 abstract protected function getClassName();
25 protected function getClassName() {
58 protected $protected_var;
/PHP-8.0/ext/spl/tests/
H A Dobserver_002.phpt41 protected $name = '';
61 protected $name = '';
62 protected $observers;
H A Dbug73896.phpt20 protected function autoload($class) {
/PHP-8.0/ext/phar/tests/files/
H A Dpear2coverage.phar19 protected $view;
20 protected $sqlite;
21 protected $rooturl;
101 protected $savePath;
102 protected $testPath;
104 protected $source;
484 protected $sqlite;
645 protected $source;
646 protected $path;
743 protected $sqlite;
[all …]
/PHP-8.0/ext/pdo/tests/
H A Dpdo_025.phpt50 protected $id;
113 Fatal error: Uncaught Error: Cannot access protected property Fail::$id in %spdo_025.php:%d

Completed in 26 milliseconds

1...<<111213141516