Home
last modified time | relevance | path

Searched refs:pub (Results 1 – 25 of 40) sorted by relevance

12

/php-src/ext/spl/tests/
H A Dobserver_005.phpt9 public $pub = 25;
15 $this->pub = $pub;
34 $this->pub = $pub;
80 ["pub"]=>
90 ["pub"]=>
100 ["pub"]=>
114 ["pub"]=>
130 ["pub"]=>
148 ["pub"]=>
158 ["pub"]=>
[all …]
H A Darray_003.phpt13 public $pub = "public";
41 [pub] => public
51 [pub] => public
59 pub => public
H A Darray_007.phpt13 public $pub = "public";
45 [pub] => public
57 [pub] => public
67 pub => public
/php-src/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt18 public $pub = 'B::pub';
58 ["pub"]=>
59 string(6) "B::pub"
71 ["pub"]=>
72 string(6) "B::pub"
80 ["pub"]=>
81 string(6) "B::pub"
91 ["pub"]=>
92 string(6) "B::pub"
98 ["pub"]=>
[all …]
H A Dget_object_vars_basic_002.phpt18 public $pub = 'B::pub';
44 ["pub"]=>
45 string(6) "B::pub"
55 ["pub"]=>
56 string(6) "B::pub"
H A Dget_class_vars_variation2.phpt16 public $pub = "public var";
76 ["pub"]=>
84 ["pub"]=>
100 ["pub"]=>
116 ["pub"]=>
128 ["pub"]=>
140 ["pub"]=>
152 ["pub"]=>
H A Dmethod_exists_basic_001.phpt15 public function pub() {}
27 'pub', 'prot', 'priv',
54 Does C::pub exist? bool(true)
69 Does C::pub exist? bool(true)
/php-src/ext/reflection/tests/
H A D006.phpt12 static public $pub = 'pub';
20 foreach(array('pub', 'pro', 'pri') as $name)
39 // static public $pub = 'pub';
47 foreach(array('pub', 'pro', 'pri') as $name)
66 foreach(array('pub', 'pro', 'pri') as $name)
86 string(3) "pub"
87 string(3) "pub"
H A DReflectionProperty_isDefault_basic.phpt16 public $pub;
22 reflectProperty("TestClass", "pub");
30 Reflecting on property TestClass::pub
H A DReflectionProperty_getModifiers.001.phpt23 public $pub;
32 reflectProperty("TestClass", "pub");
40 Reflecting on property TestClass::pub
H A DReflectionProperty_basic1.phpt34 public $pub;
40 reflectProperty("TestClass", "pub");
48 Reflecting on property TestClass::pub
51 string(32) "Property [ public $pub = NULL ]
54 string(3) "pub"
H A DReflectionProperty_basic2.phpt24 public $pub;
33 reflectProperty("TestClass", "pub");
41 Reflecting on property TestClass::pub
/php-src/ext/standard/tests/serialize/
H A Dsleep_undefined_declared_properties.phpt7 public $pub;
12 unset($this->pub, $this->prot, $this->priv);
16 return ['pub', 'prot', 'priv'];
24 Warning: serialize(): "pub" returned as member variable from __sleep() but does not exist in %s on …
/php-src/ext/gd/libgd/
H A Dgd_jpeg.c643 src->pub.next_input_byte = src->buffer; in fill_input_buffer()
644 src->pub.bytes_in_buffer = nbytes; in fill_input_buffer()
737 src->pub.init_source = init_source; in jpeg_gdIOCtx_src()
739 src->pub.skip_input_data = skip_input_data; in jpeg_gdIOCtx_src()
741 src->pub.term_source = term_source; in jpeg_gdIOCtx_src()
772 dest->pub.next_output_byte = dest->buffer; in init_destination()
773 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in init_destination()
808 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer()
809 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in empty_output_buffer()
857 dest->pub.init_destination = init_destination; in jpeg_gdIOCtx_dest()
[all …]
/php-src/ext/openssl/tests/
H A Dopenssl_pkey_derive-x25519.phpt15 $pub = openssl_pkey_get_public("-----BEGIN PUBLIC KEY-----
20 echo bin2hex(openssl_pkey_derive($pub, $priv));
H A Dopenssl_pkey_derive-x448.phpt16 $pub = openssl_pkey_get_details(openssl_pkey_get_private("-----BEGIN PRIVATE KEY-----
22 echo bin2hex(openssl_pkey_derive($pub, $priv));
H A Dopenssl_pkey_derive-ecdh.phpt19 $pub = openssl_pkey_get_public("-----BEGIN PUBLIC KEY-----
27 echo bin2hex(openssl_pkey_derive($pub,$priv));
H A Dbug41033.phpt12 $pub = 'file://' . __DIR__ . '/' . 'bug41033pub.pem';
20 $pukeyid = openssl_get_publickey($pub);
H A Dopenssl_pkey_derive-dh.phpt24 $pub = openssl_pkey_get_public("-----BEGIN PUBLIC KEY-----
40 echo bin2hex(openssl_pkey_derive($pub,$priv));
H A Dbug25614.phpt12 $pub = openssl_pkey_get_public($priv);
/php-src/Zend/tests/traits/
H A Dgh12854.phpt8 public function pub() {}
21 pub as final;
31 foreach (['pub', 'prot', 'priv', 'final1', 'final2', 'final3'] as $method) {
45 --- Method: pub ---
/php-src/tests/classes/
H A Dprivate_007.phpt7 public static function pub() {
20 Foo::pub();
H A Dprivate_007b.phpt7 public function pub() {
21 $obj->pub();
/php-src/Zend/tests/
H A Dget_mangled_object_vars.phpt8 public $pub = 1;
38 'pub' => 1,
/php-src/ext/fileinfo/
H A Dgenerate_patch.sh4 wget -O - ftp://ftp.astron.com/pub/file/file-$VERSION.tar.gz \

Completed in 49 milliseconds

12