Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 749) sorted by relevance

12345678910>>...30

/PHP-7.2/ext/phar/
H A Dgdbhelp11 set $ht = $arg0
12 set $p = $ht.pListHead
15 set $i = $ind
18 set $i = $i - 1
32 set $p = $p->pListNext
37 set $ind = 1
56 set $p = $ht.pListHead
57 set $fpcount = 0
89 set $p = $ht.pListHead
90 set $done = 0
[all …]
/PHP-7.2/
H A D.gdbinit2 set $tsrm_ls = $arg0
42 set $cv_idx = 0
90 set $arg = 0
155 set $ind = 1
305 set $ind = 1
332 set $i = 0
374 set $ind = 0
383 set $ind = 0
392 set $ind = 0
401 set $ind = 0
[all …]
/PHP-7.2/ext/intl/tests/
H A Dlocale_set_default.phpt99 root: set locale 'root'
101 Hindi: set locale 'Hindi'
102 de: set locale 'de'
103 fr: set locale 'fr'
104 ja: set locale 'ja'
106 zh-Hant: set locale 'zh-Hant'
117 de-DE: set locale 'de-DE'
118 en-US: set locale 'en-US'
119 es-419: set locale 'es-419'
122 zh-min: set locale 'zh-min'
[all …]
H A Dcalendar_set_error.phpt2 IntlCalendar::set(): bad arguments
15 var_dump($c->set(1));
16 var_dump($c->set(1, 2, 3, 4));
17 var_dump($c->set(1, 2, 3, 4, 5, 6, 7));
18 var_dump($c->set(-1, 2));
23 Warning: IntlCalendar::set() expects at least 2 parameters, 1 given in %s on line %d
25 Warning: IntlCalendar::set(): intlcal_set: bad arguments in %s on line %d
28 Warning: IntlCalendar::set(): intlcal_set: bad arguments in %s on line %d
31 Warning: IntlCalendar::set(): intlcal_set: too many arguments in %s on line %d
34 Warning: IntlCalendar::set(): intlcal_set: invalid field in %s on line %d
H A Dcalendar_get_setSkippedWallTimeOption_basic.phpt19 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
20 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
29 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
30 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
39 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
40 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
H A Dcalendar_set_variation1.phpt2 IntlCalendar::set() argument variations
16 var_dump($intlcal->set(2012, 1, 29));
21 var_dump($intlcal->set(2012, 1, 29, 23, 58));
25 var_dump($intlcal->set(2012, 1, 29, 23, 58, 31));
/PHP-7.2/appveyor/
H A Dtest_task.bat3 set NO_INTERACTION=1
4 set REPORT_EXIT_STATUS=1
5 set SKIP_IO_CAPTURE_TESTS=1
9 set STABILITY=stable
11 set BRANCH=master
12 set STABILITY=staging
23 set MYSQL_TEST_USER=root
25 set MYSQL_TEST_PORT=3306
35 set PGUSER=postgres
51 rem set OPENSSL_CONF=
[all …]
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h57 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) *methods);
63 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn) *methods);
69 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data) *methods);
75 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res) *methods);
81 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_unbuffered) *methods);
87 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_buffered) *methods);
93 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_stmt) * methods);
111 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_vio) * methods);
117 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_error_info) * methods);
123 void (*set)(func_mysqlnd__command_factory factory); member
[all …]
H A Dmysqlnd_result.c245 mnd_pefree(set->initialized, set->persistent); in MYSQLND_METHOD()
277 mnd_pefree(set->lengths, set->persistent); in MYSQLND_METHOD()
293 mnd_pefree(set, set->persistent); in MYSQLND_METHOD()
625 set->data_cursor == set->data || in MYSQLND_METHOD()
650 if (set->current_row > set->row_count || set->current_row == 0) { in MYSQLND_METHOD()
1090 if (set->data_cursor && (set->data_cursor - set->data) < (set->row_count * field_count)) { in MYSQLND_METHOD()
1177 if (set->current_row < set->row_count) { in MYSQLND_METHOD()
1255 if (set->current_row == set->row_count) { in MYSQLND_METHOD()
1256 set->current_row = set->row_count + 1; in MYSQLND_METHOD()
1472 set->data_cursor = set->data; in MYSQLND_METHOD()
[all …]
/PHP-7.2/Zend/
H A Dzend_bitset.h104 memset(set, 0, len * ZEND_BITSET_ELM_SIZE);
111 if (set[i]) {
120 memset(set, 0xff, len * ZEND_BITSET_ELM_SIZE);
195 if (set[i]) {
208 if (set[i]) {
210 zend_ulong x = set[i];
221 #define ZEND_BITSET_FOREACH(set, len, bit) do { \ argument
222 zend_bitset _set = (set); \
232 zend_bitset _set = (set); \
249 int i = zend_bitset_first(set, len);
[all …]
/PHP-7.2/ext/standard/tests/file/
H A Dfgets_variation4-win32.phpt49 var_dump( feof($file_handle) ); // enusre if eof set
56 var_dump( feof($file_handle) ); // enusre if eof set
79 -- fgets() with location set by fseek() with length = 20 --
92 -- fgets() with location set by fseek() with length = 20 --
106 -- fgets() with location set by fseek() with length = 20 --
120 -- fgets() with location set by fseek() with length = 20 --
135 -- fgets() with location set by fseek() with length = 20 --
148 -- fgets() with location set by fseek() with length = 20 --
162 -- fgets() with location set by fseek() with length = 20 --
176 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfgets_variation4.phpt49 var_dump( feof($file_handle) ); // enusre if eof set
56 var_dump( feof($file_handle) ); // enusre if eof set
79 -- fgets() with location set by fseek() with length = 20 --
92 -- fgets() with location set by fseek() with length = 20 --
106 -- fgets() with location set by fseek() with length = 20 --
120 -- fgets() with location set by fseek() with length = 20 --
135 -- fgets() with location set by fseek() with length = 20 --
148 -- fgets() with location set by fseek() with length = 20 --
162 -- fgets() with location set by fseek() with length = 20 --
176 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfgets_variation4-win32-mb.phpt49 var_dump( feof($file_handle) ); // enusre if eof set
56 var_dump( feof($file_handle) ); // enusre if eof set
79 -- fgets() with location set by fseek() with length = 20 --
92 -- fgets() with location set by fseek() with length = 20 --
106 -- fgets() with location set by fseek() with length = 20 --
120 -- fgets() with location set by fseek() with length = 20 --
135 -- fgets() with location set by fseek() with length = 20 --
148 -- fgets() with location set by fseek() with length = 20 --
162 -- fgets() with location set by fseek() with length = 20 --
176 -- fgets() with location set by fseek() with length = 20 --
[all …]
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_dfg.h35 #define DFG_BITSET(set, set_size, block_num) \ argument
36 ((set) + ((block_num) * (set_size)))
38 #define DFG_SET(set, set_size, block_num, var_num) \ argument
39 zend_bitset_incl(DFG_BITSET(set, set_size, block_num), (var_num))
41 #define DFG_ISSET(set, set_size, block_num, var_num) \ argument
42 zend_bitset_in(DFG_BITSET(set, set_size, block_num), (var_num))
/PHP-7.2/ext/imap/tests/
H A Dimap_close_variation2.phpt99 echo "CL_EXPUNGE was set\n";
125 CL_EXPUNGE was not set, 3 msgs in mailbox
134 CL_EXPUNGE was set
158 CL_EXPUNGE was not set, 3 msgs in mailbox
162 CL_EXPUNGE was not set, 3 msgs in mailbox
166 CL_EXPUNGE was not set, 3 msgs in mailbox
170 CL_EXPUNGE was not set, 3 msgs in mailbox
179 CL_EXPUNGE was not set, 3 msgs in mailbox
210 CL_EXPUNGE was set
214 CL_EXPUNGE was set
[all …]
H A Dimap_close_variation4.phpt25 $stream_id = setup_test_mailbox('', 3, $mailbox); // set up temp mailbox with 3 messages
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
42 // if imap_close was successful test whether CL_EXPUNGE was set by doing a message count
46 echo "CL_EXPUNGE was not set, $num_msg msgs in mailbox\n";
48 echo "CL_EXPUNGE was set\n";
50 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
73 CL_EXPUNGE was not set, 3 msgs in mailbox
77 CL_EXPUNGE was set
/PHP-7.2/Zend/tests/
H A Dbug60362.phpt8 echo "sub-key 'non_existent' is set: ";
11 echo "sub-key 'non_existent' is not set.\n";
14 echo "sub-key 1 is set: ";
17 echo "sub-key 1 is not set.\n";
22 echo "sub-key 'sub_sub' is set: ";
28 echo "sub-sub-key 0 is set: ";
31 echo "sub-sub-key 0 is not set.\n";
63 sub-key 'non_existent' is not set.
64 sub-key 1 is set: string(1) "o"
66 sub-sub-key 'sub_sub' is not set.
[all …]
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_atomic.h42 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
47 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
68 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
73 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
111 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
113 return (atomic_cas_64(lock, old, set)==old); in atomic_cmp_set()
128 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
130 return (atomic_cas_32(lock, old, set)==old); in atomic_cmp_set()
/PHP-7.2/ext/dom/tests/
H A Dbug54601.phpt9 <!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN" "http://www.docbook.org/xml/5.0/dtd/docbo…
13 <set>&foo;&bar;</set>
28 <set><foo>footext</foo><bar>bartext</bar></set>
/PHP-7.2/ext/oci8/tests/
H A Dconn_attr_1.phpt73 Value of MODULE has been set successfully
75 Value of ACTION has been set successfully
77 Value of CLIENT_INFO has been set successfully
79 Value of CLIENT_IDENTIFIER has been set successfully
82 Value of MODULE has been set successfully
84 Value of ACTION has been set successfully
86 Value of CLIENT_INFO has been set successfully
88 Value of CLIENT_IDENTIFIER has been set successfully
91 Value of MODULE has been set successfully
93 Value of ACTION has been set successfully
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dconvert_cyr_string_error.phpt7 * Description: Convert from one Cyrillic character set to another
21 echo "\n-- Testing convert_cyr_string() function with no 'to' character set --\n";
27 echo "\n-- Testing convert_cyr_string() function with invalid 'from' character set --\n";
30 echo "\n-- Testing convert_cyr_string() function with invalid 'to' character set --\n";
33 echo "\n-- Testing convert_cyr_string() function with invalid 'from' and 'to' character set --\n";
46 -- Testing convert_cyr_string() function with no 'to' character set --
56 -- Testing convert_cyr_string() function with invalid 'from' character set --
61 -- Testing convert_cyr_string() function with invalid 'to' character set --
66 -- Testing convert_cyr_string() function with invalid 'from' and 'to' character set --
/PHP-7.2/sapi/phpdbg/
H A D.gdbinit4 set $tsrm_ls = ts_resource_ex(0, 0)
6 set $phpdbg = ((zend_phpdbg_globals*) (*((void ***) $tsrm_ls))[phpdbg_globals_id-1])
8 set $phpdbg = phpdbg_globals
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_options_openbasedir.phpt18 printf("[002] Can not set MYSQLI_OPT_LOCAL_INFILE although open_basedir is set!\n");
22 printf("[002] Can set MYSQLI_OPT_LOCAL_INFILE although open_basedir is set!\n");
/PHP-7.2/ext/curl/tests/
H A Dbug46739.phpt16 echo (array_key_exists('content_type', $info)) ? "set" : "not set";
19 set
H A Dcurl_setopt_basic004.phpt15 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1\n";
28 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0\n";
42 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1
44 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0

Completed in 59 milliseconds

12345678910>>...30