Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/spl/tests/
H A Dobserver_005.phpt9 public $pub = 25;
15 $this->pub = $pub;
34 $this->pub = $pub;
82 ["pub"]=>
92 ["pub"]=>
102 ["pub"]=>
116 ["pub"]=>
132 ["pub"]=>
150 ["pub"]=>
160 ["pub"]=>
[all …]
H A Darray_003.phpt12 public $pub = "public";
42 [pub] => public
52 [pub] => public
60 pub => public
H A Darray_007.phpt12 public $pub = "public";
46 [pub] => public
58 [pub] => public
68 pub => public
/PHP-5.4/ext/standard/tests/class_object/
H A Dget_object_vars_basic_001.phpt24 public $pub = 'B::pub';
65 ["pub"]=>
66 string(6) "B::pub"
78 ["pub"]=>
79 string(6) "B::pub"
87 ["pub"]=>
88 string(6) "B::pub"
96 ["pub"]=>
97 string(6) "B::pub"
105 ["pub"]=>
[all …]
H A Dget_object_vars_basic_002.phpt24 public $pub = 'B::pub';
51 ["pub"]=>
52 string(6) "B::pub"
60 ["pub"]=>
61 string(6) "B::pub"
H A Dget_class_vars_variation2.phpt22 public $pub = "public var";
83 ["pub"]=>
91 ["pub"]=>
107 ["pub"]=>
123 ["pub"]=>
135 ["pub"]=>
147 ["pub"]=>
159 ["pub"]=>
H A Dmethod_exists_basic_001.phpt21 public function pub() {}
33 'pub', 'prot', 'priv',
61 Does C::pub exist? bool(true)
76 Does C::pub exist? bool(true)
/PHP-5.4/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)
88 string(3) "pub"
89 string(3) "pub"
H A DReflectionProperty_isDefault_basic.phpt16 public $pub;
22 reflectProperty("TestClass", "pub");
28 $propInfo = new ReflectionProperty('TestClass', 'pub');
34 Reflecting on property TestClass::pub
H A DReflectionProperty_basic1.phpt38 public $pub;
44 reflectProperty("TestClass", "pub");
52 Reflecting on property TestClass::pub
55 string(35) "Property [ <default> public $pub ]
58 string(35) "Property [ <default> public $pub ]
61 Property [ <default> public $pub ]
65 string(3) "pub"
H A DReflectionProperty_getModifiers.001.phpt23 public $pub;
32 reflectProperty("TestClass", "pub");
40 Reflecting on property TestClass::pub
H A DReflectionProperty_basic2.phpt22 public $pub;
31 reflectProperty("TestClass", "pub");
39 Reflecting on property TestClass::pub
H A DReflectionProperty_getValue_error.phpt7 public $pub;
H A DReflectionProperty_setValue_error.phpt7 public $pub;
/PHP-5.4/ext/gd/libgd/
H A Dgd_jpeg.c611 src->pub.next_input_byte = src->buffer; in fill_input_buffer()
612 src->pub.bytes_in_buffer = nbytes; in fill_input_buffer()
705 src->pub.init_source = init_source; in jpeg_gdIOCtx_src()
707 src->pub.skip_input_data = skip_input_data; in jpeg_gdIOCtx_src()
709 src->pub.term_source = term_source; in jpeg_gdIOCtx_src()
740 dest->pub.next_output_byte = dest->buffer; in init_destination()
741 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in init_destination()
776 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer()
777 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in empty_output_buffer()
825 dest->pub.init_destination = init_destination; in jpeg_gdIOCtx_dest()
[all …]
H A Dgd_topal.c307 struct jpeg_color_quantizer pub; /* public fields */ member
1681 cquantize->pub.color_quantize = prescan_quantize;
1682 cquantize->pub.finish_pass = finish_pass1;
1689 cquantize->pub.color_quantize = pass2_fs_dither;
1691 cquantize->pub.color_quantize = pass2_no_dither;
1692 cquantize->pub.finish_pass = finish_pass2;
1842 cquantize->pub.start_pass = start_pass_2_quant;
1843 cquantize->pub.new_color_map = new_color_map_2_quant;
/PHP-5.4/tests/classes/
H A Dprivate_007.phpt9 public static function pub() {
22 Foo::pub();
H A Dprivate_007b.phpt9 public function pub() {
23 $obj->pub();
/PHP-5.4/ext/openssl/tests/
H A Dbug41033.phpt11 $pub = 'file://' . dirname(__FILE__) . '/' . 'bug41033pub.pem';
19 $pukeyid = openssl_get_publickey($pub);
H A Dbug25614.phpt11 $pub = openssl_pkey_get_public($priv);
H A Dbug28382.phpt31 string(38) "http://mobile.blue-software.ro:90/pub/"
H A D021.phpt10 $pub = "file://" . dirname(__FILE__) . "/public.key";
/PHP-5.4/ext/fileinfo/libmagic/
H A DLICENSE2 Download: ftp://ftp.astron.com/pub/file/
/PHP-5.4/
H A DREADME.SELF-CONTAINED-EXTENSIONS28 ftp://ftp.gnu.org/pub/gnu/
/PHP-5.4/ext/pcre/pcrelib/
H A DREADME16 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz
17 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.bz2
18 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.zip
120 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Contrib

Completed in 38 milliseconds

12