Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_execute.c884 switch (Z_TYPE_P(container)) { in zend_fetch_dimension_address()
887 if (type != BP_VAR_UNSET && Z_REFCOUNT_P(container)>1 && !PZVAL_IS_REF(container)) { in zend_fetch_dimension_address()
889 container = *container_ptr; in zend_fetch_dimension_address()
919 zval_dtor(container); in zend_fetch_dimension_address()
920 array_init(container); in zend_fetch_dimension_address()
965 PZVAL_LOCK(container); in zend_fetch_dimension_address()
1086 PZVAL_LOCK(container); in zend_fetch_dimension_address_read()
1152 (Z_TYPE_P(container) == IS_BOOL && Z_LVAL_P(container)==0) || in zend_fetch_property_address()
1153 (Z_TYPE_P(container) == IS_STRING && Z_STRLEN_P(container)==0)))) { in zend_fetch_property_address()
1158 object_init(container); in zend_fetch_property_address()
[all …]
H A Dzend_vm_execute.h9919 zval **container; in ZEND_FETCH_DIM_R_SPEC_VAR_CONST_HANDLER() local
10013 zval **container; in ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_CONST_HANDLER() local
10149 zval **container; in ZEND_FETCH_OBJ_W_SPEC_VAR_CONST_HANDLER() local
11730 zval **container; in ZEND_FETCH_DIM_R_SPEC_VAR_TMP_HANDLER() local
11824 zval **container; in ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_TMP_HANDLER() local
11960 zval **container; in ZEND_FETCH_OBJ_W_SPEC_VAR_TMP_HANDLER() local
13484 zval **container; in ZEND_FETCH_DIM_R_SPEC_VAR_VAR_HANDLER() local
13578 zval **container; in ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_VAR_HANDLER() local
13714 zval **container; in ZEND_FETCH_OBJ_W_SPEC_VAR_VAR_HANDLER() local
14907 zval **container; in ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_UNUSED_HANDLER() local
[all …]
H A Dzend_vm_def.h1058 zval **container; variable
1152 zval **container; variable
1197 SEPARATE_ZVAL_IF_NOT_REF(container);
1237 if (Z_TYPE_P(container) != IS_OBJECT || !Z_OBJ_HT_P(container)->read_property) {
1254 retval = Z_OBJ_HT_P(container)->read_property(container, offset, type TSRMLS_CC);
1288 zval **container; variable
1410 SEPARATE_ZVAL_IF_NOT_REF(container);
3458 switch (Z_TYPE_PP(container)) {
3516 Z_OBJ_HT_P(*container)->unset_dimension(*container, offset TSRMLS_CC);
3554 Z_OBJ_HT_P(*container)->unset_property(*container, offset TSRMLS_CC);
[all …]
/PHP-5.3/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.3/tests/lang/
H A DforeachLoop.010.phpt8 $container = array(&$a);
16 // of running the 'destructor' on $container.
17 $container = null;
/PHP-5.3/Zend/tests/
H A Dbug34518.phpt2 Bug #34518 (Unset doesn't separate container in CV)
H A Dbug41209.phpt21 private $container = array();
/PHP-5.3/ext/spl/internal/
H A Dsplobjectstorage.inc18 * This container allows to store objects uniquly without the need to compare
/PHP-5.3/scripts/dev/
H A Dgenerate-phpt.phar1922 * @return variation test container
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1136 0 string nut/multimedia\ container\0 NUT multimedia container
/PHP-5.3/
H A DNEWS6324 - Fixed bug #34518 (Unset doesn't separate container in CV). (Dmitry)

Completed in 305 milliseconds