Home
last modified time | relevance | path

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

12

/PHP-7.1/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-7.1/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-7.1/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.c246 static void from_zval_write_aggregation(const zval *container, in from_zval_write_aggregation() argument
254 if (Z_TYPE_P(container) != IS_ARRAY) { in from_zval_write_aggregation()
259 if ((elem = zend_hash_str_find(Z_ARRVAL_P(container), in from_zval_write_aggregation()
693 static void from_zval_write_sockaddr_aux(const zval *container, in from_zval_write_sockaddr_aux() argument
702 if (Z_TYPE_P(container) != IS_ARRAY) { in from_zval_write_sockaddr_aux()
730 from_zval_write_sockaddr_in(container, (char*)*sockaddr_ptr, ctx); in from_zval_write_sockaddr_aux()
761 from_zval_write_sockaddr_un(container, (char*)*sockaddr_ptr, ctx); in from_zval_write_sockaddr_aux()
1137 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1170 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_recv()
1441 void *from_zval_run_conversions(const zval *container, in from_zval_run_conversions() argument
[all …]
/PHP-7.1/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";
197 string(20) "container->a.changed"
238 &string(20) "container->a.changed"
240 &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-7.1/Zend/
H A Dzend_vm_execute.h5003 container = Z_REFVAL_P(container);
5096 container = Z_REFVAL_P(container);
5168 container = Z_REFVAL_P(container);
6173 container = Z_REFVAL_P(container);
6257 container = Z_REFVAL_P(container);
6474 container = Z_REFVAL_P(container);
8940 container = Z_REFVAL_P(container);
9946 container = Z_REFVAL_P(container);
10215 container = Z_REFVAL_P(container);
11871 container = Z_REFVAL_P(container);
[all …]
H A Dzend_execute.c1677 SEPARATE_ARRAY(container); in zend_fetch_dimension_address()
1696 container = Z_REFVAL_P(container); in zend_fetch_dimension_address()
1720 retval = Z_OBJ_HT_P(container)->read_dimension(container, dim, type, result); in zend_fetch_dimension_address()
1756 ZVAL_NEW_ARR(container); in zend_fetch_dimension_address()
1803 container = Z_REFVAL_P(container); in zend_fetch_dimension_address_read()
1879 retval = Z_OBJ_HT_P(container)->read_dimension(container, dim, type, result); in zend_fetch_dimension_address_read()
1936 if (Z_ISREF_P(container)) { in zend_fetch_property_address()
1937 container = Z_REFVAL_P(container); in zend_fetch_property_address()
1946 (Z_TYPE_P(container) == IS_STRING && Z_STRLEN_P(container)==0))) { in zend_fetch_property_address()
1948 object_init(container); in zend_fetch_property_address()
[all …]
H A Dzend_vm_def.h871 container = Z_REFVAL_P(container);
876 container = GET_OP1_UNDEF_CV(container, BP_VAR_RW);
1833 container = Z_REFVAL_P(container);
1980 container = Z_REFVAL_P(container);
2104 container = Z_REFVAL_P(container);
5696 container = Z_REFVAL_P(container);
5702 container = GET_OP1_UNDEF_CV(container, BP_VAR_R);
5742 container = Z_REFVAL_P(container);
6632 container = Z_REFVAL_P(container);
6716 container = Z_REFVAL_P(container);
[all …]
H A Dzend_execute.h302 ZEND_API void zend_fetch_dimension_by_zval(zval *result, zval *container, zval *dim);
303 ZEND_API void zend_fetch_dimension_by_zval_is(zval *result, zval *container, zval *dim, int dim_typ…
H A Dzend_compile.c8214 zval *container, *dim; in zend_eval_const_expr() local
8231 container = zend_ast_get_zval(ast->child[0]); in zend_eval_const_expr()
8234 if (Z_TYPE_P(container) == IS_ARRAY) { in zend_eval_const_expr()
8237 el = zend_hash_index_find(Z_ARR_P(container), Z_LVAL_P(dim)); in zend_eval_const_expr()
8244 el = zend_symtable_find(Z_ARR_P(container), Z_STR_P(dim)); in zend_eval_const_expr()
8253 } else if (Z_TYPE_P(container) == IS_STRING) { in zend_eval_const_expr()
8261 if (offset < 0 || (size_t)offset >= Z_STRLEN_P(container)) { in zend_eval_const_expr()
8264 c = (zend_uchar) Z_STRVAL_P(container)[offset]; in zend_eval_const_expr()
8270 } else if (Z_TYPE_P(container) <= IS_FALSE) { in zend_eval_const_expr()
/PHP-7.1/tests/lang/
H A DforeachLoop.010.phpt8 $container = array(&$a);
16 // of running the 'destructor' on $container.
17 $container = null;
/PHP-7.1/ext/oci8/tests/
H A Dpassword_new.phpt21 // This test in Oracle 12c needs a non-CDB or the root container
26 die('skip could not identify container type');
H A Dpassword_old.phpt21 // This test in Oracle 12c needs a non-CDB or the root container
26 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-7.1/ext/sqlite3/tests/
H A Dbug66550.phpt17 // Access the sqlite3_stmt object via the php_sqlite3_stmt container
/PHP-7.1/sapi/phpdbg/
H A Dxml.md182 - listing breakpoints always in a container element "&lt;breakpoints>"
299 - Each class is enumerated with first a &lt;class>, then an optional &lt;parents> container and the…
300 - The &lt;parents> container contains the &lt;class> elements of the parent of the last &lt;class> …
320 - consists of &lt;line> elements wrapped in a &lt;list> container
321 - &lt;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 &lt;printmethods> container
472 - &lt;clean> tags wrapped in a &lt;cleaninfo> container
483 - &lt;clear> tags wrapped in a &lt;clearinfo> container
506 - when using watch list, &lt;watchvariable> elements are wrapped in a &lt;watchlist> container
633 …hit variable="" />: when ever a watched variable is changed, followed by a &lt;watchdata> container
/PHP-7.1/ext/spl/internal/
H A Dsplobjectstorage.inc18 * This container allows to store objects uniquly without the need to compare
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar1922 * @return variation test container

Completed in 414 milliseconds

12