Home
last modified time | relevance | path

Searched refs:container (Results 51 – 75 of 99) sorted by relevance

1234

/PHP-8.3/ext/dom/tests/
H A Dfragments_multiple_nodes_DOMParentNode.phpt9 $dom->loadXML('<!DOCTYPE HTML><html><container/></html>');
11 $container = $dom->documentElement->firstElementChild;
16 $container->replaceWith($fragment);
H A DsetAttributeNodeNS_same_uri_different_prefix.phpt13 $doc->appendChild($doc->createElement('container'));
30 <container xmlns:foo="http://php.net/ns1" foo:hello="1"/>
34 <container xmlns:foo="http://php.net/ns1" foo:hello="2"/>
38 <container xmlns:foo="http://php.net/ns1" foo:hello="3"/>
H A Dbug47531_b.phpt10 <container xmlns:foo="some:ns">
33 </container>
44 <container xmlns:foo="some:ns">
67 </container>
H A Dgh12616_3.phpt11 <container>
20 </container>
31 foreach ($xpath->query("/container/child1/namespace::*") as $ns) {
37 foreach ($xpath->query("/container/child1/foo/namespace::*") as $ns) {
43 foreach ($xpath->query("/container/child2/namespace::*") as $ns) {
50 <container>
59 </container>
H A DgetElementsByTagName_liveness_deallocated_document.phpt11 <container>
13 </container>
H A Dbug47847.phpt12 <ns:container xmlns:ns="http://php.net">
16 </ns:container>
H A Dbug47530.phpt69 …$dom2->loadXML('<?xml version="1.0"?><container xmlns:test="https://php.net/test" xmlns="https://p…
94container xmlns:default="http://php.net/default"><a xmlns:foo="http://php.net/bar"/><b xmlns:foo="…
136 <container xmlns:test="https://php.net/test" xmlns="https://php.net/example"><feed xmlns="http://ww…
142 </feed></container>
152container xmlns:default="http://php.net/default"><a xmlns:foo="http://php.net/bar"><b xmlns:foo="h…
H A DDOMDocument_adoptNode.phpt77 $doc4->appendChild($doc4->createElement('container'));
104 $doc2->appendChild($doc2->createElement('container'));
152 <container align="center"/>
172 <container><child/></container>
/PHP-8.3/ext/simplexml/tests/
H A Dgh12169.phpt10 <container>
12 </container>
H A Dgh12167.phpt10 <container>
12 </container>
H A DSimpleXMLElement_asXML_fragment_filename.phpt10 <container>
14 </container>
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dentity_reference.phpt8 $entityRef = $doc->appendChild($doc->createElementNS('some:ns', 'container'))
34 <container xmlns="some:ns">&nbsp;</container>
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh12723-A.phpt9 $container = '';
13 var_dump($container[$dimension]);
H A Dgh12723-B.phpt9 $container = new stdClass();
12 $container[new stdClass()] .= 'append';
/PHP-8.3/ext/dom/tests/createAttributeNS_prefix_conflicts/
H A DsetAttribute_mixed_prefix.phpt9 $doc->appendChild($doc->createElement('container'));
20 <container xmlns:foo="http://php.net/ns1" foo:hello=""/>
/PHP-8.3/tests/lang/
H A DforeachLoop.010.phpt8 $container = array(&$a);
16 // of running the 'destructor' on $container.
17 $container = null;
/PHP-8.3/ext/xml/tests/
H A Dgh15868.phpt15 xml_parse_into_struct($parser, "<container/>", $values, $tags);
28 xml_parse_into_struct($parser, "<container/>", $values, $tags);
/PHP-8.3/ext/standard/tests/serialize/
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"
/PHP-8.3/Zend/
H A Dzend_vm_execute.h6329 container = Z_REFVAL_P(container); in ZEND_FETCH_DIM_R_SPEC_CONST_CONST_HANDLER()
7490 container = Z_REFVAL_P(container); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CONST_HANDLER()
7526 container = Z_REFVAL_P(container); in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CONST_HANDLER()
8691 container = Z_REFVAL_P(container); in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER()
8849 container = Z_REFVAL_P(container); in ZEND_FETCH_DIM_R_SPEC_CONST_TMPVAR_HANDLER()
9821 container = Z_REFVAL_P(container); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_TMPVAR_HANDLER()
12207 container = Z_REFVAL_P(container); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CV_HANDLER()
16328 container = Z_REFVAL_P(container); in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_CONST_HANDLER()
16507 container = Z_REFVAL_P(container); in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER()
16562 container = Z_REFVAL_P(container); in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER()
[all …]
H A Dzend_execute.c2583 SEPARATE_ARRAY(container); in zend_fetch_dimension_address()
2605 container = Z_REFVAL_P(container); in zend_fetch_dimension_address()
2616 array_init(container); in zend_fetch_dimension_address()
2678 ZVAL_ARR(container, ht); in zend_fetch_dimension_address()
2740 container = Z_REFVAL_P(container); in zend_fetch_dimension_address_read()
2941 return Z_OBJ_HT_P(container)->has_dimension(Z_OBJ_P(container), offset, 0); in zend_isset_dim_slow()
2980 return !Z_OBJ_HT_P(container)->has_dimension(Z_OBJ_P(container), offset, 1); in zend_isempty_dim_slow()
3166 if (Z_ISREF_P(container) && Z_TYPE_P(Z_REFVAL_P(container)) == IS_OBJECT) { in zend_fetch_property_address()
3167 container = Z_REFVAL_P(container); in zend_fetch_property_address()
3189 zobj = Z_OBJ_P(container); in zend_fetch_property_address()
[all …]
H A Dzend_vm_def.h1204 container = Z_REFVAL_P(container);
1916 container = Z_REFVAL_P(container);
1940 zval *container; variable
1955 zval *container; variable
2051 container = Z_REFVAL_P(container);
2217 container = Z_REFVAL_P(container);
6637 container = Z_REFVAL_P(container);
6681 container = Z_REFVAL_P(container);
7418 container = Z_REFVAL_P(container);
7454 container = Z_REFVAL_P(container);
[all …]
/PHP-8.3/ext/sockets/
H A Dconversions.c247 static void from_zval_write_aggregation(const zval *container, in from_zval_write_aggregation() argument
255 if (Z_TYPE_P(container) != IS_ARRAY) { in from_zval_write_aggregation()
260 if ((elem = zend_hash_str_find(Z_ARRVAL_P(container), in from_zval_write_aggregation()
706 static void from_zval_write_sockaddr_aux(const zval *container, in from_zval_write_sockaddr_aux() argument
718 if (Z_TYPE_P(container) != IS_ARRAY) { in from_zval_write_sockaddr_aux()
751 from_zval_write_sockaddr_in(container, (char*)*sockaddr_ptr, ctx); in from_zval_write_sockaddr_aux()
782 from_zval_write_sockaddr_un(container, (char*)*sockaddr_ptr, ctx); in from_zval_write_sockaddr_aux()
1150 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send()
1183 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_recv()
1476 void *from_zval_run_conversions(const zval *container, in from_zval_run_conversions() argument
[all …]
/PHP-8.3/Zend/tests/
H A Dbug34518.phpt2 Bug #34518 (Unset doesn't separate container in CV)
/PHP-8.3/.github/actions/setup-mssql/
H A Daction.yml1 name: Create MSSQL container
/PHP-8.3/ext/oci8/tests/
H A Dpassword_new.phpt25 // This test in Oracle 12c needs a non-CDB or the root container
30 die('skip could not identify container type');

Completed in 193 milliseconds

1234