Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.5/ext/spl/tests/
H A Diterator_045.phpt26 echo "set($k,$v)\n";
110 set(0,25)
111 set(1,42)
112 set(3,FooBar)
145 set(0,25)
146 set(1,42)
147 set(3,FooBar)
/PHP-5.5/ext/mysqli/tests/
H A D065.phpt2 set character set
12 die('skip set character set not functional with PHP 6 (fomerly PHP 6 && unicode.semantics=On)');
23 printf("[002] Cannot set SQL-Mode, [%d] %s\n", mysqli_errno($mysql), mysqli_error($mysql));
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.5/Zend/tests/
H A Dbug30889.phpt14 print "set $name = $value ($name was ".$this->values[$name].")\n";
29 set a = 1 (a was 0)
31 set a = 2 (a was 1)
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt22 echo "validateOnParse set to FALSE: \n";
31 echo "validateOnParse set to TRUE: \n";
38 validateOnParse set to FALSE:
40 validateOnParse set to TRUE:
/PHP-5.5/Zend/
H A Dzend_signal.h95 #define zend_sigprocmask(signo, set, oldset) tsrm_sigmask((signo), (set), (oldset)) argument
97 #define zend_sigprocmask(signo, set, oldset) sigprocmask((signo), (set), (oldset)) argument
/PHP-5.5/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.5/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.5/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.phpt40 $res_str .= "\nTrying to set timezone_id= $timezone_id_entry";
69 Trying to set timezone_id= America/New_York
74 Trying to set timezone_id= America/Los_Angeles
79 Trying to set timezone_id= America/Chicago
84 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
H A Dcalendar_set_basic.phpt2 IntlCalendar::set() basic test
15 var_dump($intlcal->set(IntlCalendar::FIELD_DAY_OF_MONTH, 2));
/PHP-5.5/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.5/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
/PHP-5.5/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…
/PHP-5.5/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.5/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.5/sapi/fpm/
H A Dphp-fpm.conf.in84 ; Default Value: no set
107 ; Default Value: not set (auto detection)
174 ; mode is set to 0660
192 ; Default Value: no set
233 ; Note: Used only when pm is set to 'dynamic'
238 ; Note: Used only when pm is set to 'dynamic'
354 ; Default Value: not set
366 ; Default Value: not set
375 ; Default: not set
434 ; Default Value: not set
[all …]
/PHP-5.5/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.5/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

Completed in 60 milliseconds

12345678910>>...25