Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-8.1/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-8.1/
H A D.gdbinit2 set $tsrm_ls = $arg0
40 set $cv_idx = 0
88 set $arg = 0
153 set $ind = 1
302 set $ind = 1
329 set $i = 0
372 set $ind = 0
381 set $ind = 0
390 set $ind = 0
399 set $ind = 0
[all …]
/PHP-8.1/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
14 $c->set(1, 2, 3, 4, 5, 6, 7);
20 $c->set(1, 2, 3, 4);
26 var_dump($c->set(-1, 2));
44 IntlCalendar::set() expects at most 6 arguments, 7 given
45 IntlCalendar::set() has no variant with exactly 4 parameters
46 IntlCalendar::set(): Argument #1 ($year) must be a valid field
H A Dcalendar_get_setSkippedWallTimeOption_basic.phpt15 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
16 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
25 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
26 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
35 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
36 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
H A Dcalendar_set_variation1.phpt2 IntlCalendar::set() argument variations
14 var_dump($intlcal->set(2012, 1, 29));
19 var_dump($intlcal->set(2012, 1, 29, 23, 58));
23 var_dump($intlcal->set(2012, 1, 29, 23, 58, 31));
H A Dcalendar_get_setRepeatedWallTimeOption_basic.phpt16 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
17 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
25 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
26 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
/PHP-8.1/.github/scripts/windows/
H A Dtest_task.bat8 set NO_INTERACTION=1
9 set REPORT_EXIT_STATUS=1
10 set SKIP_IO_CAPTURE_TESTS=1
14 set STABILITY=stable
16 set STABILITY=staging
27 set MYSQL_TEST_USER=root
29 set MYSQL_TEST_PORT=3306
39 set PGUSER=postgres
49 set ODBC_TEST_USER=sa
70 set OPENSSL_CONF=
[all …]
H A Dfind-target-branch.bat3 for /f "usebackq tokens=3" %%i in (`findstr PHP_MAJOR_VERSION main\php_version.h`) do set BRANCH=%%i
4 for /f "usebackq tokens=3" %%i in (`findstr PHP_MINOR_VERSION main\php_version.h`) do set BRANCH=%B…
7 set BRANCH=master
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h53 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) *methods);
59 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn) *methods);
65 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data) *methods);
71 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res) *methods);
77 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_unbuffered) *methods);
83 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_buffered) *methods);
89 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_stmt) * methods);
107 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_vio) * methods);
113 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_error_info) * methods);
119 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_command) * methods);
[all …]
/PHP-8.1/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-8.1/ext/standard/tests/file/
H A Dfgets_variation4-win32-mb.phpt44 var_dump( feof($file_handle) ); // ensure if eof set
51 var_dump( feof($file_handle) ); // ensure if eof set
74 -- fgets() with location set by fseek() with length = 20 --
87 -- fgets() with location set by fseek() with length = 20 --
101 -- fgets() with location set by fseek() with length = 20 --
115 -- fgets() with location set by fseek() with length = 20 --
130 -- fgets() with location set by fseek() with length = 20 --
143 -- fgets() with location set by fseek() with length = 20 --
157 -- fgets() with location set by fseek() with length = 20 --
171 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfgets_variation4-win32.phpt44 var_dump( feof($file_handle) ); // ensure if eof set
51 var_dump( feof($file_handle) ); // ensure if eof set
74 -- fgets() with location set by fseek() with length = 20 --
87 -- fgets() with location set by fseek() with length = 20 --
101 -- fgets() with location set by fseek() with length = 20 --
115 -- fgets() with location set by fseek() with length = 20 --
130 -- fgets() with location set by fseek() with length = 20 --
143 -- fgets() with location set by fseek() with length = 20 --
157 -- fgets() with location set by fseek() with length = 20 --
171 -- fgets() with location set by fseek() with length = 20 --
[all …]
H A Dfgets_variation4.phpt44 var_dump( feof($file_handle) ); // ensure if eof set
51 var_dump( feof($file_handle) ); // ensure if eof set
74 -- fgets() with location set by fseek() with length = 20 --
87 -- fgets() with location set by fseek() with length = 20 --
101 -- fgets() with location set by fseek() with length = 20 --
115 -- fgets() with location set by fseek() with length = 20 --
130 -- fgets() with location set by fseek() with length = 20 --
143 -- fgets() with location set by fseek() with length = 20 --
157 -- fgets() with location set by fseek() with length = 20 --
171 -- fgets() with location set by fseek() with length = 20 --
[all …]
/PHP-8.1/Zend/
H A Dzend_bitset.h127 return ZEND_BIT_TEST(set, n);
142 memset(set, 0, len * ZEND_BITSET_ELM_SIZE);
149 if (set[i]) {
158 memset(set, 0xff, len * ZEND_BITSET_ELM_SIZE);
233 if (set[i]) {
246 if (set[i]) {
248 zend_ulong x = set[i];
260 zend_bitset _set = (set); \
270 zend_bitset _set = (set); \
287 int i = zend_bitset_first(set, len);
[all …]
/PHP-8.1/Zend/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-8.1/Zend/tests/nullsafe_operator/
H A D016.phpt10 function set(&$ref, $value) {
16 set($foo?->bar, 'bar');
32 set(): Argument #1 ($ref) cannot be passed by reference
33 set(): Argument #1 ($ref) cannot be passed by reference
34 set(): Argument #1 ($ref) cannot be passed by reference
35 set(): Argument #1 ($ref) cannot be passed by reference
/PHP-8.1/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";
64 sub-key 'non_existent' is not set.
65 sub-key 1 is set: string(1) "o"
67 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-8.1/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>
26 <set><foo>footext</foo><bar>bartext</bar></set>
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_atomic.h37 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
42 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
63 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
68 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
106 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
108 return (atomic_cas_64(lock, old, set)==old); in atomic_cmp_set()
123 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
125 return (atomic_cas_32(lock, old, set)==old); in atomic_cmp_set()
/PHP-8.1/ext/oci8/tests/
H A Dconn_attr_1.phpt76 Value of MODULE has been set successfully
78 Value of ACTION has been set successfully
80 Value of CLIENT_INFO has been set successfully
82 Value of CLIENT_IDENTIFIER has been set successfully
85 Value of MODULE has been set successfully
87 Value of ACTION has been set successfully
89 Value of CLIENT_INFO has been set successfully
91 Value of CLIENT_IDENTIFIER has been set successfully
94 Value of MODULE has been set successfully
96 Value of ACTION has been set successfully
[all …]
/PHP-8.1/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-8.1/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-8.1/ext/imap/tests/
H A Dimap_close_variation4.phpt22 $stream_id = setup_test_mailbox('imapclosevar4', 3, $mailbox); // set up temp mailbox with 3 messag…
40 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
44 // if imap_close was successful test whether CL_EXPUNGE was set by doing a message count
48 echo "CL_EXPUNGE was not set, $num_msg msgs in mailbox\n";
50 echo "CL_EXPUNGE was set\n";
52 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
75 CL_EXPUNGE was not set, 3 msgs in mailbox
79 CL_EXPUNGE was set

Completed in 66 milliseconds

12345678910>>...28