Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/tests/
H A Dbug76285.phpt11 $html = '<div><div><a>test</a></div><div><a>test2</a></div></div>';
19 string(56) "<div><div><a>test</a></div><div><a>test2</a></div></div>"
20 string(57) "<div><div><a>test</a></div><div><a>test2</a></div></div>
H A Dbug65196.phpt15 $div = $dom->createElement('div');
16 $div->appendChild($dom->createElement('span'));
17 $frag2->appendChild($div);
18 $frag2->appendChild($dom->createElement('div'));
19 $frag2->appendChild($dom->createElement('div'));
25 string(46) "<div><span></span></div><div></div><div></div>"
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.phpt19 <div id="test"><span>hi there</span></div>
38 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');
H A Dbug76738.phpt81 $root_div = $doc->createElement('div');
/PHP-7.4/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…
/PHP-7.4/ext/tidy/tests/
H A D028.phpt7 $x = tidy_parse_string("<body><div>Content</div></body>");
13 string(3) "div"
/PHP-7.4/ext/zlib/tests/
H A Dgzgetss.gz
/PHP-7.4/ext/standard/tests/strings/
H A Dbug40704.phpt6 $html = "<div>Bug ' Trigger</div> Missing Text";
H A Dhtml_entity_decode_html5.phpt902 "&div;",
3036 &div; => ÷ c3b7
/PHP-7.4/ext/com_dotnet/tests/
H A Dvariants.phpt52 div: 1
66 div: 12
96 div:
142 div:
212 div:
258 div:
300 div:
362 div:
420 div:
482 div:
[all …]
H A Dvariants_x64.phpt55 div: 1
69 div: 12
99 div:
145 div:
215 div:
261 div:
303 div:
365 div:
423 div:
485 div:
[all …]
/PHP-7.4/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";
/PHP-7.4/ext/spl/tests/
H A Dbug45216.phpt9 file_put_contents($file, 'text 0<div class="tested">text 1</div>');
/PHP-7.4/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/outo…
/PHP-7.4/ext/simplexml/tests/
H A Dfeature55218.phpt19 <p:div>jdslkfjsldk jskdfjsmlkjfkldjkjflskj kljfslkjf sldk</p:div>
/PHP-7.4/
H A DREADME.md1 <div align="center">
8 </div>
/PHP-7.4/ext/phar/tests/
H A Dphpinfo_004.phpt71 </div></body></html>===DONE===
/PHP-7.4/ext/gd/
H A Dgd.c813 ZEND_ARG_INFO(0, div)
4643 double div, offset; in PHP_FUNCTION() local
4647 if (zend_parse_parameters(ZEND_NUM_ARGS(), "radd", &SIM, &hash_matrix, &div, &offset) == FAILURE) { in PHP_FUNCTION()
4678 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt897 div 000F7

Completed in 111 milliseconds