Home
last modified time | relevance | path

Searched refs:reserved (Results 1 – 25 of 98) sorted by relevance

1234

/php-src/ext/simplexml/tests/
H A Dprofile04.phpt8 <root xmlns:reserved="reserved-ns">
9 <reserved:child>Hello</reserved:child>
13 echo $root->children('reserved-ns')->child;
H A Dprofile05.phpt9 <root xmlns:reserved="reserved-ns">
10 <reserved:child>Hello</reserved:child>
14 echo $root->children('reserved')->child;
H A Dprofile07.phpt9 <root xmlns:reserved="reserved-ns">
10 <child reserved:attribute="Sample" />
14 $rsattr = $root->child->attributes('reserved');
15 $myattr = $root->child->attributes('reserved-ns');
H A Dprofile11.phpt9 <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);
H A Dprofile09.phpt9 <root xmlns:reserved="reserved-ns">
10 <reserved:child>Hello</reserved:child>
H A Dprofile06.phpt9 <root xmlns:reserved="reserved-ns">
10 <child reserved:attribute="Sample" />
14 $attr = $root->child->attributes('reserved-ns');
H A Dprofile10.phpt9 <root xmlns:reserved="reserved-ns" xmlns:special="special-ns">
10 <child reserved:attribute="Sample" special:attribute="Test" />
14 $rsattr = $root->child->attributes('reserved-ns');
H A Dprofile08.phpt9 <root xmlns:reserved="reserved-ns">
10 <child reserved:attribute="Sample" />
/php-src/Zend/tests/type_declarations/mixed/syntax/
H A Dmixed_class_error.phpt2 Test that mixed is a reserved class name
12 Fatal error: Cannot use 'mixed' as class name as it is reserved in %s on line %d
/php-src/Zend/tests/
H A Dinterface_extends_static.phpt2 Interface cannot extend static, as it is reserved
10 Fatal error: Cannot use 'static' as interface name, as it is reserved in %s on line %d
H A Dclass_uses_static.phpt2 Class cannot use static as a trait, as it is reserved
12 Fatal error: Cannot use 'static' as trait name, as it is reserved in %s on line %d
H A Dspecial_name_error3.phpt10 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_028.phpt12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_029.phpt12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
H A Dgh11152.phpt2 GH-11152: Allow aliasing namespaces containing reserved class names
H A Derrmsg_035.phpt12 Fatal error: Cannot use 'self' as interface name, as it is reserved in %s on line %d
H A Derrmsg_036.phpt12 Fatal error: Cannot use 'parent' as interface name, as it is reserved in %s on line %d
/php-src/Zend/tests/grammar/
H A Dregression_003.phpt2 Test to ensure ::class is still reserved in obj scope
13 Fatal error: A class constant must not be called 'class'; it is reserved for class name fetching in…
/php-src/Zend/Optimizer/
H A Dzend_func_info.h48 ((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]; \
/php-src/Zend/tests/fibers/
H A Dfiber-error-construct.phpt14 The "FiberError" class is reserved for internal use and cannot be manually instantiated
/php-src/Zend/tests/type_declarations/
H A Dscalar_reserved2.phpt9 Fatal error: Cannot use 'int' as class name as it is reserved in %s on line %d
H A Dscalar_reserved3.phpt9 Fatal error: Cannot use 'float' as class name as it is reserved in %s on line %d
H A Dscalar_reserved4.phpt9 Fatal error: Cannot use 'string' as class name as it is reserved in %s on line %d
H A Dscalar_reserved6.phpt9 Fatal error: Cannot use 'bool' as class name as it is reserved in %s on line %d
/php-src/ext/dom/lexbor/lexbor/css/
H A Dat_rule.h34 uintptr_t reserved; member
39 uintptr_t reserved; member

Completed in 19 milliseconds

1234