Searched refs:reserved (Results 1 – 25 of 98) sorted by relevance
1234
8 <root xmlns:reserved="reserved-ns">9 <reserved:child>Hello</reserved:child>13 echo $root->children('reserved-ns')->child;
9 <root xmlns:reserved="reserved-ns">10 <reserved:child>Hello</reserved:child>14 echo $root->children('reserved')->child;
9 <root xmlns:reserved="reserved-ns">10 <child reserved:attribute="Sample" />14 $rsattr = $root->child->attributes('reserved');15 $myattr = $root->child->attributes('reserved-ns');
9 <root xmlns:reserved="reserved-ns" xmlns:special="special-ns">10 <reserved:child>Hello</reserved:child>15 var_dump($root->children('reserved-ns')->child);17 var_dump((string)$root->children('reserved-ns')->child);
9 <root xmlns:reserved="reserved-ns">10 <reserved:child>Hello</reserved:child>
9 <root xmlns:reserved="reserved-ns">10 <child reserved:attribute="Sample" />14 $attr = $root->child->attributes('reserved-ns');
9 <root xmlns:reserved="reserved-ns" xmlns:special="special-ns">10 <child reserved:attribute="Sample" special:attribute="Test" />14 $rsattr = $root->child->attributes('reserved-ns');
9 <root xmlns:reserved="reserved-ns">10 <child reserved:attribute="Sample" />
2 Test that mixed is a reserved class name12 Fatal error: Cannot use 'mixed' as class name as it is reserved in %s on line %d
2 Interface cannot extend static, as it is reserved10 Fatal error: Cannot use 'static' as interface name, as it is reserved in %s on line %d
2 Class cannot use static as a trait, as it is reserved12 Fatal error: Cannot use 'static' as trait name, as it is reserved in %s on line %d
10 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
2 GH-11152: Allow aliasing namespaces containing reserved class names
12 Fatal error: Cannot use 'self' as interface name, as it is reserved in %s on line %d
12 Fatal error: Cannot use 'parent' as interface name, as it is reserved in %s on line %d
12 Fatal error: Cannot use 'self' as class name, as it is reserved in %s on line %d
2 Test to ensure ::class is still reserved in obj scope13 Fatal error: A class constant must not be called 'class'; it is reserved for class name fetching in…
48 ((zend_func_info*)((op_array)->reserved[zend_func_info_rid]))51 zend_func_info** pinfo = (zend_func_info**)&(op_array)->reserved[zend_func_info_rid]; \
14 The "FiberError" class is reserved for internal use and cannot be manually instantiated
9 Fatal error: Cannot use 'int' as class name as it is reserved in %s on line %d
9 Fatal error: Cannot use 'float' as class name as it is reserved in %s on line %d
9 Fatal error: Cannot use 'string' as class name as it is reserved in %s on line %d
9 Fatal error: Cannot use 'bool' as class name as it is reserved in %s on line %d
Completed in 16 milliseconds