Home
last modified time | relevance | path

Searched refs:set (Results 201 – 225 of 618) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope2.phpt81 Update done-- DEPT value has been set to NEWDEPT
88 Update done-- DEPT value has been set to NEWDEPT
H A Ddrcp_scope1.phpt82 Update done-- DEPT value has been set to NEWDEPT
89 Update done-- DEPT value has been set to NEWDEPT
H A Dconn_attr_4.phpt65 echo "Values set successfully to $val\n";
101 Values set successfully to 1000
106 Values set successfully to
/PHP-5.5/sapi/apache2filter/
H A DREADME63 If you want to debug a part of the PHP startup procedure, set a
65 done. Then you can set a breakpoint on any PHP-related symbol.
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_multi_stmt_nextrowset.phpt48 echo "\nTesting with PDO::MYSQL_ATTR_MULTI_STATEMENTS set to {$value}\n";
92 Testing with PDO::MYSQL_ATTR_MULTI_STATEMENTS set to false
177 Testing with PDO::MYSQL_ATTR_MULTI_STATEMENTS set to true
H A Dpdo_mysql_get_attribute.phpt31 printf("[%03d] Cannot set attribute '%s' to value '%s'\n",
44 printf("[%03d] Attribute '%s' was set to '%s'/%s but getAttribute() reports '%s'/%s\n",
/PHP-5.5/
H A DREADME.TESTING36 you must set the TEST_PHP_EXECUTABLE environment variable to explicitly
40 automatically set for you. "make test" executes "run-tests.php" script with the CLI binary. Some
67 When an argument is given or TESTS environment variable is set, the
104 NOTE: You can set environment variable TEST_PHP_DETAILED to enable
114 and "make test" will set the exit status ("$?") to non-zero, when an
146 REPORT_EXIT_STATUS is set. The result of "make test" may be higher
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2241 option is set.
2398 sons, you can set the PCRE_NO_UTF8_CHECK option. When it is set, the
2561 points to is set to NULL. Otherwise it is set to point to a textual
2769 set (if it were set, the pattern would be anchored),
2802 set (if it were set, the pattern would be anchored),
3546 of offsets has been set.
3594 of course) are set to -1.
4021 the given name that is set. If none are set, PCRE_ERROR_NOSUBSTRING
4679 (b) If PCRE_DOLLAR_ENDONLY is set and PCRE_MULTILINE is not set, the $
5673 PCRE_MULTILINE is set.
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_prepared_statements.phpt26 printf("Error code 2013, 1243 or similar should have been set\n");
H A Dmysqli_multi_query.phpt50 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
88 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
141 printf("[015] Expecting 3 result sets got %d result set[s]\n", $res_num);
H A Dmysqli_no_reconnect.phpt38 printf("[004] Cannot set wait_timeout, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
41 printf("[005] Cannot check if wait_timeout has been set, [%d] %s\n",
93 Warning: mysqli_query(): Error reading result set's header in %d on line %d
/PHP-5.5/ext/session/tests/
H A Dsession_id_basic.phpt12 * Description : Get and/or set the current session id
H A Dsession_save_path_variation2.phpt15 * Description : Get and/or set the current session save path
H A Dsession_module_name_variation4.phpt16 * Description : Get and/or set the current session module
/PHP-5.5/ext/mbstring/tests/
H A Dmb_internal_encoding_basic.phpt26 var_dump(mb_internal_encoding()); //check internal encoding is now set to UTF-8
/PHP-5.5/ext/pdo/tests/
H A Dbug_34687.phpt18 $x = $db->query("UPDATE non_existent_pdo_test_table set foo = 'bar'");
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50698_3.phpt2 …t should handle wsdls with some incompatiable endpoints -- EDGECASE: Large set of endpoints all in…
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_basic_001.phpt21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_011.phpt27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_012.phpt27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_013.phpt27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
/PHP-5.5/ext/iconv/tests/
H A Dtranslit-failure.phpt16 // if at some point internal encoding changes, set correct one
/PHP-5.5/ext/standard/tests/strings/
H A Dstrpbrk_basic.phpt6 * Description: Search a string for any of a set of characters
/PHP-5.5/ext/spl/examples/
H A Dcallbackfilteriterator.inc103 /** @param $mode set new mode, @see mode */
115 /** @param $flags set new flags, @see flags */
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja122 - if http output's Content-Type is text/html, it will set proper charset
213 may be corrupted. In such event, set http_output to 'pass'.
230 - If you set Content-Type header using header() function, that will
232 - Be cautious when you set i18n_http_output, since if any output is
422 If set to pass, no conversion will take place.
423 If set to auto, it will automatically detect the encoding. If
438 This option is only effective as long as i18n.http_input is set to
441 If set to pass, no conversion will take place.
473 This will set the http output encoding. Any output following this
506 pass: no conversion (only if i18n.http_input is set to pass)
[all …]

Completed in 66 milliseconds

12345678910>>...25