/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 56 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) * (*get)(); 62 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn) * (*get)(); 68 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data) * (*get)(); 74 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res) * (*get)(); 80 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_unbuffered) * (*get)(); 86 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_buffered)* (*get)(); 92 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_stmt) * (*get)(); 110 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_vio) * (*get)(); 116 MYSQLND_CLASS_METHODS_TYPE(mysqlnd_error_info) * (*get)(); 122 func_mysqlnd__command_factory (*get)(); member [all …]
|
/PHP-7.2/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_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 …]
|
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 …]
|
/PHP-7.2/ext/intl/tests/ |
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 | 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 | calendar_clear_basic.phpt | 15 $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 D | calendar_get_setSkippedWallTimeOption_basic.phpt | 2 IntlCalendar::get/setSkippedWallTimeOption(): basic test 23 $intlcal->get(IntlCalendar::FIELD_HOUR_OF_DAY), 24 $intlcal->get(IntlCalendar::FIELD_MINUTE) 33 $intlcal->get(IntlCalendar::FIELD_HOUR_OF_DAY), 34 $intlcal->get(IntlCalendar::FIELD_MINUTE) 43 $intlcal->get(IntlCalendar::FIELD_HOUR_OF_DAY), 44 $intlcal->get(IntlCalendar::FIELD_MINUTE)
|
H A D | calendar_get_getActualMaximum_Minumum_error.phpt | 2 IntlCalendar::get/getActualMaximum/getActualMinimum(): bad arguments 15 var_dump($c->get()); 19 var_dump($c->get(-1)); 23 var_dump($c->get("s")); 27 var_dump($c->get(1, 2)); 31 Warning: IntlCalendar::get() expects exactly 1 parameter, 0 given in %s on line %d 33 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d 46 Warning: IntlCalendar::get(): intlcal_get: invalid field in %s on line %d 57 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d 70 Warning: IntlCalendar::get() expects exactly 1 parameter, 2 given in %s on line %d [all …]
|
H A D | resourcebundle_internal.phpt | 8 var_dump($b->get('Countries')->get('DE')); 11 var_dump($b->get('ICUVersion') !== NULL); 14 var_dump($b->get('cldrVersion') !== NULL);
|
H A D | calendar_roll_basic.phpt | 16 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
|
H A D | calendar_roll_variation1.phpt | 16 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
|
/PHP-7.2/ext/standard/tests/assert/ |
H A D | assert_basic4.phpt | 2 assert() - basic - test initial values using ini.get and assert_options 20 //Using ini.get; 21 echo "Initial values: ini.get(\"assert.active\") => [".ini_get("assert.active")."]\n"; 22 echo "Initial values: ini.get(\"assert.warning\") => [".ini_get("assert.warning")."]\n"; 23 echo "Initial values: ini.get(\"assert.bail\") => [".ini_get("assert.bail")."]\n"; 25 echo "Initial values: ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n\n"; 32 Initial values: ini.get("assert.active") => [0] 33 Initial values: ini.get("assert.warning") => [0] 34 Initial values: ini.get("assert.bail") => [0] 35 Initial values: ini.get("assert.quiet_eval") => [0] [all …]
|
H A D | assert_variation.phpt | 39 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n"; 46 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n"; 54 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n"; 61 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n\n"; 69 echo "ini.get(\"assert.callback\") => [".ini_get("assert.callback")."]\n\n"; 74 Initial values: ini.get("assert.callback") => [f1] 83 ini.get("assert.callback") => [f2] 92 ini.get("assert.callback") => [f2] 101 ini.get("assert.callback") => [f2] 114 ini.get("assert.callback") => [f2] [all …]
|
/PHP-7.2/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"; 45 With seek(2) we get %d 46 With seek(0) we get %d 47 Without seek we get %d
|
/PHP-7.2/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-7.2/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 | bug40621.phpt | 8 function get() { 13 Foo::get(); 18 Deprecated: Non-static method Foo::get() should not be called statically in %s on line %d 22 #0 %s(%d): Foo::get()
|
H A D | bug54910.phpt | 7 if (stripos($method, 'get') === 0) { 8 return $this->get(); 13 protected function get() {
|
H A D | bug30889.phpt | 19 print "get $name (returns ".$this->values[$name].")\n"; 28 get a (returns 0) 30 get a (returns 1)
|
/PHP-7.2/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"; 22 -- pass null as second parameter to get back all columns indexed by third parameter -- 43 -- pass null as second parameter and bogus third param to get back zero-indexed array of all column… 64 -- pass null as second parameter and no third param to get back array_values(input) --
|
/PHP-7.2/ext/snmp/tests/ |
H A D | snmp-object-errno-errstr.phpt | 21 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 …]
|
H A D | snmp-object.phpt | 22 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 $result = $session->get($orig, TRUE); 98 var_dump($session->get('.1.3.6.1.2.1.1.1.0')); 105 var_dump($session->get('.1.3.6.1.2.1.1.1.0')); 112 var_dump($session->get('.1.3.6.1.2.1.1.1.0')); 121 $oldvalue1 = $session->get($oid1); 126 var_dump(($session->get($oid1) === $newvalue1)); 129 var_dump(($session->get($oid1) === $oldvalue1)); 137 $oldvalue2 = $session->get($oid2); [all …]
|
/PHP-7.2/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
|