Home
last modified time | relevance | path

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

12

/PHP-8.1/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.phpt12 public $pub = "public";
40 [pub] => public
50 [pub] => public
58 pub => public
H A Darray_007.phpt12 public $pub = "public";
44 [pub] => public
56 [pub] => public
66 pub => public
/PHP-8.1/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-8.1/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-8.1/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-8.1/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-8.1/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-8.1/ext/openssl/tests/
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);
H A Dbug73478.phpt2 Bug #73478: openssl_pkey_new() generates wrong pub/priv keys with Diffie Hellman
/PHP-8.1/Zend/tests/
H A Dget_mangled_object_vars.phpt7 public $pub = 1;
36 'pub' => 1,
/PHP-8.1/ext/fileinfo/
H A Dgenerate_patch.sh4 wget -O - ftp://ftp.astron.com/pub/file/file-$VERSION.tar.gz \
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
47 …die(sprintf("skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $l…
53 die(sprintf("skip Cannot create RSA pub key file '%s'", $file));
58 die(sprintf("skip Failed to create pub key file"));
H A Dmysqli_pam_sha256_public_key_option.phpt42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
46 …die(sprintf("skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $l…
52 die(sprintf("skip Cannot create RSA pub key file '%s'", $file));
55 die(sprintf("skip Failed to create pub key file"));

Completed in 25 milliseconds

12