Home
last modified time | relevance | path

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

12

/PHP-7.3/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.3/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.3/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()
695 static void from_zval_write_sockaddr_aux(const zval *container, in from_zval_write_sockaddr_aux() argument
704 if (Z_TYPE_P(container) != IS_ARRAY) { in from_zval_write_sockaddr_aux()
732 from_zval_write_sockaddr_in(container, (char*)*sockaddr_ptr, ctx); in from_zval_write_sockaddr_aux()
763 from_zval_write_sockaddr_un(container, (char*)*sockaddr_ptr, ctx); in from_zval_write_sockaddr_aux()
1135 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1168 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_recv()
1439 void *from_zval_run_conversions(const zval *container, in from_zval_run_conversions() argument
[all …]
/PHP-7.3/ext/standard/tests/serialize/
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_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.3/Zend/
H A Dzend_execute.c1820 SEPARATE_ARRAY(container); in zend_fetch_dimension_address()
1839 container = Z_REFVAL_P(container); in zend_fetch_dimension_address()
1864 retval = Z_OBJ_HT_P(container)->read_dimension(container, dim, type, result); in zend_fetch_dimension_address()
1900 array_init(container); in zend_fetch_dimension_address()
1949 container = Z_REFVAL_P(container); in zend_fetch_dimension_address_read()
2024 retval = Z_OBJ_HT_P(container)->read_dimension(container, dim, type, result); in zend_fetch_dimension_address_read()
2115 return Z_OBJ_HT_P(container)->has_dimension(container, offset, 0); in zend_isset_dim_slow()
2160 return !Z_OBJ_HT_P(container)->has_dimension(container, offset, 1); in zend_isempty_dim_slow()
2200 if (Z_ISREF_P(container)) { in zend_fetch_property_address()
2201 container = Z_REFVAL_P(container); in zend_fetch_property_address()
[all …]
H A Dzend_vm_execute.h4662 container = Z_REFVAL_P(container);
5776 container = Z_REFVAL_P(container);
5819 container = Z_REFVAL_P(container);
6416 container = Z_REFVAL_P(container);
6842 container = Z_REFVAL_P(container);
7758 container = Z_REFVAL_P(container);
7801 container = Z_REFVAL_P(container);
10850 container = Z_REFVAL_P(container);
14199 container = Z_REFVAL_P(container);
14343 container = Z_REFVAL_P(container);
[all …]
H A Dzend_vm_def.h895 container = Z_REFVAL_P(container);
900 container = GET_OP1_UNDEF_CV(container, BP_VAR_RW);
1642 container = Z_REFVAL_P(container);
1789 container = Z_REFVAL_P(container);
1939 container = Z_REFVAL_P(container);
5620 container = Z_REFVAL_P(container);
5626 container = GET_OP1_UNDEF_CV(container, BP_VAR_R);
5667 container = Z_REFVAL_P(container);
6355 container = Z_REFVAL_P(container);
6398 container = Z_REFVAL_P(container);
[all …]
H A Dzend_execute.h313 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type);
H A Dzend_compile.c8647 zval *container, *dim; in zend_eval_const_expr() local
8664 container = zend_ast_get_zval(ast->child[0]); in zend_eval_const_expr()
8667 if (Z_TYPE_P(container) == IS_ARRAY) { in zend_eval_const_expr()
8670 el = zend_hash_index_find(Z_ARR_P(container), Z_LVAL_P(dim)); in zend_eval_const_expr()
8677 el = zend_symtable_find(Z_ARR_P(container), Z_STR_P(dim)); in zend_eval_const_expr()
8686 } else if (Z_TYPE_P(container) == IS_STRING) { in zend_eval_const_expr()
8694 if (offset < 0 || (size_t)offset >= Z_STRLEN_P(container)) { in zend_eval_const_expr()
8697 c = (zend_uchar) Z_STRVAL_P(container)[offset]; in zend_eval_const_expr()
8699 } else if (Z_TYPE_P(container) <= IS_FALSE) { in zend_eval_const_expr()
/PHP-7.3/tests/lang/
H A DforeachLoop.010.phpt8 $container = array(&$a);
16 // of running the 'destructor' on $container.
17 $container = null;
/PHP-7.3/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 Dpassword_old.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-7.3/ext/sqlite3/tests/
H A Dbug66550.phpt17 // Access the sqlite3_stmt object via the php_sqlite3_stmt container
/PHP-7.3/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.3/ext/spl/internal/
H A Dsplobjectstorage.inc18 * This container allows to store objects uniquly without the need to compare
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic1513 0 string nut/multimedia\ container\0 NUT multimedia container
1577 0 string \x06\x0e\x2b\x34\x02\x05\x01\x01\x0d\x01\x02\x01\x01\x02 Material exchange container format
3609 # SeqBox - Sequenced container
5339 0 string \xd9\xd9\xf7 Concise Binary Object Representation (CBOR) container
7007 # Type: Nintendo 3DS "NCCH" container.
11854 # Note: container for TrueType, OpenType font
19588 # Note: similar to Windows CURsor. container for BMP (only DIB part) or PNG
19659 # Note: similar to Windows ICOn. container for BMP ( only DIB part)

Completed in 306 milliseconds

12