Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.5/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 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.
H A Dpdo_mysql_attr_errmode.phpt54 printf("[007] Driver specific error code not set\n");
56 printf("[008] Driver specific error message not set\n");
70 printf("[011] Driver specific error code not set\n");
72 printf("[012] Driver specific error message not set\n");
89 printf("[015] Driver specific error code not set\n");
91 printf("[016] Driver specific error message not set\n");
127 printf("[023] Driver specific error code not set\n");
129 printf("[024] Driver specific error message not set\n");
/PHP-5.5/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.5/ext/oci8/tests/
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
H A Dconn_attr_5.phpt55 Value of CLIENT_INFO has been set successfully
56 Value of CLIENT_IDENTIFIER has been set successfully
58 Value of ACTION has been set successfully
60 Value of MODULE has been set successfully
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_017.phpt30 curl_setopt($chs[0], CURLOPT_URL, $url); //set the url we want to use
31 curl_setopt($chs[1], CURLOPT_URL, $url); //set the url we want to use
32 curl_setopt($chs[2], CURLOPT_URL, $url); //set the url we want to use
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-5.5/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
H A Dselect.c49 #define SAFE_FD_ISSET(fd, set) (set != NULL && FD_ISSET(fd, set)) in php_select() argument
/PHP-5.5/sapi/litespeed/
H A DREADME45 set.
91 set to a shell command that executes the PHP binary you just built.
92 "Instances" should be set to "1". Add "LSAPI_CHILDREN" environment
97 configuration: set 'suffix' to 'php', 'Handler Type' to 'LiteSpeed
119 be set to match the value of "Max Connections" and >1. Web Server will
127 Usually, there is no need to set value of LSAPI_CHILDREN over 100 in
136 preferred in a shared hosting environment. When set to 1, the internal
147 When LSAPI_AVOID_FORK is set to 0, the default value is 1/3 of
172 When LSAPI_AVOID_FORK is set to 0, the default value is 1/3 of
173 LSAPI_CHIDLREN, When LSAPI_AVOID_FORK is set to 1, the default value
[all …]
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO12 handle for it, set handle and handler table as needed. Note that the
22 new object and get the handle for it, set handle and handler table as
52 in operations like += or ++ (unless get_property_zval_ptr is also set).
63 proxy object and handle it via get and set methods (see below).
66 referencing for your objects, you can set this handler to NULL.
68 get and set handlers are used when engine needs to access the object
81 should set right type, function name and parameter mask for the
133 zend_object_set_t set;
171 with get and set methods.
177 set - sets value for object contents. To be used mainly with
[all …]
/PHP-5.5/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt2 PECL PDO_OCI Bug #11345 (Test invalid character set name)
29 Connection failed: SQLSTATE[HY000]: OCINlsCharSetNameToId: unknown character set name (%s)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_escape_string_sjis.phpt6 die('skip set character set not functional with PHP 6 (fomerly PHP 6 && unicode.semantics=On)');
19 die(sprintf("skip Cannot set charset 'sjis'"));
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS9 PHP wrapper functions can set these error codes when appropriate. For instance,
11 wrapper function should set the global error code to U_ILLEGAL_ARGUMENT_ERROR).
17 message set by the PHP wrapping code, not by ICU. The message should include the
23 The internal PHP code can set the global last error with:
36 should be set
45 The global error and the object error can be SIMULTANEOUSLY set with these
54 Static methods should only set the global error.
79 ICU operates, where functions return immediately if an error is set.
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_rcvtimeo.phpt5 -set/get params comparison
23 //set/get comparison
H A Dsocket_set_option_sndtimeo.phpt5 -set/get params comparison
23 //set/get comparison
H A Dsocket_set_option_error_socket_option.phpt2 Test if socket_set_option() returns 'unable to set socket option' failure for invalid options
33 Warning: socket_set_option(): unable to set socket option [%d]: Permission denied in %s on line %d
/PHP-5.5/ext/date/lib/
H A Dastro.h31 #define timelib_astro_sun_rise_set(ts,lon,lat,hrise,hset,rise,set) \ argument
32 timelib_astro_rise_set_altitude( ts, lon, lat, -35.0/60.0, 1, hrise, hset, rise, set )
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchheader_variation3.phpt15 * Test if FT_UID is set by passing the following as $options argument to imap_fetchheader():
25 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
33 // iterate over each element of $options array to test whether FT_UID is set
H A Dimap_fetchbody_variation4.phpt15 * Test if FT_UID is set by passing the following as $options argument to imap_fetchbody():
24 $stream_id = setup_test_mailbox('', 1); // set up temporary mailbox with one simple message
34 // iterate over each element of $options array to test whether FT_UID is set
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt2 Test setlocale() function : basic functionality - set locale using an array
26 * Returns : set of locale as array
52 //set of locales to be used
66 //set of currency symbol according to above list of locales
98 // set locale to $list_of_locales
105 // use localeconv() to get the details of currently set locale
/PHP-5.5/ext/standard/tests/array/
H A Dcount_variation3.phpt21 echo "\n-- \$mode not set: --\n";
32 -- $mode not set: --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt25 echo "Regex encoding set to utf-8\n";
27 echo "Could not set regex encoding to utf-8\n";
67 Regex encoding set to utf-8
/PHP-5.5/ext/pcre/tests/
H A Dpreg_quote_basic.phpt12 print "\$string_after looks like: $string_after, with metacharacters and / (set as delimiter) escap…
20 $string_after looks like: \/this \*\-has \\ metacharacters\^ in \$, with metacharacters and / (set

Completed in 80 milliseconds

12345678910>>...25