Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h54 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) * (*get)();
60 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn) * (*get)();
66 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data) * (*get)();
72 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res) * (*get)();
78 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_unbuffered) * (*get)();
84 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_buffered)* (*get)();
90 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_stmt) * (*get)();
108 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_vio) * (*get)();
114 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_error_info) * (*get)();
120 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_command) * (*get)();
[all …]
/PHP-8.0/ext/standard/tests/general_functions/
H A Doutput_add_rewrite_var_basic3.phpt28 <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 Doutput_add_rewrite_var_basic4.phpt28 <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 Doutput_add_rewrite_var_basic1.phpt29 <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 …]
H A Doutput_add_rewrite_var_basic2.phpt29 <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 …]
/PHP-8.0/ext/intl/tests/
H A Dresourcebundle_null_mandatory_args_variant2.phpt14 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
19 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
H A Dresourcebundle_null_mandatory_args.phpt13 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
18 $c = $r->get('calendar')->get('gregorian')->get('DateTimePatterns')->get(0);
H A Dcalendar_clear_basic.phpt15 $intlcal->get(IntlCalendar::FIELD_YEAR),
16 $intlcal->get(IntlCalendar::FIELD_MONTH),
17 $intlcal->get(IntlCalendar::FIELD_DAY_OF_MONTH),
18 $intlcal->get(IntlCalendar::FIELD_HOUR),
19 $intlcal->get(IntlCalendar::FIELD_MINUTE),
20 $intlcal->get(IntlCalendar::FIELD_SECOND),
21 $intlcal->get(IntlCalendar::FIELD_MILLISECOND)
H A Dcalendar_get_setSkippedWallTimeOption_basic.phpt2 IntlCalendar::get/setSkippedWallTimeOption(): basic test
21 $intlcal->get(IntlCalendar::FIELD_HOUR_OF_DAY),
22 $intlcal->get(IntlCalendar::FIELD_MINUTE)
31 $intlcal->get(IntlCalendar::FIELD_HOUR_OF_DAY),
32 $intlcal->get(IntlCalendar::FIELD_MINUTE)
41 $intlcal->get(IntlCalendar::FIELD_HOUR_OF_DAY),
42 $intlcal->get(IntlCalendar::FIELD_MINUTE)
H A Dcalendar_roll_variation1.phpt16 var_dump($intlcal->get(IntlCalendar::FIELD_MONTH)); //1 (Feb)
17 var_dump($intlcal->get(IntlCalendar::FIELD_DAY_OF_MONTH)); //29
20 var_dump($intlcal->get(IntlCalendar::FIELD_MONTH)); //1 (Feb)
21 var_dump($intlcal->get(IntlCalendar::FIELD_DAY_OF_MONTH)); //28
H A Dresourcebundle_internal.phpt10 var_dump($b->get('Countries')->get('DE'));
13 var_dump($b->get('ICUVersion') !== NULL);
16 var_dump($b->get('cldrVersion') !== NULL);
H A Dcalendar_roll_basic.phpt16 var_dump($intlcal->get(IntlCalendar::FIELD_MONTH)); //1 (Feb)
17 var_dump($intlcal->get(IntlCalendar::FIELD_DAY_OF_MONTH)); //1
21 var_dump($intlcal->get(IntlCalendar::FIELD_MONTH)); //1 (Feb)
22 var_dump($intlcal->get(IntlCalendar::FIELD_DAY_OF_MONTH)); //1
/PHP-8.0/ext/standard/tests/assert/
H A Dassert_basic4.phpt2 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";
29 Initial values: ini.get("assert.active") => [0]
30 Initial values: ini.get("assert.warning") => [0]
31 Initial values: ini.get("assert.bail") => [0]
32 Initial values: ini.get("assert.callback") => [f1]
H A Dassert_variation.phpt38 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n";
45 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n";
53 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n";
60 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n\n";
68 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n\n";
79 Initial values: ini.get("assert.callback") => [f1]
86 ini.get("assert.callback") => [f2]
93 ini.get("assert.callback") => [f2]
100 ini.get("assert.callback") => [f2]
111 ini.get("assert.callback") => [f2]
[all …]
/PHP-8.0/ext/spl/tests/
H A Ddit_006.phpt14 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.0/tests/basic/
H A D003.phpt10 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.0/Zend/tests/
H A Dbug77339.phpt2 Bug #77339 (__callStatic may get incorrect arguments)
8 if ($name === 'get') {
18 protected function get ($key) {
26 echo Foo::get('getSomeWhat');
H A Doverloaded_prop_assign_op_refs.phpt12 echo "get($name)\n";
31 get(a)
34 get(b)
37 get(c)
H A Dbug40621.phpt8 function get() {
13 Foo::get();
18 Fatal error: Uncaught Error: Non-static method Foo::get() cannot be called statically in %s:%d
H A Dbug54910.phpt7 if (stripos($method, 'get') === 0) {
8 return $this->get();
13 protected function get() {
/PHP-8.0/Zend/tests/weakrefs/
H A Dweakrefs_001.phpt16 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.0/ext/standard/tests/array/
H A Darray_column_variant.phpt11 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.0/Zend/tests/type_declarations/
H A Dtyped_properties_026.phpt12 function get(){
17 var_dump((new Baz)->get());
22 #0 %s(14): Baz->get()
/PHP-8.0/sapi/cli/tests/
H A Dcli_process_title_windows.phpt14 // 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.0/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt21 var_dump(@$session->get('.1.3.6.1.2.1.1.1.0'));
29 var_dump(@$session->get('.1.3.6.1.2.1.1.1.0'));
36 var_dump(@$session->get('.1.3.6.1.2.1.1.1.110'));
44 var_dump(@$session->get('.1.3.6.1.2.1.1.1.0'));
53 var_dump(@$session->get('.1.3.6.1.2..1.1.1.0'));
83 $oldvalue1 = $session->get($oid1);
85 $oldvalue2 = $session->get($oid2);
91 var_dump(($session->get($oid1) === $newvalue1));
92 var_dump(($session->get($oid2) === $newvalue2));
97 var_dump(($session->get($oid1) === $oldvalue1));
[all …]

Completed in 76 milliseconds

12345678910>>...23