Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.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-5.4/
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.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 …]
/PHP-5.4/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.4/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.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 Dbug30889.phpt14 print "set $name = $value ($name was ".$this->values[$name].")\n";
29 set a = 1 (a was 0)
31 set a = 2 (a was 1)
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_result.c198 if (set->data) { in MYSQLND_METHOD()
235 set->row_count = 0; in MYSQLND_METHOD()
237 mnd_efree(set); in MYSQLND_METHOD()
587 set->data_cursor == set->data || in mysqlnd_fetch_lengths_buffered()
588 ((set->data_cursor - set->data) > (set->row_count * result->meta->field_count) )) in mysqlnd_fetch_lengths_buffered()
944 (set->data_cursor - set->data) < (set->row_count * result->meta->field_count)) in mysqlnd_fetch_row_buffered_c()
1018 (set->data_cursor - set->data) < (set->row_count * result->meta->field_count)) in mysqlnd_fetch_row_buffered()
1121 if (!set) { in MYSQLND_METHOD()
1173 set->row_buffers[set->row_count] = row_packet->row_buffer; in MYSQLND_METHOD()
1175 set->row_count++; in MYSQLND_METHOD()
[all …]
/PHP-5.4/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.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>
H A DDOMDocument_validate_on_parse_variation.phpt22 echo "validateOnParse set to FALSE: \n";
31 echo "validateOnParse set to TRUE: \n";
38 validateOnParse set to FALSE:
40 validateOnParse set to TRUE:
/PHP-5.4/ext/oci8/tests/
H A Dconn_attr_1.phpt71 Value of MODULE has been set successfully
73 Value of ACTION has been set successfully
75 Value of CLIENT_INFO has been set successfully
77 Value of CLIENT_IDENTIFIER has been set successfully
80 Value of MODULE has been set successfully
82 Value of ACTION has been set successfully
84 Value of CLIENT_INFO has been set successfully
86 Value of CLIENT_IDENTIFIER has been set successfully
89 Value of MODULE has been set successfully
91 Value of ACTION has been set successfully
[all …]
H A Dedition_2.phpt163 The value of edition has been successfully set
174 The value of edition has been successfully set
186 The value of edition has been successfully set
190 The value of edition has been successfully set
193 The value of edition has been successfully set
197 The value of edition has been successfully set
207 The value of edition has been successfully set
211 The value of edition has been successfully set
212 The value of edition has been successfully set
218 The value of edition has been successfully set
[all …]
/PHP-5.4/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.4/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.4/main/
H A Dphp_network.h196 # define PHP_SAFE_FD_SET(fd, set) FD_SET(fd, set) argument
197 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) argument
198 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) argument
201 # define PHP_SAFE_FD_SET(fd, set) do { if (fd < FD_SETSIZE) FD_SET(fd, set); } while(0) argument
202 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) argument
203 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) argument
/PHP-5.4/ext/curl/tests/
H A Dbug46739.phpt16 echo (array_key_exists('content_type', $info)) ? "set" : "not set";
19 set
H A Dcurl_setopt_basic004.phpt14 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1\n";
27 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0\n";
41 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1
43 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0
/PHP-5.4/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: --
/PHP-5.4/ext/phar/tests/
H A Dinvalid_setstubalias.phpt2 Phar: invalid set alias or stub via array access
43 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.tar", use setStub
44 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.tar", use setAlias
45 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.zip", use setStub
46 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.zip", use setAlias
/PHP-5.4/ext/spl/tests/
H A Diterator_045.phpt26 echo "set($k,$v)\n";
110 set(0,25)
111 set(1,42)
112 set(3,FooBar)
145 set(0,25)
146 set(1,42)
147 set(3,FooBar)
/PHP-5.4/ext/mysqli/tests/
H A D065.phpt2 set character set
12 die('skip set character set not functional with PHP 6 (fomerly PHP 6 && unicode.semantics=On)');
23 printf("[002] Cannot set SQL-Mode, [%d] %s\n", mysqli_errno($mysql), mysqli_error($mysql));
/PHP-5.4/Zend/
H A Dzend_signal.h95 #define zend_sigprocmask(signo, set, oldset) tsrm_sigmask((signo), (set), (oldset)) argument
97 #define zend_sigprocmask(signo, set, oldset) sigprocmask((signo), (set), (oldset)) argument

Completed in 113 milliseconds

12345678910>>...24