/php-src/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 52 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) * (*get)(void); 58 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn) * (*get)(void); 64 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data) * (*get)(void); 70 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res) * (*get)(void); 76 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_unbuffered) * (*get)(void); 82 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_buffered)* (*get)(void); 88 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_stmt) * (*get)(void); 106 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_vio) * (*get)(void); 112 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_error_info) * (*get)(void); 118 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_command) * (*get)(void); [all …]
|
/php-src/Zend/tests/property_hooks/ |
H A D | ast_printing.phpt | 8 public $prop1 { get; set; } 10 get { 11 return parent::$prop1::get(); 19 get => 42; 30 get; 34 get { 35 return parent::$prop1::get(); 43 get => 42;
|
H A D | cache.phpt | 8 get { echo __METHOD__, "\n"; return $this->prop; } 43 Test::$prop::get 45 Test::$prop::get 48 Test::$prop::get 50 Test::$prop::get 51 Test::$prop::get 55 Test::$prop::get 57 Test::$prop::get 60 Test::$prop::get 62 Test::$prop::get [all …]
|
H A D | find_property_usage.phpt | 7 public $prop1 { get => $this->prop1; } 8 public $prop2 { get => fn () => $this->prop2; } 9 public $prop3 { get => function () { return $this->prop3; }; } 10 public $prop4 { get => $this->prop1; } 11 public $prop5 { get {} } 12 public $prop6 { get { var_dump($this->prop6); } } 13 public $prop7 { get => new class { function test() { $this->prop7; } }; }
|
H A D | foreach.phpt | 11 &get { 36 get { 46 get { 56 get { 104 public $changed { get => 'B'; } 115 ByRef::$virtualByRef::get 118 ByVal::$virtualByVal::get 121 ByVal::$backed::get 124 ByVal::$backedUninitialized::get 143 ByRef::$virtualByRef::get [all …]
|
H A D | private_override.phpt | 9 get { echo __METHOD__, "\n"; } 23 get { echo __METHOD__, "\n"; } 27 get { echo __METHOD__, "\n"; } 47 A::$prop2::get 50 A::$prop2::get 53 B::$prop1::get 55 B::$prop2::get
|
H A D | parent_syntax.phpt | 8 get { 16 get { 17 var_dump(parent::$prop::get()); 18 var_dump(parent :: $prop :: get()); 30 return (parent::$prop)::get(); 35 public static function get() {
|
H A D | get_by_ref_implemented_by_val.phpt | 2 By-reference get may be not implemented as by-value 7 public $prop { &get; } 12 get => $this->prop; 18 Fatal error: Declaration of A::$prop::get() must be compatible with & I::$prop::get() in %s on line…
|
H A D | invalid_abstract.phpt | 8 get; 12 get { echo __METHOD__, "\n"; } 15 public abstract $prop3 { get; set; } 20 get { echo __METHOD__, "\n"; } 38 B::$prop1::get 40 A::$prop2::get
|
H A D | generator_hook_002.phpt | 2 Allow calling parent get in generator property hooks 12 get { 13 yield parent::$prop::get() + 1; 14 yield parent::$prop::get() + 2; 15 yield parent::$prop::get() + 3;
|
H A D | backing_value_simple.phpt | 10 get { 36 C::$prop::get 37 C::$prop::get 41 C::$prop::get 42 C::$prop::get
|
/php-src/ext/standard/tests/general_functions/ |
H A D | output_add_rewrite_var_basic4.phpt | 28 <form method="get"> </form> 29 <form action="./foo.php" method="get"> </a> 30 <form action="//php.net/bar.php" method="get"> </a> 48 <form method="get"> </form> 49 <form action="./foo.php" method="get"> </a> 50 <form action="//php.net/bar.php" method="get"> </a> 70 <form method="get"> </form> 71 <form action="./foo.php" method="get"> </a> 72 <form action="//php.net/bar.php" method="get"> </a> 100 <form method="get"> </form> [all …]
|
H A D | output_add_rewrite_var_basic3.phpt | 28 <form method="get"> </form> 29 <form action="./foo.php" method="get"> </a> 30 <form action="//php.net/bar.php" method="get"> </a> 48 <form method="get"> </form> 49 <form action="./foo.php" method="get"> </a> 50 <form action="//php.net/bar.php" method="get"> </a> 70 <form method="get"> </form> 71 <form action="./foo.php" method="get"> </a> 72 <form action="//php.net/bar.php" method="get"> </a> 88 <form action="//php.net/bar.php" method="get"> </a> [all …]
|
H A D | url_rewriting_basic3.phpt | 30 <form action="" method="get"> </form> 31 <form action="./foo.php" method="get"></form> 33 <form action="//php.net/foo.php" method="get"></form> 34 <form action="http://php.net/foo.php" method="get"></form> 35 <form action="bad://php.net/foo.php" method="get"></form> 36 <form action="//www.php.net/foo.php" method="get"></form> 112 <form action="//php.net/foo.php" method="get"></form> 114 <form action="bad://php.net/foo.php" method="get"></form> 115 <form action="//www.php.net/foo.php" method="get"></form> 150 <form action="//php.net/foo.php" method="get"></form> [all …]
|
H A D | url_rewriting_basic1.phpt | 30 <form action="" method="get"> </form> 31 <form action="./foo.php" method="get"></form> 33 <form action="//php.net/foo.php" method="get"></form> 34 <form action="http://php.net/foo.php" method="get"></form> 35 <form action="bad://php.net/foo.php" method="get"></form> 36 <form action="//www.php.net/foo.php" method="get"></form> 104 <form action="//php.net/foo.php" method="get"></form> 105 <form action="http://php.net/foo.php" method="get"></form> 106 <form action="bad://php.net/foo.php" method="get"></form> 107 <form action="//www.php.net/foo.php" method="get"></form> [all …]
|
H A D | output_add_rewrite_var_basic2.phpt | 29 <form method="get"> </form> 30 <form action="./foo.php" method="get"> </a> 31 <form action="//php.net/bar.php" method="get"> </a> 33 <form action="bad://php.net/bar.php" method="get"> </a> 34 <form action="//www.php.net/bar.php" method="get"> </a> 49 <form method="get"> </form> 50 <form action="./foo.php" method="get"> </a> 51 <form action="//php.net/bar.php" method="get"> </a> 71 <form method="get"> </form> 72 <form action="./foo.php" method="get"> </a> [all …]
|
H A D | url_rewriting_basic2.phpt | 30 <form action="" method="get"> </form> 31 <form action="./foo.php" method="get"></form> 33 <form action="//php.net/foo.php" method="get"></form> 34 <form action="http://php.net/foo.php" method="get"></form> 35 <form action="bad://php.net/foo.php" method="get"></form> 36 <form action="//www.php.net/foo.php" method="get"></form> 115 <form action="//php.net/foo.php" method="get"></form> 117 <form action="bad://php.net/foo.php" method="get"></form> 118 <form action="//www.php.net/foo.php" method="get"></form> 157 <form action="//php.net/foo.php" method="get"></form> [all …]
|
H A D | output_add_rewrite_var_basic1.phpt | 29 <form method="get"> </form> 30 <form action="./foo.php" method="get"> 31 <form action="//php.net/bar.php" method="get"> 32 <form action="http://php.net/bar.php" method="get"> 33 <form action="bad://php.net/bar.php" method="get"> 34 <form action="//www.php.net/bar.php" method="get"> 49 <form method="get"> </form> 50 <form action="./foo.php" method="get"> </form> 71 <form method="get"> </form> 72 <form action="./foo.php" method="get"> </form> [all …]
|
/php-src/ext/intl/tests/ |
H A D | resourcebundle_null_mandatory_args_variant_icu72-1.phpt | 14 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0); 19 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
|
H A D | resourcebundle_null_mandatory_args_variant2.phpt | 14 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0); 19 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
|
H A D | calendar_clear_basic.phpt | 13 $intlcal->get(IntlCalendar::FIELD_YEAR), 14 $intlcal->get(IntlCalendar::FIELD_MONTH), 15 $intlcal->get(IntlCalendar::FIELD_DAY_OF_MONTH), 16 $intlcal->get(IntlCalendar::FIELD_HOUR), 17 $intlcal->get(IntlCalendar::FIELD_MINUTE), 18 $intlcal->get(IntlCalendar::FIELD_SECOND), 19 $intlcal->get(IntlCalendar::FIELD_MILLISECOND)
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionProperty_getSettableType.phpt | 12 get => 42; 16 get => 42; 20 get => 42; 25 get => $this->backedUntyped; 30 get => $this->backedTyped; 35 get => $this->backedTyped; 40 get => $this->backedTypedGetOnly;
|
/php-src/ext/ffi/tests/ |
H A D | weak_reference_002.phpt | 19 var_dump($ref_value->get() === $cdata_value); 20 var_dump($ref_array->get() === $cdata_array); 21 var_dump($ref_free->get() === $cdata_free); 27 var_dump($ref_value->get() === null); 28 var_dump($ref_array->get() === null); 29 var_dump($ref_free->get() === null);
|
/php-src/ext/reflection/tests/property_hooks/ |
H A D | ReflectionProperty_getHooks.phpt | 8 public $prop2 { get {} set {} } 9 public $prop3 { get {} } 26 ["get"]=> 29 string(11) "$prop2::get" 43 ["get"]=> 46 string(11) "$prop3::get"
|
/php-src/ext/spl/tests/ |
H A D | dit_006.phpt | 14 echo "With seek(2) we get $n\n"; 22 echo "With seek(0) we get $m\n"; 31 echo "Without seek we get $o\n"; 44 With seek(2) we get %d 45 With seek(0) we get %d 46 Without seek we get %d
|