Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/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.c245 static void from_zval_write_aggregation(const zval *container, in from_zval_write_aggregation() argument
253 if (Z_TYPE_P(container) != IS_ARRAY) { in from_zval_write_aggregation()
258 if (zend_hash_find(Z_ARRVAL_P(container), in from_zval_write_aggregation()
713 static void from_zval_write_sockaddr_aux(const zval *container, in from_zval_write_sockaddr_aux() argument
722 if (Z_TYPE_P(container) != IS_ARRAY) { in from_zval_write_sockaddr_aux()
750 from_zval_write_sockaddr_in(container, (char*)*sockaddr_ptr, ctx); in from_zval_write_sockaddr_aux()
781 from_zval_write_sockaddr_un(container, (char*)*sockaddr_ptr, ctx); in from_zval_write_sockaddr_aux()
1158 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1192 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_recv()
1479 void *from_zval_run_conversions(const zval *container, in from_zval_run_conversions() argument
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_015.phpt23 echo "\n\n--- a refs container:\n";
31 echo "\n\n--- a eqs container:\n";
39 echo "\n\n--- a,b ref container:\n";
47 echo "\n\n--- a,b eq container:\n";
63 echo "\n\n--- a,b,c eq container:\n";
74 --- a refs container:
118 --- a eqs container:
162 --- a,b ref container:
206 --- a,b eq container:
250 --- a,b,c ref container:
[all …]
H A Dserialization_arrays_004.phpt31 echo "\n\n--- 1 refs container:\n";
38 echo "\n\n--- 1,2 ref container:\n";
45 echo "\n\n--- 1,2,3 ref container:\n";
55 --- 1 refs container:
113 --- 1,2 ref container:
185 --- 1,2,3 ref container:
H A Dserialization_objects_012.phpt63 $ucontainer->a = "container->a.changed";
81 $ucontainer->b = "container->a.changed";
199 string(20) "container->a.changed"
240 &string(20) "container->a.changed"
242 &string(20) "container->a.changed"
H A Dserialization_arrays_005.phpt73 echo "\n\n--- Nested array references container:\n";
427 --- Nested array references container:
/PHP-5.5/Zend/
H A Dzend_execute.c1091 switch (Z_TYPE_P(container)) { in zend_fetch_dimension_address()
1094 if (type != BP_VAR_UNSET && Z_REFCOUNT_P(container)>1 && !PZVAL_IS_REF(container)) { in zend_fetch_dimension_address()
1096 container = *container_ptr; in zend_fetch_dimension_address()
1126 zval_dtor(container); in zend_fetch_dimension_address()
1127 array_init(container); in zend_fetch_dimension_address()
1179 container = *container_ptr; in zend_fetch_dimension_address()
1181 PZVAL_LOCK(container); in zend_fetch_dimension_address()
1254 switch (Z_TYPE_P(container)) { in zend_fetch_dimension_address_read()
1368 (Z_TYPE_P(container) == IS_BOOL && Z_LVAL_P(container)==0) || in zend_fetch_property_address()
1369 (Z_TYPE_P(container) == IS_STRING && Z_STRLEN_P(container)==0)))) { in zend_fetch_property_address()
[all …]
H A Dzend_vm_execute.h3493 zval *container; in ZEND_FETCH_DIM_R_SPEC_CONST_CONST_HANDLER() local
3512 zval *container; in ZEND_FETCH_DIM_TMP_VAR_SPEC_CONST_CONST_HANDLER() local
4509 zval *container; in ZEND_FETCH_DIM_R_SPEC_CONST_TMP_HANDLER() local
5366 zval *container; in ZEND_FETCH_DIM_R_SPEC_CONST_VAR_HANDLER() local
6954 zval *container; in ZEND_FETCH_DIM_R_SPEC_CONST_CV_HANDLER() local
8856 zval *container; in ZEND_FETCH_DIM_R_SPEC_TMP_CONST_HANDLER() local
8875 zval *container; in ZEND_FETCH_DIM_TMP_VAR_SPEC_TMP_CONST_HANDLER() local
9737 zval *container; in ZEND_FETCH_DIM_R_SPEC_TMP_TMP_HANDLER() local
10596 zval *container; in ZEND_FETCH_DIM_R_SPEC_TMP_VAR_HANDLER() local
12039 zval *container; in ZEND_FETCH_DIM_R_SPEC_TMP_CV_HANDLER() local
[all …]
H A Dzend_vm_def.h1177 zval *container; variable
1196 zval **container; variable
1230 zval **container; variable
1252 zval *container; variable
1283 zval *container; variable
1301 zval **container; variable
1342 zval *container; variable
1391 zval **container; variable
1435 zval **container; variable
1465 zval *container; variable
[all …]
/PHP-5.5/tests/lang/
H A DforeachLoop.010.phpt8 $container = array(&$a);
16 // of running the 'destructor' on $container.
17 $container = null;
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_cclass1.phpt11 // This test in Oracle 12c needs a non-CDB or the root container
16 die('skip could not identify container type');
/PHP-5.5/ext/sqlite3/tests/
H A Dbug66550.phpt17 // Access the sqlite3_stmt object via the php_sqlite3_stmt container
/PHP-5.5/ext/spl/internal/
H A Dsplobjectstorage.inc18 * This container allows to store objects uniquly without the need to compare
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1922 * @return variation test container
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1147 0 string nut/multimedia\ container\0 NUT multimedia container
/PHP-5.5/
H A DNEWS9374 - Fixed bug #34518 (Unset doesn't separate container in CV). (Dmitry)

Completed in 280 milliseconds