Searched refs:tag (Results 1 – 9 of 9) sorted by relevance
/web-php/bin/ |
H A D | news2html | 103 $tag = "<a id=\"PHP_{$parts[0]}_{$parts[1]}\"></a>"; variable 104 if (strpos($log, $tag) === false) { 109 $log = str_replace($tag, "$tag\n\n$contents", $log);
|
/web-php/releases/ |
H A D | feed.php | 71 foreach ($release['tags'] as $tag) { 72 echo ' <php:tag>', htmlspecialchars($tag), "</php:tag>\n";
|
H A D | NEWS_5_4_0_beta2.txt | 833 . Fixed bug #54002 (crash on crafted tag, reported by Luca Carettoni).
|
H A D | NEWS_5_4_0_RC1.txt | 878 . Fixed bug #54002 (crash on crafted tag, reported by Luca Carettoni). 3277 - Fixed bug #45485 (strip_tags and <?XML tag). (Felipe) 4259 - Added a meta tag to phpinfo() output to prevent search engines from indexing 4491 - Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not
|
H A D | NEWS_5_4_0_beta1.txt | 782 . Fixed bug #54002 (crash on crafted tag, reported by Luca Carettoni). 3181 - Fixed bug #45485 (strip_tags and <?XML tag). (Felipe) 4163 - Added a meta tag to phpinfo() output to prevent search engines from indexing 4395 - Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not
|
/web-php/js/ |
H A D | search.js | 23 .map(([id, [name, description, tag]]) => { 27 switch (tag) { 55 tag,
|
/web-php/include/ |
H A D | layout.inc | 69 // Return an <img> tag for a given image file available on the server 104 // Print an <img> tag out for a given file
|
H A D | errors.inc | 131 'short-open-tag' => 'ini.core.php#ini.short-open-tag',
|
/web-php/styles/ |
H A D | theme-base.css | 332 /* use this instead of the obsolete <big> tag */
|
Completed in 54 milliseconds