Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.3/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.3/
H A D.gdbinit23 set $i = 0
33 set $i = $i + 1
38 set $t = $arg0
59 set $ind = 1
107 set $type = 0
210 set $ind = 1
250 set $ind = 1
261 set $ind = 1
272 set $ind = 1
308 set $ind = 1
[all …]
/PHP-5.3/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.3/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.3/ext/standard/tests/general_functions/
H A Dset_magic_quotes_runtime_variation1.phpt14 echo "magic quotes runtime set in INI file: ".$g."\n";
89 magic quotes runtime set in INI file: 0
94 New value of magic_quotes_runtime after last set is 0
99 New value of magic_quotes_runtime after last set is 1
104 New value of magic_quotes_runtime after last set is 1
109 New value of magic_quotes_runtime after last set is 1
114 New value of magic_quotes_runtime after last set is 0
119 New value of magic_quotes_runtime after last set is 1
124 New value of magic_quotes_runtime after last set is 1
129 New value of magic_quotes_runtime after last set is 1
[all …]
H A Dputenv_error1.phpt2 putenv() - usage in safe mode with safe_mode_allowed_env_vars set
12 $set = putenv('TESTING_FOO=bar');
13 print ($set ? 'it worked' : 'boo') . "\n";
14 $set = putenv('TESTING_BAR=baz');
15 print ($set ? 'it worked' : 'boo') . "\n";
21 Warning: putenv(): Safe Mode warning: Cannot set environment variable 'FOO' - it's not in the allow…
23 Warning: putenv(): Safe Mode warning: Cannot set environment variable 'BAZ' - it's not in the allow…
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";
29 echo "\n-- magic quotes runtime after set: " . $g . " --\n";
36 -- magic quotes runtime set in INI file: 0--
43 -- magic quotes runtime after set: 1 --
50 -- magic quotes runtime after set: 0 --
57 -- magic quotes runtime after set: 1 --
H A Dget_magic_quotes_runtime.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";
29 echo "\n-- magic quotes runtime after set: " . $g . " --\n";
40 -- magic quotes runtime set in INI file: 0 --
47 -- magic quotes runtime after set: 1 --
54 -- magic quotes runtime after set: 0 --
61 -- magic quotes runtime after set: 1 --
H A Dget_magic_quotes_gpc.phpt14 echo "\n-- magic quotes gpc set in INI file: " . $g . " --\n";
19 echo "\n-- magic quotes gpc after set: " . $g . " --\n";
24 echo "\n-- magic quotes gpc after set: " . $g . " --\n";
35 -- magic quotes gpc set in INI file: 0 --
40 -- magic quotes gpc after set: 0 --
45 -- magic quotes gpc after set: 0 --
/PHP-5.3/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.3/ext/mysqlnd/
H A Dmysqlnd_result.c201 if (set->data) { in MYSQLND_METHOD()
235 mnd_pefree(set->data, set->persistent); in MYSQLND_METHOD()
240 mnd_pefree(set->row_buffers, set->persistent); in MYSQLND_METHOD()
247 mnd_pefree(set, set->persistent); in MYSQLND_METHOD()
599 set->data_cursor == set->data || in mysqlnd_fetch_lengths_buffered()
600 ((set->data_cursor - set->data) > (set->row_count * result->meta->field_count) )) in mysqlnd_fetch_lengths_buffered()
959 (set->data_cursor - set->data) < (set->row_count * result->meta->field_count)) in mysqlnd_fetch_row_buffered_c()
1035 (set->data_cursor - set->data) < (set->row_count * result->meta->field_count)) in mysqlnd_fetch_row_buffered()
1142 if (!set) { in MYSQLND_METHOD()
1251 set->row_buffers = mnd_perealloc(set->row_buffers, in MYSQLND_METHOD()
[all …]
/PHP-5.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/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.3/Zend/tests/
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)

Completed in 65 milliseconds

12345678910>>...24