Home
last modified time | relevance | path

Searched refs:set (Results 76 – 100 of 618) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt20 echo "Test set: (value is ignored & has no effect)\n";
35 Test set: (value is ignored & has no effect)
H A Dpdo_oci_attr_prefetch_2.phpt18 echo "Test 1: Can't set prefetch after prepare\n";
40 Test 1: Can't set prefetch after prepare
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_002.phpt2 Test curl_opt() function with CURLOPT_RETURNTRANSFER parameter set to 1
27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_006.phpt2 Test curl_opt() function with CURLOPT_WRITEFUNCTION parameter set to a closure
26 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
/PHP-5.5/ext/oci8/tests/
H A Dconnect_without_oracle_home.phpt2 oci_connect() without ORACLE_HOME set (OCIServerAttach() segfaults)
36 …omething wrong with your system - please check that ORACLE_HOME and %s are set and point to the ri…
H A Dconnect_without_oracle_home_old.phpt2 ocilogon() without ORACLE_HOME set (OCIServerAttach() segfaults)
35 …omething wrong with your system - please check that ORACLE_HOME and %s are set and point to the ri…
H A Dconn_attr_3.phpt65 Value of ACTION has been set successfully
72 Value of MODULE has been set successfully
79 Value of CLIENT_INFO has been set successfully
80 Value of CLIENT_IDENTIFIER has been set successfully
H A Dconnect_without_oracle_home_11.phpt2 oci_connect() without ORACLE_HOME set (OCIServerAttach() segfaults)
35 …omething wrong with your system - please check that ORACLE_HOME and %s are set and point to the ri…
H A Dconnect_without_oracle_home_old_11.phpt2 ocilogon() without ORACLE_HOME set (OCIServerAttach() segfaults)
35 …omething wrong with your system - please check that ORACLE_HOME and %s are set and point to the ri…
H A Dconn_attr_2.phpt77 Value of MODULE has been set successfully
78 Value of ACTION has been set successfully
79 Value of CLIENT_INFO has been set successfully
80 Value of CLIENT_IDENTIFIER has been set successfully
H A Ddrcp_functions.inc32 $update_stmt ="Update drcptest set dept ='NEWDEPT' where id = 105";
35 echo "Update done-- DEPT value has been set to NEWDEPT\n";
65 echo " Package variable value set to " .$num."\n";
/PHP-5.5/ext/reflection/tests/
H A D002.phpt57 Cannot set read-only property ReflectionMethodEx::$class
58 Cannot set read-only property ReflectionMethodEx::$name
/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt22 set php_executable [lindex \$argv 0]
40 set php_executable [lindex \$argv 0]
H A Dcli_process_title_windows.phpt18 // Hence on Windows 8, we don't verify that the title is actually set by
41 echo "Successfully set title\n";
59 // a final php.exe to run the actual test. But the console title is set for the original console.
81 Successfully set title
H A Dcli_process_title_unix.phpt16 echo "Successfully set title\n";
47 Successfully set title
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt18 /* setlocale() to set all available locales in the system and check the success count */
28 * Returns : set of locale as array
58 // try n set each locale using setlocale() and keep track failures, if any
60 //set locale to $value, if success, count increments
H A Dsetlocale_basic3.phpt26 Returns : set of locale as array
52 //set of currency symbol according to above list of locales
78 // dump the name of the new locale set by setlocale()
82 // use localeconv() to get the details of currently set locale
/PHP-5.5/Zend/tests/
H A Dbug40833.phpt15 return $this->data[$name] = new set($this);
24 class set implements ArrayAccess
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_escape_string_gbk.phpt6 die('skip set character set not functional with PHP 6 (fomerly PHP 6 && unicode.semantics=On)');
19 die(sprintf("skip Cannot set charset 'gbk'"));
H A Dmysqli_connect_oo_defaults.phpt40 printf("[002] mysqli.default_socket not properly set?\n");
133 if (!$res = mysqli_query($link, "SELECT 'have been set' AS all_defaults"))
146 if (!$res = mysqli_query($link, "SELECT 'have been set' AS all_defaults"))
174 %unicode|string%(13) "have been set"
178 %unicode|string%(13) "have been set"
H A Dbug49027.phpt14 printf("[001] Cannot set INIT_COMMAND\n");
32 printf("[004] Cannot set INIT_COMMAND\n");
H A Dmysqli_character_set_name_oo.phpt40 printf("[009] Cannot determine current character set and collation\n");
45 …g http://bugs.mysql.com/bug.php?id=7923, collation %s instead of character set returned, expected …
48 …printf("[011] Expecting character set %s/%s, got %s/%s\n", gettype($tmp['charset']), $tmp['charset…
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt5 -set/get params comparison
23 // set/get comparison
/PHP-5.5/tests/classes/
H A Dnew_001.phpt27 …echo "Assigning new object by ref to \$k removes it from \$f's reference set, so \$f is unchanged:…
44 Assigning new object by ref to $k removes it from $f's reference set, so $f is unchanged:
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_basic.phpt22 echo "Regex encoding set to utf-8\n";
24 echo "Could not set regex encoding to utf-8\n";
81 Regex encoding set to utf-8

Completed in 39 milliseconds

12345678910>>...25