Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 25 of 28) sorted by last modified time

12

/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 …]
/PHP-7.4/ext/snmp/
H A Dsnmp.c1205 static int netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot) in netsnmp_session_set_auth_protocol() argument
1208 if (!strcasecmp(prot, "MD5")) { in netsnmp_session_set_auth_protocol()
1213 if (!strcasecmp(prot, "SHA")) { in netsnmp_session_set_auth_protocol()
1217 php_error_docref(NULL, E_WARNING, "Unknown authentication protocol '%s'", prot); in netsnmp_session_set_auth_protocol()
1226 static int netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot) in netsnmp_session_set_sec_protocol() argument
1228 if (!strcasecmp(prot, "DES")) { in netsnmp_session_set_sec_protocol()
1232 } else if (!strcasecmp(prot, "AES128") || !strcasecmp(prot, "AES")) { in netsnmp_session_set_sec_protocol()
1237 php_error_docref(NULL, E_WARNING, "Unknown security protocol '%s'", prot); in netsnmp_session_set_sec_protocol()
/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/ext/standard/tests/class_object/
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)
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_object_vars_basic_002.phpt23 protected $prot = 'B::prot';
48 ["prot"]=>
49 string(7) "B::prot"
57 ["prot"]=>
58 string(7) "B::prot"
/PHP-7.4/ext/reflection/tests/
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_getModifiers_basic.phpt31 protected function prot() {}
101 Modifiers for method TestClass::prot():
169 Modifiers for method TestClass::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_isDefault_basic.phpt18 protected $prot = 4;
24 reflectProperty("TestClass", "prot");
48 Reflecting on property 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_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 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_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_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_basic2.phpt29 protected $prot = 4;
35 reflectProperty("TestClass", "prot");
73 Reflecting on property TestClass::prot
H A DReflectionProperty_getModifiers.001.phpt28 protected $prot = 4;
34 reflectProperty("TestClass", "prot");
54 Reflecting on property TestClass::prot
/PHP-7.4/Zend/tests/
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 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 Dget_mangled_object_vars.phpt8 protected $prot = 2;
38 '' . "\0" . '*' . "\0" . 'prot' => 2,
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
/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/fileinfo/tests/
H A Dmagic私はガラスを食べられます13135 # ftp://ftp.f-prot.com/pub/{macrdef2.zip,nomacro.def}
13140 # ftp://ftp.f-prot.com/pub/sign.zip
13159 # ftp://ftp.f-prot.com/pub/sign2.zip
H A Dmagic13135 # ftp://ftp.f-prot.com/pub/{macrdef2.zip,nomacro.def}
13140 # ftp://ftp.f-prot.com/pub/sign.zip
13159 # ftp://ftp.f-prot.com/pub/sign2.zip

Completed in 140 milliseconds

12