Home
last modified time | relevance | path

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

12345678910>>...36

/php-src/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-src/
H A D.gdbinit2 set $tsrm_ls = $arg0
17 set $eg_ptr = $eg
40 set $cv_idx = 0
88 set $arg = 0
153 set $ind = 1
302 set $ind = 1
330 set $i = 0
382 set $ind = 0
391 set $ind = 0
400 set $ind = 0
[all …]
/php-src/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 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
45 IntlCalendar::set() expects at most 6 arguments, 7 given
47 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
48 IntlCalendar::set() has no variant with exactly 4 parameters
49 IntlCalendar::set(): Argument #1 ($year) must be a valid field
51 Deprecated: Function intlcal_set() is deprecated since 8.4, use IntlCalendar::set(), IntlCalendar::…
[all …]
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));
29 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
34 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
39 Deprecated: Calling IntlCalendar::set() with more than 2 arguments is deprecated, use either IntlCa…
/php-src/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-src/.github/scripts/windows/
H A Dtest_task.bat6 set NO_INTERACTION=1
7 set REPORT_EXIT_STATUS=1
8 set SKIP_IO_CAPTURE_TESTS=1
12 set STABILITY=stable
14 set STABILITY=staging
25 set MYSQL_TEST_USER=root
27 set MYSQL_TEST_PORT=3306
37 set PGUSER=postgres
47 set ODBC_TEST_USER=sa
82 set OPENSSL_CONF=
[all …]
/php-src/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-src/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-src/Zend/
H A Dzend_bitset.h134 return ZEND_BIT_TEST(set, n);
149 memset(set, 0, len * ZEND_BITSET_ELM_SIZE);
156 if (set[i]) {
165 memset(set, 0xff, len * ZEND_BITSET_ELM_SIZE);
240 if (set[i]) {
253 if (set[i]) {
255 zend_ulong x = set[i];
267 zend_bitset _set = (set); \
277 zend_bitset _set = (set); \
294 int i = zend_bitset_first(set, len);
[all …]
/php-src/Zend/tests/asymmetric_visibility/
H A Dast_printing.phpt2 private(set) protected(set) ast printing
12 public private(set) string $bar;
13 public protected(set) string $baz;
24 public private(set) string $bar;
25 public protected(set) string $baz;
/php-src/ext/opcache/jit/ir/
H A Dir_private.h489 #define IR_SPARSE_SET_DENSE(set, n) (set)->data[n] argument
495 set->len = 0; in ir_sparse_set_init()
510 ir_mem_free(set->data - set->size); in ir_sparse_set_free()
540 last = IR_SPARSE_SET_DENSE(set, set->len - 1); in ir_sparse_set_del()
548 set->len--; in ir_sparse_set_del()
554 set->len--; in ir_sparse_set_pop()
555 return IR_SPARSE_SET_DENSE(set, set->len); in ir_sparse_set_pop()
1286 # define IR_REGSET_FIRST(set) ((ir_reg)ir_ntzl(set)) argument
1287 # define ir_REGSET_LAST(set) ((ir_reg)(ir_nlzl(set)(set)^63)) argument
1289 # define IR_REGSET_FIRST(set) ((ir_reg)ir_ntz(set)) argument
[all …]
/php-src/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-src/Zend/tests/property_hooks/
H A Dprivate_override.phpt10 set { echo __METHOD__, "\n"; }
24 set { echo __METHOD__, "\n"; }
28 set { echo __METHOD__, "\n"; }
48 A::$prop2::set
51 A::$prop2::set
54 B::$prop1::set
56 B::$prop2::set
H A Dinvalid_abstract.phpt9 set { echo __METHOD__, "\n"; }
13 set;
15 public abstract $prop3 { get; set; }
23 set { echo __METHOD__, "\n"; }
39 A::$prop1::set
41 B::$prop2::set
H A Dgh15644.phpt2 GH-15644: Asymmetric visibility doesn't work for set hook
7 public private(set) string $prop1 {
8 set => $value;
10 public private(set) string $prop2 {
31 Cannot modify private(set) property C::$prop1 from global scope
32 Cannot modify private(set) property C::$prop2 from global scope
H A Dcache.phpt9 set { echo __METHOD__, "\n"; $this->prop = $value; }
42 Test::$prop::set
44 Test::$prop::set
46 Test::$prop::set
47 Test::$prop::set
54 Test::$prop::set
56 Test::$prop::set
58 Test::$prop::set
59 Test::$prop::set
H A Dset_value_parameter_type_variance_007.phpt2 set $value parameter variance
11 set(X $prop) {}
17 set(Y $prop) {}
23 Fatal error: Declaration of B::$prop::set(Y $prop): void must be compatible with A::$prop::set(X $p…
H A Dindirect_modification.phpt9 set {
40 Test::$byVal::set
41 Test::$byVal::set
42 Test::$byVal::set
43 Test::$byVal::set
45 Test::$byVal::set
/php-src/ext/dom/tests/
H A Dxml_parsing_LIBXML_NO_XXE.phpt13 <!DOCTYPE set [
17 <set>&foo;&xxe;</set>
25 <!DOCTYPE set [
29 <set><foo>bar</foo></set>
/php-src/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 …]
/php-src/Zend/tests/nullsafe_operator/
H A D016.phpt10 function set(&$ref, $value) {
16 set($foo?->bar, 'bar');
32 set(): Argument #1 ($ref) could not be passed by reference
33 set(): Argument #1 ($ref) could not be passed by reference
34 set(): Argument #1 ($ref) could not be passed by reference
35 set(): Argument #1 ($ref) could not be passed by reference
/php-src/ext/reflection/tests/property_hooks/
H A DReflectionProperty_getHooks.phpt8 public $prop2 { get {} set {} }
10 public $prop4 { set {} }
33 ["set"]=>
36 string(11) "$prop2::set"
53 ["set"]=>
56 string(11) "$prop4::set"

Completed in 39 milliseconds

12345678910>>...36