Home
last modified time | relevance | path

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

1234

/PHP-8.0/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-8.0/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-8.0/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 Dbug71695.phpt2 Bug #71695 (Global variables are reserved before execution)
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 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
H A Derrmsg_030.phpt12 Fatal error: Cannot use 'self' as class name, as it is reserved in %s on line %d
/PHP-8.0/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-8.0/ext/opcache/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-8.0/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
H A Dscalar_relative_typehint_disallowed.phpt14 Fatal error: Cannot use 'bar\int' as class name as it is reserved in %s on line %d

Completed in 26 milliseconds

1234