Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.4/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.4/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
35 set PGUSER=postgres
44 set ODBC_TEST_USER=sa
62 set OPENSSL_CONF=
[all …]
/PHP-7.4/
H A D.gdbinit2 set $tsrm_ls = $arg0
17 set $eg_ptr = $eg
40 set $cv_idx = 0
88 set $arg = 0
153 set $ind = 1
314 set $ind = 1
341 set $i = 0
384 set $ind = 0
393 set $ind = 0
402 set $ind = 0
[all …]
/PHP-7.4/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.phpt17 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
18 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
27 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
28 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
37 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
38 $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));
H A Dcalendar_get_setRepeatedWallTimeOption_basic.phpt18 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
19 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
27 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
28 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
/PHP-7.4/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)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_command) * methods);
[all …]
H A Dmysqlnd_result.c585 set->data_cursor == set->data || in MYSQLND_METHOD()
610 if (set->current_row > set->row_count || set->current_row == 0) { in MYSQLND_METHOD()
1072 if (set->data_cursor && (set->data_cursor - set->data) < (set->row_count * field_count)) { in MYSQLND_METHOD()
1160 if (set->current_row < set->row_count) { in MYSQLND_METHOD()
1180 if (!ZEND_BIT_TEST(set->initialized, set->current_row)) { in MYSQLND_METHOD()
1181 set->initialized[set->current_row >> 3] |= (1 << (set->current_row & 7)); /* mark initialized */ in MYSQLND_METHOD()
1239 if (set->current_row == set->row_count) { in MYSQLND_METHOD()
1240 set->current_row = set->row_count + 1; in MYSQLND_METHOD()
1468 set->data_cursor = set->data; in MYSQLND_METHOD()
1552 set->data_cursor = set->data + row * result->field_count; in MYSQLND_METHOD()
[all …]
/PHP-7.4/Zend/
H A Dzend_bitset.h87 return ZEND_BIT_TEST(set, n);
102 memset(set, 0, len * ZEND_BITSET_ELM_SIZE);
109 if (set[i]) {
118 memset(set, 0xff, len * ZEND_BITSET_ELM_SIZE);
193 if (set[i]) {
206 if (set[i]) {
208 zend_ulong x = set[i];
220 zend_bitset _set = (set); \
230 zend_bitset _set = (set); \
247 int i = zend_bitset_first(set, len);
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_061.phpt16 echo "set($y)\n";
45 set(2)
47 set(11)
49 set(1e50)
51 set(0)
53 set(0)
55 set(9.2233720368548E+18)
57 set(9.2233720368548E+18)
/PHP-7.4/ext/standard/tests/file/
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 …]
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 …]
/PHP-7.4/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.4/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 …]
H A Doverloaded_prop_assign_op_refs.phpt17 echo "set($name, $value)\n";
32 set(a, 1)
35 set(b, 1)
38 set(c, 1)
/PHP-7.4/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.4/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.4/sapi/fpm/fpm/
H A Dfpm_atomic.h41 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
46 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
67 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
72 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
110 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
112 return (atomic_cas_64(lock, old, set)==old); in atomic_cmp_set()
127 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
129 return (atomic_cas_32(lock, old, set)==old); in atomic_cmp_set()
/PHP-7.4/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.4/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.4/ext/standard/tests/strings/
H A Dconvert_cyr_string_error.phpt7 * Description: Convert from one Cyrillic character set to another
18 echo "\n-- Testing convert_cyr_string() function with invalid 'from' character set --\n";
21 echo "\n-- Testing convert_cyr_string() function with invalid 'to' character set --\n";
24 echo "\n-- Testing convert_cyr_string() function with invalid 'from' and 'to' character set --\n";
32 -- Testing convert_cyr_string() function with invalid 'from' character set --
39 -- Testing convert_cyr_string() function with invalid 'to' character set --
46 -- Testing convert_cyr_string() function with invalid 'from' and 'to' character set --
/PHP-7.4/ext/curl/tests/
H A Dbug46739.phpt17 echo (array_key_exists('content_type', $info)) ? "set" : "not set";
20 set

Completed in 61 milliseconds

12345678910>>...28