Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 25 of 28) sorted by relevance

12

/PHP-7.4/Zend/tests/
H A Dproperty_exists.phpt9 var_dump(property_exists($a, "prot"));
13 var_dump(property_exists("A", "prot"));
20 var_dump(property_exists($a, "prot"));
24 var_dump(property_exists("A", "prot"));
31 static public $prot = "prot";
32 static protected $prot2 = "prot";
33 static private $prot3 = "prot";
H A Dbug43483.phpt7 D::prot();
12 protected static function prot() {
13 echo "Successfully called D::prot().\n";
19 Successfully called D::prot().
22 [0] => prot
H A Dbug21888.phpt7 protected $prot = "protected property\n";
9 protected function prot() {
17 $this->prot();
21 print $this->prot;
H A Dbug45862.phpt9 var_dump(Tester::$prot);
14 static protected $prot = "protected var";
33 ["prot"]=>
40 ["prot"]=>
H A Daccess_modifiers_012.phpt6 protected function prot() { }
15 call_user_func(array($c, 'prot'));
20 In __call() for method prot()
H A Dcall_user_func_001.phpt12 protected function prot($str) {
26 call_user_func(array(new $class, 'prot'), 'foobar');
35 …meter 1 to be a valid callback, cannot access protected method testing\foo::prot() in %s on line %d
H A Dget_mangled_object_vars.phpt8 protected $prot = 2;
38 '' . "\0" . '*' . "\0" . 'prot' => 2,
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_object_vars_basic_002.phpt23 protected $prot = 'B::prot';
48 ["prot"]=>
49 string(7) "B::prot"
57 ["prot"]=>
58 string(7) "B::prot"
H A Dget_object_vars_basic_001.phpt23 protected $prot = 'B::prot';
75 ["prot"]=>
76 string(7) "B::prot"
84 ["prot"]=>
85 string(7) "B::prot"
93 ["prot"]=>
94 string(7) "B::prot"
H A Dget_class_vars_variation2.phpt23 protected $prot = "protected var";
93 ["prot"]=>
109 ["prot"]=>
125 ["prot"]=>
137 ["prot"]=>
149 ["prot"]=>
161 ["prot"]=>
H A Dmethod_exists_basic_001.phpt22 protected function prot() {}
33 'pub', 'prot', 'priv',
61 Does C::prot exist? bool(true)
76 Does C::prot exist? bool(true)
/PHP-7.4/ext/standard/tests/serialize/
H A Dsleep_undefined_declared_properties.phpt8 protected $prot;
12 unset($this->pub, $this->prot, $this->priv);
16 return ['pub', 'prot', 'priv'];
26 Notice: serialize(): "prot" returned as member variable from __sleep() but does not exist in %s on …
29 string(53) "O:4:"Test":3:{s:3:"pub";N;s:4:"prot";N;s:4:"priv";N;}"
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_basic3.phpt33 protected function prot() {}
47 reflectMethod("TestClass", "prot");
48 reflectMethod("DerivedClass", "prot");
99 Reflecting on method TestClass::prot()
103 string(4) "prot"
113 Reflecting on method DerivedClass::prot()
117 string(4) "prot"
H A DReflectionMethod_basic2.phpt31 protected function prot() {}
45 reflectMethod("TestClass", "prot");
46 reflectMethod("DerivedClass", "prot");
108 Reflecting on method TestClass::prot()
111 string(%d) "Method [ <user> protected method prot ] {
119 string(%d) "Method [ <user> protected method prot ] {
126 Reflecting on method DerivedClass::prot()
129 string(%d) "Method [ <user, inherits TestClass> protected method prot ] {
137 string(%d) "Method [ <user, inherits TestClass> protected method prot ] {
H A DReflectionMethod_basic4.phpt37 protected function prot() {}
51 reflectMethod("TestClass", "prot");
52 reflectMethod("DerivedClass", "prot");
102 Reflecting on method TestClass::prot()
116 Reflecting on method DerivedClass::prot()
H A DReflectionProperty_getModifiers.001.phpt28 protected $prot = 4;
34 reflectProperty("TestClass", "prot");
54 Reflecting on property TestClass::prot
H A DReflectionProperty_basic1.phpt40 protected $prot = 4;
46 reflectProperty("TestClass", "prot");
118 Reflecting on property TestClass::prot
121 string(39) "Property [ <default> protected $prot ]
126 string(39) "Property [ <default> protected $prot ]
131 Property [ <default> protected $prot ]
135 string(4) "prot"
H A DReflectionProperty_isDefault_basic.phpt18 protected $prot = 4;
24 reflectProperty("TestClass", "prot");
48 Reflecting on property TestClass::prot
H A DReflectionProperty_basic2.phpt29 protected $prot = 4;
35 reflectProperty("TestClass", "prot");
73 Reflecting on property TestClass::prot
H A DReflectionMethod_basic1.phpt43 protected function prot() {}
57 reflectMethod("TestClass", "prot");
58 reflectMethod("DerivedClass", "prot");
153 Reflecting on method TestClass::prot()
182 Reflecting on method DerivedClass::prot()
H A DReflectionProperty_getValue_error.phpt10 protected $prot = 4;
41 $propInfo = new ReflectionProperty('TestClass', 'prot');
78 Cannot access non-public member TestClass::$prot
H A DReflectionProperty_setValue_error.phpt10 protected $prot = 4;
47 $propInfo = new ReflectionProperty('TestClass', 'prot');
96 Cannot access non-public member TestClass::$prot
H A DReflectionMethod_getModifiers_basic.phpt31 protected function prot() {}
101 Modifiers for method TestClass::prot():
169 Modifiers for method TestClass::prot():
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c157 const int prot = PROT_READ | PROT_WRITE | PROT_EXEC; in alloc_chunk() local
167 retval = mmap(NULL, size, prot, flags, -1, 0); in alloc_chunk()
173 retval = mmap(NULL, size, prot, MAP_PRIVATE, dev_zero, 0); in alloc_chunk()
179 if (mprotect(retval, size, prot) < 0) { in alloc_chunk()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c712 int prot, flags; in php_stdiop_set_option() local
731 prot = PROT_READ; in php_stdiop_set_option()
735 prot = PROT_READ | PROT_WRITE; in php_stdiop_set_option()
739 prot = PROT_READ; in php_stdiop_set_option()
743 prot = PROT_READ | PROT_WRITE; in php_stdiop_set_option()
773 DWORD prot, acc, loffs = 0, hoffs = 0, delta = 0; in php_stdiop_set_option() local
783 prot = PAGE_READONLY; in php_stdiop_set_option()
787 prot = PAGE_READWRITE; in php_stdiop_set_option()
791 prot = PAGE_READONLY; in php_stdiop_set_option()
796 prot = PAGE_READWRITE; in php_stdiop_set_option()
[all …]

Completed in 30 milliseconds

12