Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-5.6/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-5.6/
H A D.gdbinit2 set $tsrm_ls = $arg0
36 set $i = 0
46 set $i = $i + 1
51 set $t = $arg0
164 set $ind = 1
315 set $ind = 1
355 set $ind = 1
366 set $ind = 1
377 set $ind = 1
413 set $ind = 1
[all …]
/PHP-5.6/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-5.6/sapi/phpdbg/tests/commands/
H A D0002_set.test2 # name: set
3 # purpose: tests for set commands
15 set color prompt none
16 set color error none
17 set color notice none
18 set prompt promot>
19 set break 0
20 set oplog
21 set oplog test.log
/PHP-5.6/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-5.6/ext/mysqlnd/
H A Dmysqlnd_result.c313 mnd_pefree(set->initialized, set->persistent); in MYSQLND_METHOD()
341 mnd_pefree(set->lengths, set->persistent); in MYSQLND_METHOD()
358 mnd_pefree(set, set->persistent); in MYSQLND_METHOD()
694 set->data_cursor == set->data || in MYSQLND_METHOD()
719 if (set->current_row > set->row_count || set->current_row == 0) { in MYSQLND_METHOD()
1155 (set->data_cursor - set->data) < (set->row_count * field_count)) in MYSQLND_METHOD()
1248 if (set->current_row < set->row_count) { in MYSQLND_METHOD()
1332 if (set->current_row == set->row_count) { in MYSQLND_METHOD()
1333 set->current_row = set->row_count + 1; in MYSQLND_METHOD()
1551 set->data_cursor = set->data; in MYSQLND_METHOD()
[all …]
/PHP-5.6/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-5.6/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-5.6/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-5.6/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-5.6/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-5.6/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-5.6/ext/sybase_ct/tests/
H A Dbug26407.phpt2 Sybase-CT bug #26407 (Result set fetching broken around transactions)
23 -- anything producing a result set here will fail;
34 update #'.$table.' set the_big_answer=42
42 -- do anything, even return a result set
53 -- anything producing a result set here will fail;
70 update #phpt_bug26407 set the_big_answer=42
78 -- do anything, even return a result set
/PHP-5.6/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-5.6/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-5.6/main/
H A Dphp_network.h198 # define PHP_SAFE_FD_SET(fd, set) FD_SET(fd, set) argument
199 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) argument
200 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) argument
203 # define PHP_SAFE_FD_SET(fd, set) do { if (fd < FD_SETSIZE) FD_SET(fd, set); } while(0) argument
204 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) argument
205 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) argument
/PHP-5.6/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-5.6/ext/standard/tests/general_functions/
H A Dset_magic_quotes_runtime_basic.phpt14 echo "\n-- magic quotes runtime set in INI file: " . $g . "--\n";
19 echo "\n-- magic quotes runtime after set: " . $g . " --\n";
24 echo "\n-- magic quotes runtime after set: " . $g . " --\n";
31 -- magic quotes runtime set in INI file: --
38 -- magic quotes runtime after set: --

Completed in 101 milliseconds

12345678910>>...26