Home
last modified time | relevance | path

Searched refs:container (Results 1 – 25 of 31) sorted by relevance

12

/PHP-8.0/ext/spl/tests/
H A Dbug74669.phpt8 public $container;
13 $this->container = new ArrayObject();
19 $this->container->append($element);
56 $container = new Container();
57 $container->append('test1');
58 $container->append('test2');
59 $container->valid();
60 $serialized = serialize($container);
61 unset($container);
63 $container = unserialize($serialized);
[all …]
/PHP-8.0/Zend/tests/
H A Ddereference_005.phpt9 private $container = array();
11 $this->container = array(
18 $this->container[$offset] = $value;
21 return isset($this->container[$offset]);
24 unset($this->container[$offset]);
27 return isset($this->container[$offset]) ? $this->container[$offset] : null;
H A Dbug64417.phpt6 private $container = array();
9 $this->container[] = $value;
11 $this->container[$offset] = $value;
15 return isset($this->container[$offset]);
18 unset($this->container[$offset]);
22 if (isset($this->container[$offset])) {
23 $result = &$this->container[$offset];
H A Dbug34518.phpt2 Bug #34518 (Unset doesn't separate container in CV)
H A Dbug41209.phpt21 private $container = array();
/PHP-8.0/ext/sockets/
H A Dconversions.h50 void from_zval_write_in6_pktinfo(const zval *container, char *in6_pktinfo_c, ser_context *ctx);
55 void from_zval_write_ucred(const zval *container, char *ucred_c, ser_context *ctx);
65 void from_zval_write_msghdr_send(const zval *container, char *msghdr_c, ser_context *ctx);
66 void from_zval_write_msghdr_recv(const zval *container, char *msghdr_c, ser_context *ctx);
70 void *from_zval_run_conversions(const zval *container,
H A Dconversions.c239 static void from_zval_write_aggregation(const zval *container, in from_zval_write_aggregation() argument
247 if (Z_TYPE_P(container) != IS_ARRAY) { in from_zval_write_aggregation()
252 if ((elem = zend_hash_str_find(Z_ARRVAL_P(container), in from_zval_write_aggregation()
698 static void from_zval_write_sockaddr_aux(const zval *container, in from_zval_write_sockaddr_aux() argument
710 if (Z_TYPE_P(container) != IS_ARRAY) { in from_zval_write_sockaddr_aux()
738 from_zval_write_sockaddr_in(container, (char*)*sockaddr_ptr, ctx); in from_zval_write_sockaddr_aux()
769 from_zval_write_sockaddr_un(container, (char*)*sockaddr_ptr, ctx); in from_zval_write_sockaddr_aux()
1134 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1167 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_recv()
1450 void *from_zval_run_conversions(const zval *container, in from_zval_run_conversions() argument
[all …]
/PHP-8.0/ext/standard/tests/serialize/
H A Dserialization_arrays_004.phpt20 echo "\n\n--- 1 refs container:\n";
27 echo "\n\n--- 1,2 ref container:\n";
34 echo "\n\n--- 1,2,3 ref container:\n";
44 --- 1 refs container:
95 --- 1,2 ref container:
153 --- 1,2,3 ref container:
H A Dserialization_objects_015.phpt21 echo "\n\n--- a refs container:\n";
29 echo "\n\n--- a eqs container:\n";
37 echo "\n\n--- a,b ref container:\n";
45 echo "\n\n--- a,b eq container:\n";
61 echo "\n\n--- a,b,c eq container:\n";
72 --- a refs container:
116 --- a eqs container:
160 --- a,b ref container:
204 --- a,b eq container:
248 --- a,b,c ref container:
[all …]
H A Dserialization_objects_012.phpt52 $ucontainer->a = "container->a.changed";
70 $ucontainer->b = "container->a.changed";
186 string(20) "container->a.changed"
227 &string(20) "container->a.changed"
229 &string(20) "container->a.changed"
H A Dserialization_arrays_005.phpt62 echo "\n\n--- Nested array references container:\n";
416 --- Nested array references container:
/PHP-8.0/tests/lang/
H A DforeachLoop.010.phpt8 $container = array(&$a);
16 // of running the 'destructor' on $container.
17 $container = null;
/PHP-8.0/Zend/
H A Dzend_vm_execute.h6000 container = Z_REFVAL_P(container); in ZEND_FETCH_DIM_R_SPEC_CONST_CONST_HANDLER()
7092 container = Z_REFVAL_P(container); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CONST_HANDLER()
7128 container = Z_REFVAL_P(container); in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CONST_HANDLER()
8138 container = Z_REFVAL_P(container); in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER()
8293 container = Z_REFVAL_P(container); in ZEND_FETCH_DIM_R_SPEC_CONST_TMPVAR_HANDLER()
9251 container = Z_REFVAL_P(container); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_TMPVAR_HANDLER()
11638 container = Z_REFVAL_P(container); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CV_HANDLER()
15752 container = Z_REFVAL_P(container); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_CONST_HANDLER()
15928 container = Z_REFVAL_P(container); in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER()
15980 container = Z_REFVAL_P(container); in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER()
[all …]
H A Dzend_execute.c2271 SEPARATE_ARRAY(container); in zend_fetch_dimension_address()
2293 container = Z_REFVAL_P(container); in zend_fetch_dimension_address()
2304 array_init(container); in zend_fetch_dimension_address()
2363 array_init(container); in zend_fetch_dimension_address()
2414 container = Z_REFVAL_P(container); in zend_fetch_dimension_address_read()
2614 return Z_OBJ_HT_P(container)->has_dimension(Z_OBJ_P(container), offset, 0); in zend_isset_dim_slow()
2653 return !Z_OBJ_HT_P(container)->has_dimension(Z_OBJ_P(container), offset, 1); in zend_isempty_dim_slow()
2839 if (Z_ISREF_P(container) && Z_TYPE_P(Z_REFVAL_P(container)) == IS_OBJECT) { in zend_fetch_property_address()
2840 container = Z_REFVAL_P(container); in zend_fetch_property_address()
2862 zobj = Z_OBJ_P(container); in zend_fetch_property_address()
[all …]
H A Dzend_vm_def.h1199 container = Z_REFVAL_P(container);
1896 container = Z_REFVAL_P(container);
1920 zval *container; variable
1935 zval *container; variable
2033 container = Z_REFVAL_P(container);
2192 container = Z_REFVAL_P(container);
6451 container = Z_REFVAL_P(container);
6491 container = Z_REFVAL_P(container);
7169 container = Z_REFVAL_P(container);
7205 container = Z_REFVAL_P(container);
[all …]
/PHP-8.0/.github/actions/setup-oracle/
H A Daction.yml1 name: Create Oracle container
/PHP-8.0/.github/actions/setup-mssql/
H A Daction.yml1 name: Create MSSQL container
/PHP-8.0/ext/oci8/tests/
H A Dpassword_new.phpt22 // This test in Oracle 12c needs a non-CDB or the root container
27 die('skip could not identify container type');
H A Ddrcp_cclass1.phpt14 // This test in Oracle 12c needs a non-CDB or the root container
19 die('skip could not identify container type');
H A Ddrcp_privileged.phpt21 // This test in Oracle 12c needs a non-CDB or the root container
26 die('skip could not identify container type');
/PHP-8.0/.github/workflows/
H A Dpush.yml35 - name: Create MSSQL container
37 - name: Create Oracle container
67 container:
H A Dnightly.yml54 - name: Create MSSQL container
56 - name: Create Oracle container
118 container:
242 - name: Create MSSQL container
244 - name: Create Oracle container
399 - name: Create MSSQL container
401 - name: Create Oracle container
/PHP-8.0/ext/sqlite3/tests/
H A Dbug66550.phpt17 // Access the sqlite3_stmt object via the php_sqlite3_stmt container
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1063 zend_object *obj = Z_OBJ_P(container); in zend_jit_fetch_dim_obj_r_helper()
1090 zend_object *obj = Z_OBJ_P(container); in zend_jit_fetch_dim_obj_is_helper()
1513 if (EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { in zend_jit_assign_dim_op_helper()
1514 zend_object *obj = Z_OBJ_P(container); in zend_jit_assign_dim_op_helper()
1633 if (EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { in zend_jit_isset_dim_helper()
1634 return Z_OBJ_HT_P(container)->has_dimension(Z_OBJ_P(container), offset, 0); in zend_jit_isset_dim_helper()
1642 lval += (zend_long)Z_STRLEN_P(container); in zend_jit_isset_dim_helper()
2300 property_name, zend_zval_type_name(container)); in zend_jit_invalid_property_write()
2318 property_name, zend_zval_type_name(container)); in zend_jit_invalid_property_incdec()
2328 property_name, zend_zval_type_name(container)); in zend_jit_invalid_property_assign()
[all …]
/PHP-8.0/sapi/phpdbg/
H A Dxml.md182 - listing breakpoints always in a container element "<breakpoints>"
299 - Each class is enumerated with first a <class>, then an optional <parents> container and the…
300 - The <parents> container contains the <class> elements of the parent of the last <class> …
320 - consists of <line> elements wrapped in a <list> container
321 - <list file=""> is the container element with file being the filename
361 - if there is a class method, the methods are all wrapped in a <printmethods> container
472 - <clean> tags wrapped in a <cleaninfo> container
483 - <clear> tags wrapped in a <clearinfo> container
506 - when using watch list, <watchvariable> elements are wrapped in a <watchlist> container
633 …hit variable="" />: when ever a watched variable is changed, followed by a <watchdata> container

Completed in 235 milliseconds

12