/PHP-7.1/ext/spl/tests/ |
H A D | observer_005.phpt | 9 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 D | array_003.phpt | 12 public $pub = "public"; 42 [pub] => public 52 [pub] => public 60 pub => public
|
H A D | array_007.phpt | 12 public $pub = "public"; 46 [pub] => public 58 [pub] => public 68 pub => public
|
/PHP-7.1/ext/standard/tests/class_object/ |
H A D | get_object_vars_basic_001.phpt | 24 public $pub = 'B::pub'; 64 ["pub"]=> 65 string(6) "B::pub" 77 ["pub"]=> 78 string(6) "B::pub" 86 ["pub"]=> 87 string(6) "B::pub" 95 ["pub"]=> 96 string(6) "B::pub" 104 ["pub"]=> [all …]
|
H A D | get_object_vars_basic_002.phpt | 24 public $pub = 'B::pub'; 50 ["pub"]=> 51 string(6) "B::pub" 59 ["pub"]=> 60 string(6) "B::pub"
|
H A D | get_class_vars_variation2.phpt | 22 public $pub = "public var"; 83 ["pub"]=> 91 ["pub"]=> 107 ["pub"]=> 123 ["pub"]=> 135 ["pub"]=> 147 ["pub"]=> 159 ["pub"]=>
|
H A D | method_exists_basic_001.phpt | 21 public function pub() {} 33 'pub', 'prot', 'priv', 60 Does C::pub exist? bool(true) 75 Does C::pub exist? bool(true)
|
/PHP-7.1/ext/reflection/tests/ |
H A D | 006.phpt | 12 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 D | ReflectionProperty_isDefault_basic.phpt | 16 public $pub; 22 reflectProperty("TestClass", "pub"); 28 $propInfo = new ReflectionProperty('TestClass', 'pub'); 34 Reflecting on property TestClass::pub
|
H A D | ReflectionProperty_basic1.phpt | 38 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 D | ReflectionProperty_getModifiers.001.phpt | 23 public $pub; 32 reflectProperty("TestClass", "pub"); 40 Reflecting on property TestClass::pub
|
H A D | ReflectionProperty_basic2.phpt | 24 public $pub; 33 reflectProperty("TestClass", "pub"); 41 Reflecting on property TestClass::pub
|
/PHP-7.1/ext/gd/libgd/ |
H A D | gd_jpeg.c | 630 src->pub.next_input_byte = src->buffer; in fill_input_buffer() 631 src->pub.bytes_in_buffer = nbytes; in fill_input_buffer() 724 src->pub.init_source = init_source; in jpeg_gdIOCtx_src() 726 src->pub.skip_input_data = skip_input_data; in jpeg_gdIOCtx_src() 728 src->pub.term_source = term_source; in jpeg_gdIOCtx_src() 759 dest->pub.next_output_byte = dest->buffer; in init_destination() 760 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in init_destination() 795 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer() 796 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in empty_output_buffer() 844 dest->pub.init_destination = init_destination; in jpeg_gdIOCtx_dest() [all …]
|
/PHP-7.1/ext/openssl/tests/ |
H A D | bug41033.phpt | 10 $pub = 'file://' . dirname(__FILE__) . '/' . 'bug41033pub.pem'; 18 $pukeyid = openssl_get_publickey($pub);
|
H A D | bug25614.phpt | 11 $pub = openssl_pkey_get_public($priv);
|
H A D | bug73478.phpt | 2 Bug #73478: openssl_pkey_new() generates wrong pub/priv keys with Diffie Hellman
|
H A D | bug28382.phpt | 30 string(38) "http://mobile.blue-software.ro:90/pub/"
|
H A D | openssl_pkcs12_export_basic.phpt | 28 var_dump(count($opts)); // should be 3 certificates, priv, pub, extra optional cert
|
/PHP-7.1/tests/classes/ |
H A D | private_007.phpt | 9 public static function pub() { 22 Foo::pub();
|
H A D | private_007b.phpt | 9 public function pub() { 23 $obj->pub();
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | mysqli_pam_sha256_public_key_ini.phpt | 42 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 D | mysqli_pam_sha256_public_key_option.phpt | 42 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"));
|
H A D | mysqli_pam_sha256_public_key_option_invalid.phpt | 42 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"));
|
H A D | mysqli_pam_sha256.phpt | 42 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…
|
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | LICENSE | 2 Download: ftp://ftp.astron.com/pub/file/
|