Home
last modified time | relevance | path

Searched refs:set (Results 26 – 50 of 590) sorted by relevance

12345678910>>...24

/PHP-5.4/ext/snmp/tests/
H A Dsnmp-object.phpt51 echo "WALK multiple on single OID, max_repetitions set to 30\n";
60 echo "WALK multiple on single OID, max_repetitions set to 30, non_repeaters set to 0\n";
69 echo "WALK multiple on single OID, max_oids set to 30\n";
124 $z = $session->set($oid1, 's', $newvalue1);
127 $z = $session->set($oid1, 's', $oldvalue1);
139 $z = $session->set(array($oid1, $oid2), array('s','s'), array($newvalue1, $newvalue2));
143 $z = $session->set(array($oid1, $oid2), array('s','s'), array($oldvalue1, $oldvalue2));
181 WALK multiple on single OID, max_repetitions set to 30
187 WALK multiple on single OID, max_repetitions set to 30, non_repeaters set to 0
193 WALK multiple on single OID, max_oids set to 30
[all …]
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_charset.phpt10 die('skip set character set not functional with PHP 6 (fomerly PHP 6 && unicode.semantics=On)');
47 die(sprintf("skip Requires character set latin1 or latin2\n"));
74 printf("[008] Cannot determine current character set and collation\n");
81 …printf("[010] Test will fail, because alternative test character set '%s' seems not supported\n", …
83 if (false !== ($ret = mysqli_set_charset($link, "this is not a valid character set")))
84 …printf("[011] Expecting boolean/false because of invalid character set, got %s/%s\n", gettype($ret…
99 printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
110 printf("[017] Cannot set character set to '%s', [%d] %s\n", $tmp['Charset'],
H A Dmysqli_options_openbasedir.phpt17 printf("[002] Can set MYSQLI_OPT_LOCAL_INFILE although open_basedir is set!\n");
/PHP-5.4/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt26 Returns : set of locale as array
47 /* Collect existing system locales and set one among them,
49 echo "*** Testing setlocale() : basic functionality - set to a specific locale ***\n";
51 //set of locales to be used
65 //set of currency symbol according to above list of locales
82 // set the system locale to a locale, choose the right locale by
91 // set the found locale as current locale
103 // use localeconv() to get the details of currently set locale
119 *** Testing setlocale() : basic functionality - set to a specific locale ***
/PHP-5.4/ext/intl/tests/
H A Ddateformat_set_timezone_id.phpt34 $res_str .= "\nTrying to set timezone_id= $timezone_id_entry";
58 Trying to set timezone_id= America/New_York
63 Trying to set timezone_id= America/Los_Angeles
68 Trying to set timezone_id= America/Chicago
73 Trying to set timezone_id= CN
H A Ddateformat_set_timezone_id2.phpt34 $res_str .= "\nTrying to set timezone_id= $timezone_id_entry";
58 Trying to set timezone_id= America/New_York
63 Trying to set timezone_id= America/Los_Angeles
68 Trying to set timezone_id= America/Chicago
73 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-5.4/ext/phar/tests/zip/
H A Dgetalias.phpt19 // existing phar.zip, no alias set
28 // existing phar.zip, alias set
32 // check that alias can't be set manually
56 Cannot set alias ".phar/alias.txt" directly in phar "%sgetalias.phar.zip", use setAlias
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt27 printf("[%03d] Driver-specific error code not set\n", $offset);
29 printf("[%03d] Driver-specific error message.not set\n", $offset);
106 [015] Driver-specific error code not set
107 [015] Driver-specific error message.not set
108 [016] Driver-specific error code not set
109 [016] Driver-specific error message.not set
H A Dpdo_mysql_connect_charset.phpt17 /* Make sure that we don't attempt to set the current character set to make this case useful */
20 …/* Done with the original connection, create a second link to test the character set being defined…
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 DREADME1 You must set the following environment variables to run the tests:
16 for PDO_MYSQL_TEST_DSN = mysql:dbname=test you MUST set PDO_MYSQL_TEST_DB=test.
/PHP-5.4/tests/classes/
H A Dunset_properties.phpt9 public $publicProperty = 'publicProperty set';
11 protected $protectedProperty = 'protectedProperty set';
13 private $privateProperty = 'privateProperty set';
131 publicProperty set
142 protectedProperty set
149 privateProperty set
H A Dstatic_properties_004.phpt2 Inherited static properties can be separated from their reference set.
16 echo "\nBut because this is implemented using PHP references, the reference set can easily be split…
33 But because this is implemented using PHP references, the reference set can easily be split:
/PHP-5.4/ext/oci8/tests/
H A Dpecl_bug16035.phpt2 PECL Bug #16035 (Crash with Oracle 10.2 connecting with a character set but ORACLE_HOME is not set)
28 …omething wrong with your system - please check that ORACLE_HOME and %s are set and point to the ri…
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.phpt60 echo "Test with Prefetch value set to $value \n";
116 Test with Prefetch value set to 0
129 Test with Prefetch value set to 1
142 Test with Prefetch value set to 501
159 Test with Prefetch value set to 499
172 Test with Prefetch value set to 250
185 Test with Prefetch value set to 12345
202 Test with Prefetch value set to -12345
217 Test with Prefetch value set to -1
H A Ddrcp_connect1.phpt44 // return the value set by conn2.
62 // value returned is what is set by pconn1
79 Package variable value set to 1000
85 Package variable value set to 100
93 Package variable value set to 1000
/PHP-5.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-5.4/sapi/fpm/
H A Dphp-fpm.conf.in84 ; Default Value: no set
107 ; Default Value: not set (auto detection)
169 ; mode is set to 0660
187 ; Default Value: no set
228 ; Note: Used only when pm is set to 'dynamic'
233 ; Note: Used only when pm is set to 'dynamic'
349 ; Default Value: not set
361 ; Default Value: not set
370 ; Default: not set
429 ; Default Value: not set
[all …]
/PHP-5.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-5.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-5.4/ext/pdo_odbc/tests/
H A Dcommon.phpt25 // user should have to set PDOTEST_DSN so that:
38 // user set these from their shell instead
46 // on Windows and user didn't set PDOTEST_DSN, try this as a fallback:
63 } // else: $config['ENV']['PDOTEST_DSN'] not set
64 } // else: $config['ENV']['PDOTEST_DSN'] not set
/PHP-5.4/win32/
H A Dtestsuite.dsp105 set TOP_BUILDDIR=Release_TS_inline
106 set TEST_DIR=tests
120 set TOP_BUILDDIR=Release_TS
121 set TEST_DIR=tests
135 set TOP_BUILDDIR=Release_TSDbg
136 set TEST_DIR=tests
/PHP-5.4/ext/curl/tests/
H A Dcurl_basic_017.phpt29 curl_setopt($chs[0], CURLOPT_URL, $url); //set the url we want to use
30 curl_setopt($chs[1], CURLOPT_URL, $url); //set the url we want to use
31 curl_setopt($chs[2], CURLOPT_URL, $url); //set the url we want to use

Completed in 79 milliseconds

12345678910>>...24