Home
last modified time | relevance | path

Searched refs:td (Results 1 – 25 of 39) sorted by relevance

12

/PHP-7.3/ext/phar/tests/
H A Dphpinfo_004.phpt30 <tr><td class="e">Phar API version </td><td class="v">1.1.1 </td></tr>
32 <tr><td class="e">Tar-based phar archives </td><td class="v">enabled </td></tr>
34 <tr><td class="e">gzip compression </td><td class="v">enabled </td></tr>
35 <tr><td class="e">bzip2 compression </td><td class="v">enabled </td></tr>
44 <tr><td class="e">phar.cache_list</td><td class="v"><i>no value</i></td><td class="v"><i>no value</…
45 <tr><td class="e">phar.readonly</td><td class="v">Off</td><td class="v">Off</td></tr>
46 <tr><td class="e">phar.require_hash</td><td class="v">Off</td><td class="v">Off</td></tr>
52 <tr><td class="e">Phar API version </td><td class="v">1.1.1 </td></tr>
66 <tr><td class="e">phar.cache_list</td><td class="v"><i>no value</i></td><td class="v"><i>no value</…
67 <tr><td class="e">phar.readonly</td><td class="v">On</td><td class="v">Off</td></tr>
[all …]
/PHP-7.3/ext/spl/tests/
H A Dbug66405.phpt7 $td = __DIR__ . '/bug66405';
8 mkdir($td);
9 touch($td . '/file1.txt');
10 touch($td . '/file2.md');
11 mkdir($td . '/testsubdir');
12 touch($td . '/testsubdir/file3.csv');
48 $td = __DIR__ . '/bug66405';
50 unlink($td . '/file2.md');
51 unlink($td . '/file1.txt');
52 rmdir($td . '/testsubdir');
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dbug21453.phpt7 <tr><td>first cell before < first cell after</td></tr>
8 <tr><td>second cell before < second cell after</td></tr>
/PHP-7.3/ext/xsl/tests/
H A Dxsltprocessor_transformToXML.phpt30 <tr><td>
33 </td></tr>
57 <tr><td>Bob</td></tr>
58 <tr><td>Joe</td></tr>
H A Dbug71540.phpt28 <tr><td>
31 </td></tr>
68 <table><tr><td></td></tr></table>
H A Dxsltprocessor_transformToDoc.phpt27 <tr><td>
30 </td></tr>
H A Dxsltprocessor_transformToURI.phpt29 <tr><td>
32 </td></tr>
H A Dxsltprocessor_transformToDoc_wrongparam_001.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToDoc_wrongparam_002.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToDoc_wrongparam_003.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToDoc_wrongparam_004.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToURI_nullparam.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToDoc_nullparam.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToXML_nullparam.phpt30 <tr><td>
33 </td></tr>
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt30 <tr><td>
33 </td></tr>
/PHP-7.3/ext/odbc/tests/
H A Dbug44618.phpt61 <tr><td>1</td><td>10.02</td><td></td></tr></table>
/PHP-7.3/ext/pcre/tests/
H A D006.phpt9 $text = '[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]';
21 string(58) "[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]"
23 string(58) "[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]"
/PHP-7.3/ext/standard/tests/array/
H A Darray_intersect_variation5.phpt45 /*7*/ array('\tHello' => 111, 're\td' => "color",
47 array("\tHello" => 111, "re\td" => "color",
129 ["re\td"]=>
135 ["re\td"]=>
/PHP-7.3/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_basic.phpt21 <aw2:td>An HTML table cell.</aw2:td>

Completed in 39 milliseconds

12