Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/dom/tests/
H A Dbug76285.phpt12 $html = '<div><div><a>test</a></div><div><a>test2</a></div></div>';
20 string(56) "<div><div><a>test</a></div><div><a>test2</a></div></div>"
21 string(57) "<div><div><a>test</a></div><div><a>test2</a></div></div>
H A Dbug65196.phpt13 $div = $dom->createElement('div');
14 $div->appendChild($dom->createElement('span'));
15 $frag2->appendChild($div);
16 $frag2->appendChild($dom->createElement('div'));
17 $frag2->appendChild($dom->createElement('div'));
22 string(46) "<div><span></span></div><div></div><div></div>"
H A Dgh11625.phpt11 <div></div><div></div>
20 foreach ($divs as $div) {
21 $mutator($dom, $div, $i);
29 test(function($dom, $div, $i) {
32 $div->replaceWith($fragment);
37 test(function($dom, $div, $i) {
45 test(function($dom, $div, $i) {
47 $div->replaceWith($fragment);
54 <p>Hi 0!</p><div></div>
61 <p>Hi 0!</p><x></x>hello<div></div>
[all …]
H A Dgh11289.phpt12 <div></div>
20 $divs = iterator_to_array($dom->getElementsByTagName('div')->getIterator());
21 foreach ($divs as $div) {
24 $div->replaceWith(...$fragment->childNodes);
H A Dbug77686.phpt9 $doc->loadHTML('<html id="htmlelement"><body id="x">before<div id="y">hello</div>after</body></html…
11 $div = $doc->getElementById('y');
15 $body->removeChild($div);
19 $body->appendChild($div);
H A Dbug47530.phpt37 <div xmlns="http://www.w3.org/1999/xhtml">
39 </div>
57 <div>
61 </div>
82 …<?xml version="1.0"?><div xmlns="https://php.net/default" xmlns:example="https://php.net/example">…
130 <default:div xmlns="http://www.w3.org/1999/xhtml">
132 </default:div>
137 <div>
141 </div>
145 <div xmlns:example="https://php.net/somethingelse"><p xmlns="https://php.net/default" xmlns:example…
[all …]
H A Dbug40836.phpt14 <div xmlns="http://www.w3.org/1999/xhtml">
16 </div>
29 …g/2005/Atom"><updated/><content><div xmlns="http://www.w3.org/1999/xhtml"><p>paragraph2007-02-14T0…
H A Dnode_textcontent.phpt20 <div id="test"><span>hi there</span></div>
39 string(63) "<div id="test">&lt;p&gt;hello world &amp;trade;&lt;/p&gt;</div>"
H A Dbug28721.phpt75 $d = $xml->createElement("div");
186 div:
188 name (value): div ( t3 t4 xxx )
194 parent: name (value): div ( t3 t4 xxx )
199 parent: name (value): div ( t3 t4 xxx )
209 parent: name (value): div ( t3 t4 xxx )
214 parent: name (value): div ( t3 t4 xxx )
220 name (value): div ( t4 t3 xxx )
369 div:
371 name (value): div ( t4 t3 xxx )
[all …]
H A Dbug67949.phpt9 <div>data</div>
15 $nodes = $doc->getElementsByTagName('div');
/PHP-8.1/ext/pcre/tests/
H A Dpreg_replace_callback.phpt13 $input = '<div style="margin-left: 10px">'.$input[1].'</div>';
25 plain <div style="margin-left: 10px"> deep <div style="margin-left: 10px"> [abcd]deeper[/abcd] </di…
H A Dgh11956.phpt7 preg_match( '/<(\w+)[\s\w\-]+ id="S44_i89ew">/', '<br><div id="S44_i89ew">', $matches );
13 string(20) "<div id="S44_i89ew">"
/PHP-8.1/Zend/tests/
H A Dbug69957.phpt2 Bug #69957 (Different ways of handling div/mod by zero)
11 echo "Variable div\n";
30 echo "\nLiteral div\n";
48 echo "\nDouble div\n";
64 Variable div
72 Literal div
80 Double div
/PHP-8.1/ext/tidy/tests/
H A D028.phpt7 $x = tidy_parse_string("<body><div>Content</div></body>");
13 string(3) "div"
/PHP-8.1/ext/com_dotnet/tests/
H A Dvariants.phpt53 div: 1
67 div: 12
97 div:
143 div:
213 div:
259 div:
301 div:
363 div:
421 div:
483 div:
[all …]
H A Dvariants_x64.phpt56 div: 1
70 div: 12
100 div:
146 div:
216 div:
262 div:
304 div:
366 div:
424 div:
486 div:
[all …]
/PHP-8.1/ext/zlib/tests/
H A Dgzgetss.gz
/PHP-8.1/ext/standard/tests/strings/
H A Dbug40704.phpt6 $html = "<div>Bug ' Trigger</div> Missing Text";
/PHP-8.1/ext/bcmath/
H A Dconfig.w327 ADD_SOURCES("ext/bcmath/libbcmath/src", "add.c div.c init.c neg.c \
H A Dconfig.m48 libbcmath/src/add.c libbcmath/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/rais…
/PHP-8.1/ext/simplexml/tests/
H A Dfeature55218.phpt16 <p:div>jdslkfjsldk jskdfjsmlkjfkldjkjflskj kljfslkjf sldk</p:div>
/PHP-8.1/
H A DREADME.md1 <div align="center">
8 </div>
/PHP-8.1/ext/phar/tests/
H A Dphpinfo_004.phpt72 </div></body></html>===DONE===
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua1816 sub = 4, subr = 5, div = 6, divr = 7 } do
1840 sub = 12, min = 13, div = 14, max = 15 } do
/PHP-8.1/ext/gd/
H A Dgd.c3551 double div, offset; in PHP_FUNCTION() local
3555 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oadd", &SIM, gd_image_ce, &hash_matrix, &div, &offset)… in PHP_FUNCTION()
3584 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()

Completed in 181 milliseconds

12