Home
last modified time | relevance | path

Searched refs:set (Results 51 – 75 of 682) sorted by relevance

12345678910>>...28

/PHP-7.4/tests/classes/
H A Dunset_properties.phpt9 public $publicProperty = 'publicProperty set';
11 protected $protectedProperty = 'protectedProperty set';
13 private $privateProperty = 'privateProperty set';
130 publicProperty set
141 protectedProperty set
148 privateProperty set
/PHP-7.4/ext/intl/tests/
H A Dcalendar_set_basic.phpt2 IntlCalendar::set() basic test
15 var_dump($intlcal->set(IntlCalendar::FIELD_DAY_OF_MONTH, 2));
H A Ddateformat_set_timezone_id2.phpt39 $res_str .= "\nTrying to set timezone_id= $timezone_id_entry";
67 Trying to set timezone_id= America/New_York
72 Trying to set timezone_id= America/Los_Angeles
77 Trying to set timezone_id= America/Chicago
82 Trying to set timezone_id= CN
H A Ddateformat_set_timezone_id3.phpt39 $res_str .= "\nTrying to set timezone_id= $timezone_id_entry";
67 Trying to set timezone_id= America/New_York
72 Trying to set timezone_id= America/Los_Angeles
77 Trying to set timezone_id= America/Chicago
82 Trying to set timezone_id= CN
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_rowcount.phpt16 "set rowcount 2; " .
19 "update #php_pdo set id = 4; " .
27 // check results from the set rowcount
53 $stmt = $db->query("set rowcount 0;" .
59 // check results from set rowcount
/PHP-7.4/ext/oci8/tests/
H A Dconnect_with_charset_001.phpt2 oci_connect() with invalid character set
28 Warning: oci_connect(): Invalid character set name: blah in %s on line %d
31 Warning: oci_connect(): Invalid character set name: obviously wrong in %s on line %d
H A Drefcur_prefetch_1.phpt67 echo "Test with Prefetch value set to $value \n";
123 Test with Prefetch value set to 0
136 Test with Prefetch value set to 1
149 Test with Prefetch value set to 501
166 Test with Prefetch value set to 499
179 Test with Prefetch value set to 250
192 Test with Prefetch value set to 12345
209 Test with Prefetch value set to -12345
224 Test with Prefetch value set to -1
H A Dconn_attr_5.phpt57 Value of CLIENT_INFO has been set successfully
58 Value of CLIENT_IDENTIFIER has been set successfully
60 Value of ACTION has been set successfully
62 Value of MODULE has been set successfully
/PHP-7.4/ext/standard/tests/array/
H A Darray_splice_variation1.phpt11 echo "test behaviour when input array is in a reference set\n";
38 echo "Test behaviour of replacement which is part of reference set \n";
49 test behaviour when input array is in a reference set
102 Test behaviour of replacement which is part of reference set
/PHP-7.4/sapi/phpdbg/
H A D.phpdbginit10 # set color prompt white-bold
11 # set color notice green
12 # set color error red
54 ^ set argv for next execution
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in47 ; mode is set to 0660
70 ; Default Value: no set
117 ; Note: Used only when pm is set to 'dynamic'
122 ; Note: Used only when pm is set to 'dynamic'
123 ; Note: Mandatory when pm is set to 'dynamic'
127 ; Note: Used only when pm is set to 'dynamic'
238 ; Default Value: not set
250 ; Default Value: not set
259 ; Default: not set
322 ; Default Value: not set
[all …]
/PHP-7.4/sapi/cgi/tests/
H A Dbug75574_utf8.phpt10 #vim: set fileencoding=utf-8
11 #vim: set encoding=utf-8
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp874_to_utf8_1.phpt17 #vim: set fileencoding=cp874
18 #vim: set encoding=cp874
H A Dtest_kartuli_utf8_3.phpt17 #vim: set fileencoding=cp874
18 #vim: set encoding=cp874
H A Dtest_cp1254_to_utf8_3.phpt17 #vim: set fileencoding=cp1254
18 #vim: set encoding=cp1254
H A Dtest_cp874_1.phpt20 #vim: set fileencoding=cp874
21 #vim: set encoding=cp874
H A Dtest_cp1252_0.phpt20 #vim: set fileencoding=cp1252
21 #vim: set encoding=cp1252
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_set_charset.phpt43 die(sprintf("skip Requires character set latin1 or latin2\n"));
70 printf("[008] Cannot determine current character set and collation\n");
77 …printf("[010] Test will fail, because alternative test character set '%s' seems not supported\n", …
79 if (false !== ($ret = mysqli_set_charset($link, "this is not a valid character set")))
80 …printf("[011] Expecting boolean/false because of invalid character set, got %s/%s\n", gettype($ret…
95 … printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
106 printf("[017] Cannot set character set to '%s', [%d] %s\n", $tmp['Charset'],
H A D065.phpt2 set character set
20 printf("[002] Cannot set SQL-Mode, [%d] %s\n", mysqli_errno($mysql), mysqli_error($mysql));
/PHP-7.4/ext/standard/tests/general_functions/
H A Disset_basic2.phpt6 * Description: Determine if a variable is set and is not NULL
34 echo "..now set\n";
56 ..now set
/PHP-7.4/ext/filter/tests/
H A Dbug52209.phpt2 Bug #52209 (INPUT_ENV returns NULL for set variables (CLI))
6 would never show up in the "set" list. Which means, it's
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_61207.phpt20 update test set id = 2 where id = ?;');
35 update test set id = 1 where id = ?;');
50 $handle3 = $db->prepare('update test set id = 2 where id = ?;
67 update test set id = 2 where id = ?;
H A DREADME.md3 You must set the following environment variables to run the tests:
33 `PDO_MYSQL_TEST_DSN = mysql:dbname=test` you MUST set `PDO_MYSQL_TEST_DB=test`.
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_018.phpt35 curl_setopt_array($chs[0], $options); //set the options
36 curl_setopt_array($chs[1], $options); //set the options
37 curl_setopt_array($chs[2], $options); //set the options
/PHP-7.4/sapi/fpm/tests/
H A Dproc-no-start-server.phpt29 "pm.start_servers is not set. It's been set to 2.",

Completed in 50 milliseconds

12345678910>>...28