Searched refs:style (Results 1 – 25 of 137) sorted by relevance
123456
/PHP-5.5/ext/phar/tests/zip/ |
H A D | bug48791.phpt | 14 …style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocumen…
|
H A D | frontcontroller9.phar.phpt | 16 <code><span style="color: #000000"> 17 …pan style="color: #0000BB"><?php </span><span style="color: #007700">function </span>…
|
/PHP-5.5/ext/standard/tests/strings/ |
H A D | show_source_variation2.phpt | 24 string(1987) "<code><span style="color: #000000"> 25 …style="color: #0000BB"><?php<br /></span><span style="color: #007700">echo </span><span st…
|
H A D | show_source_variation1.phpt | 25 <code><span style="color: #000000"> 26 …style="color: #0000BB"><?php<br /></span><span style="color: #007700">echo </span><span st…
|
H A D | show_source_basic.phpt | 24 <code><span style="color: #000000"> 25 …style="color: #0000BB"><?php<br /></span><span style="color: #007700">echo </span><span st…
|
H A D | highlight_file.phpt | 47 <code><span style="color: #000000"> 48 …style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span st… 51 <code><span style="color: #000000"> 52 <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><sp… 55 <code><span style="color: #000000"> 56 …style="color: #0000BB"><?php <br /> </span><span style="color: #007700">class </…
|
/PHP-5.5/sapi/cli/tests/ |
H A D | 014.phpt | 38 string(1478) "<code><span style="color: #000000"> 39 …style="color: #0000BB"><?php<br />$test </span><span style="color: #007700">= </span>…
|
H A D | php_cli_server_013.phpt | 36 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n"; 47 GET /main/style.css HTTP/1.1 58 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n"; 79 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n"; 90 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 98 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style> 99 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w… 106 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
|
/PHP-5.5/sapi/cgi/tests/ |
H A D | 008.phpt | 44 <code><span style="color: #000000"> 45 …style="color: #0000BB"><?php<br />$test </span><span style="color: #007700">= </span>…
|
/PHP-5.5/tests/strings/ |
H A D | 004.phpt | 16 <code><span style="color: #000000"> 17 …style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span st… 19 [<code><span style="color: #000000"> 20 …style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span st…
|
H A D | bug26703.phpt | 14 <code><span style="color: #000000"> 15 …style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span st…
|
/PHP-5.5/Zend/tests/ |
H A D | bug35655.phpt | 21 <code><span style="color: #000000"> 22 …style="color: #0000BB"><?php<br /> $x </span><span style="color: #007700">=&nbs…
|
H A D | nowdoc_013.phpt | 22 <code><span style="color: #000000"> 23 …style="color: #0000BB"><?php<br /> $x </span><span style="color: #007700">=&nbs…
|
H A D | nowdoc_014.phpt | 21 <code><span style="color: #000000"> 22 …style="color: #0000BB"><?php<br /> $x </span><span style="color: #007700">=&nbs…
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gddemo.c | 80 int style[8]; in main() local 89 style[0] = 0; in main() 90 style[1] = 0; in main() 91 style[2] = 0; in main() 92 style[3] = 0; in main() 93 style[4] = 0; in main() 94 style[5] = 0; in main() 95 style[6] = 0; in main() 96 style[7] = 1; in main() 97 gdImageSetStyle (im_out, style, 8); in main()
|
/PHP-5.5/ext/reflection/tests/ |
H A D | ReflectionMethod_constructor_basic.phpt | 12 echo "New-style constructor:\n"; 27 echo "\nOld-style constructor:\n"; 61 echo "\nOld-style constructor:\n"; 78 echo "\nNew-style constructor:\n"; 89 New-style constructor: 92 Inherited new-style constructor 95 Old-style constructor: 98 Inherited old-style constructor: 107 Old-style constructor: 113 New-style constructor: [all …]
|
/PHP-5.5/tests/classes/ |
H A D | inheritance_002.phpt | 47 echo "### PHP 4 style\n"; 50 echo "### PHP 5 style\n"; 53 echo "### Mixed style 1\n"; 56 echo "### Mixed style 2\n"; 60 ### PHP 4 style 63 ### PHP 5 style 66 ### Mixed style 1 69 ### Mixed style 2
|
/PHP-5.5/ext/phar/tests/ |
H A D | frontcontroller3.phpt | 16 <code><span style="color: #000000"> 17 …pan style="color: #0000BB"><?php </span><span style="color: #007700">function </span>…
|
H A D | frontcontroller9.phpt | 16 <code><span style="color: #000000"> 17 …pan style="color: #0000BB"><?php </span><span style="color: #007700">function </span>…
|
H A D | frontcontroller15.phpt | 16 <code><span style="color: #000000"> 17 …pan style="color: #0000BB"><?php </span><span style="color: #007700">function </span>…
|
/PHP-5.5/ext/phar/tests/cache_list/ |
H A D | frontcontroller3.phpt | 17 <code><span style="color: #000000"> 18 …pan style="color: #0000BB"><?php </span><span style="color: #007700">function </span>…
|
H A D | frontcontroller9.phpt | 17 <code><span style="color: #000000"> 18 …pan style="color: #0000BB"><?php </span><span style="color: #007700">function </span>…
|
H A D | frontcontroller15.phpt | 17 <code><span style="color: #000000"> 18 …pan style="color: #0000BB"><?php </span><span style="color: #007700">function </span>…
|
/PHP-5.5/ext/phar/tests/tar/ |
H A D | frontcontroller3.phar.phpt | 16 <code><span style="color: #000000"> 17 …pan style="color: #0000BB"><?php </span><span style="color: #007700">function </span>…
|
H A D | frontcontroller9.phar.phpt | 16 <code><span style="color: #000000"> 17 …pan style="color: #0000BB"><?php </span><span style="color: #007700">function </span>…
|
Completed in 34 milliseconds
123456