Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.0/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.0/
H A D.gdbinit2 set $tsrm_ls = $arg0
40 set $cv_idx = 0
62 set $ex = $arg0
88 set $arg = 0
153 set $ind = 1
312 set $ind = 1
334 set $i = 0
372 set $ind = 0
381 set $ind = 0
399 set $ind = 0
[all …]
/PHP-7.0/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));
24 Warning: IntlCalendar::set() expects at least 2 parameters, 1 given in %s on line %d
26 Warning: IntlCalendar::set(): intlcal_set: bad arguments in %s on line %d
29 Warning: IntlCalendar::set(): intlcal_set: bad arguments in %s on line %d
32 Warning: IntlCalendar::set(): intlcal_set: too many arguments in %s on line %d
35 Warning: IntlCalendar::set(): intlcal_set: invalid field in %s on line %d
H A Dcalendar_get_setSkippedWallTimeOption_basic.phpt20 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
21 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
30 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
31 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
40 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
41 $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.phpt21 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
22 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
30 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
31 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
/PHP-7.0/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.0/Zend/
H A Dzend_bitset.h54 static inline void zend_bitset_incl(zend_bitset set, uint32_t n) in zend_bitset_incl() argument
56 set[ZEND_BITSET_ELM_NUM(n)] |= Z_UL(1) << ZEND_BITSET_BIT_NUM(n); in zend_bitset_incl()
59 static inline void zend_bitset_excl(zend_bitset set, uint32_t n) in zend_bitset_excl() argument
66 memset(set, 0, len * ZEND_BITSET_ELM_SIZE); in zend_bitset_clear()
69 static inline int zend_bitset_empty(zend_bitset set, uint32_t len) in zend_bitset_empty() argument
73 if (set[i]) { in zend_bitset_empty()
82 memset(set, 0xff, len * ZEND_BITSET_ELM_SIZE); in zend_bitset_fill()
145 if (set[i]) { in zend_bitset_first()
147 zend_ulong x = set[i]; in zend_bitset_first()
164 if (set[i]) { in zend_bitset_last()
[all …]
/PHP-7.0/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 …]
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_result.c242 mnd_pefree(set->initialized, set->persistent); in MYSQLND_METHOD()
270 mnd_pefree(set->lengths, set->persistent); in MYSQLND_METHOD()
287 mnd_pefree(set, set->persistent); in MYSQLND_METHOD()
614 set->data_cursor == set->data || in MYSQLND_METHOD()
639 if (set->current_row > set->row_count || set->current_row == 0) { in MYSQLND_METHOD()
1071 (set->data_cursor - set->data) < (set->row_count * field_count)) in MYSQLND_METHOD()
1158 if (set->current_row < set->row_count) { in MYSQLND_METHOD()
1236 if (set->current_row == set->row_count) { in MYSQLND_METHOD()
1237 set->current_row = set->row_count + 1; in MYSQLND_METHOD()
1455 set->data_cursor = set->data; in MYSQLND_METHOD()
[all …]
/PHP-7.0/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.0/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.0/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.0/sapi/fpm/fpm/
H A Dfpm_atomic.h43 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
48 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
69 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
74 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set()
112 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
114 return (atomic_cas_64(lock, old, set)==old); in atomic_cmp_set()
129 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument
131 return (atomic_cas_32(lock, old, set)==old); in atomic_cmp_set()
/PHP-7.0/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.0/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.0/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.0/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.0/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
/PHP-7.0/main/
H A Dphp_network.h214 # define PHP_SAFE_FD_SET(fd, set) FD_SET(fd, set) argument
215 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) argument
216 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) argument
219 # define PHP_SAFE_FD_SET(fd, set) do { if (fd < FD_SETSIZE) FD_SET(fd, set); } while(0) argument
220 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) argument
221 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) argument
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt29 echo "Test set 102\n";
40 echo "Test set -1: (Uses 0)\n";
51 echo "Test set PHP_INT_MAX: (Uses default)\n";
69 Test set 102
72 Test set -1: (Uses 0)
75 Test set PHP_INT_MAX: (Uses default)

Completed in 96 milliseconds

12345678910>>...26