We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539e31e commit a4daba2Copy full SHA for a4daba2
1 file changed
generate/examples.php
@@ -114,13 +114,13 @@ function get_examples_list($exstr){
114
115
if ($c->childCount > 0) {
116
foreach ($c->childNodes as $s) {
117
- echo $s->hasAttribute("p5");
118
- if ($s->nodeType == 1 && $s->hasAttribute("p5")) {
+ if ($s->nodeType == 1 && $s->hasAttribute('p5')) {
119
$my_cats[$name][$s->getAttribute('file')] = trim($s->firstChild->nodeValue);
120
}
121
122
123
+ echo $my_cats;
124
return $my_cats;
125
126
function removesymbols($str){
0 commit comments