/PHP-8.3/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-8.3/ext/standard/tests/general_functions/ |
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> 87 <form action="//php.net/bar.php" method="get"> </a> [all …]
|
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_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 | 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-8.3/ext/intl/tests/ |
H A D | resourcebundle_null_mandatory_args.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_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 | 15 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0); 20 $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)
|
H A D | calendar_get_setSkippedWallTimeOption_basic.phpt | 2 IntlCalendar::get/setSkippedWallTimeOption(): basic test 19 $intlcal->get(IntlCalendar::FIELD_HOUR_OF_DAY), 20 $intlcal->get(IntlCalendar::FIELD_MINUTE) 29 $intlcal->get(IntlCalendar::FIELD_HOUR_OF_DAY), 30 $intlcal->get(IntlCalendar::FIELD_MINUTE) 39 $intlcal->get(IntlCalendar::FIELD_HOUR_OF_DAY), 40 $intlcal->get(IntlCalendar::FIELD_MINUTE)
|
H A D | resourcebundle_internal.phpt | 11 var_dump($b->get('Countries')->get('DE')); 14 var_dump($b->get('ICUVersion') !== NULL); 17 var_dump($b->get('cldrVersion') !== NULL);
|
H A D | calendar_roll_basic.phpt | 14 var_dump($intlcal->get(IntlCalendar::FIELD_MONTH)); //1 (Feb) 15 var_dump($intlcal->get(IntlCalendar::FIELD_DAY_OF_MONTH)); //1 19 var_dump($intlcal->get(IntlCalendar::FIELD_MONTH)); //1 (Feb) 20 var_dump($intlcal->get(IntlCalendar::FIELD_DAY_OF_MONTH)); //1
|
H A D | calendar_roll_variation1.phpt | 14 var_dump($intlcal->get(IntlCalendar::FIELD_MONTH)); //1 (Feb) 15 var_dump($intlcal->get(IntlCalendar::FIELD_DAY_OF_MONTH)); //29 18 var_dump($intlcal->get(IntlCalendar::FIELD_MONTH)); //1 (Feb) 19 var_dump($intlcal->get(IntlCalendar::FIELD_DAY_OF_MONTH)); //28
|
/PHP-8.3/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-8.3/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
|
/PHP-8.3/tests/basic/ |
H A D | 003.phpt | 10 echo "post-a=({$_POST['a']}) get-b=({$_GET['b']}) get-c=({$_GET['c']})"?> 12 post-a=(Hello World) get-b=(Hello Again World) get-c=(Hi Mom)
|
/PHP-8.3/ext/standard/tests/assert/ |
H A D | assert_basic4.phpt | 2 assert() - basic - test initial values using ini.get and assert_options 18 //Using ini.get; 19 echo "Initial values: ini.get(\"assert.active\") => [".ini_get("assert.active")."]\n"; 20 echo "Initial values: ini.get(\"assert.warning\") => [".ini_get("assert.warning")."]\n"; 21 echo "Initial values: ini.get(\"assert.bail\") => [".ini_get("assert.bail")."]\n"; 22 echo "Initial values: ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n\n"; 50 Initial values: ini.get("assert.active") => [0] 51 Initial values: ini.get("assert.warning") => [0] 52 Initial values: ini.get("assert.bail") => [0] 53 Initial values: ini.get("assert.callback") => [f1]
|
/PHP-8.3/Zend/tests/ |
H A D | bug77339.phpt | 2 Bug #77339 (__callStatic may get incorrect arguments) 8 if ($name === 'get') { 18 protected function get ($key) { 26 echo Foo::get('getSomeWhat');
|
H A D | overloaded_prop_assign_op_refs.phpt | 12 echo "get($name)\n"; 31 get(a) 34 get(b) 37 get(c)
|
H A D | bug40621.phpt | 8 function get() { 13 Foo::get(); 18 Fatal error: Uncaught Error: Non-static method Foo::get() cannot be called statically in %s:%d
|
/PHP-8.3/Zend/tests/weakrefs/ |
H A D | weakrefs_001.phpt | 16 debug_zval_dump($wr->get()); 17 debug_zval_dump($wr2->get()); 21 debug_zval_dump($wr->get()); 22 debug_zval_dump($wr2->get());
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_column_variant.phpt | 11 echo "-- pass null as second parameter to get back all columns indexed by third parameter --\n"; 14 echo "-- pass null as second parameter and bogus third param to get back zero-indexed array of all … 17 echo "-- pass null as second parameter and no third param to get back array_values(input) --\n"; 23 -- pass null as second parameter to get back all columns indexed by third parameter -- 44 -- pass null as second parameter and bogus third param to get back zero-indexed array of all column… 65 -- pass null as second parameter and no third param to get back array_values(input) --
|
/PHP-8.3/ext/snmp/tests/ |
H A D | snmp-object-errno-errstr.phpt | 24 var_dump(@$session->get('.1.3.6.1.2.1.1.1.0')); 32 var_dump(@$session->get('.1.3.6.1.2.1.1.1.0')); 39 var_dump(@$session->get('.1.3.6.1.2.1.1.1.110')); 47 var_dump(@$session->get('.1.3.6.1.2.1.1.1.0')); 56 var_dump(@$session->get('.1.3.6.1.2..1.1.1.0')); 86 $oldvalue1 = $session->get($oid1); 88 $oldvalue2 = $session->get($oid2); 94 var_dump(($session->get($oid1) === $newvalue1)); 95 var_dump(($session->get($oid2) === $newvalue2)); 100 var_dump(($session->get($oid1) === $oldvalue1)); [all …]
|
/PHP-8.3/sapi/cli/tests/ |
H A D | cli_process_title_windows.phpt | 14 // command "get-process" is executed using shell_exec, it overwrites the ConsoleTitle with 39 …$loaded_title = shell_exec("PowerShell -NoProfile \"get-process cmd*,powershell* | Select-Object m… 43 echo "Reading title using get-process failed\n"; 58 echo "Successfully verified title using get-process\n"; 60 echo "Actually loaded from get-process: $loaded_title\n"; 64 echo "Successfully verified title using get\n"; 66 echo "Actually loaded from get: $read_title\n"; 72 Successfully verified title using get-process 73 Successfully verified title using get
|
/PHP-8.3/Zend/tests/type_declarations/ |
H A D | typed_properties_026.phpt | 12 function get(){ 17 var_dump((new Baz)->get()); 22 #0 %s(14): Baz->get()
|