Home
last modified time | relevance | path

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

12345

/PHP-8.4/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" />
H A Dgh17409.phpt10 <root xmlns:reserved="reserved-ns">
11 <child reserved:attribute="Sample" />
/PHP-8.4/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 a class name as it is reserved in %s on line %d
/PHP-8.4/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 a trait name as it is reserved in %s on line %d
H A Derrmsg_029.phpt12 Fatal error: Cannot use "parent" as a class name as it is reserved in %s on line %d
H A Derrmsg_028.phpt12 Fatal error: Cannot use "self" as a 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
H A Dlsb_006.phpt12 Fatal error: Cannot use "static" as class name, as it is reserved in %s on line %d
H A Dlsb_007.phpt12 Fatal error: Cannot use "static" as interface name, as it is reserved in %s on line %d
/PHP-8.4/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.4/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-8.4/ext/filter/
H A Dlogical_filters.c877 *reserved = false; in ipv4_get_status_flags()
882 *reserved = true; in ipv4_get_status_flags()
885 *reserved = true; in ipv4_get_status_flags()
893 *reserved = true; in ipv4_get_status_flags()
896 *reserved = true; in ipv4_get_status_flags()
920 *reserved = true; in ipv4_get_status_flags()
923 *reserved = true; in ipv4_get_status_flags()
935 *reserved = false; in ipv6_get_status_flags()
940 *reserved = true; in ipv6_get_status_flags()
943 *reserved = true; in ipv6_get_status_flags()
[all …]
/PHP-8.4/Zend/tests/fibers/
H A Dfiber-error-construct.phpt14 The "FiberError" class is reserved for internal use and cannot be manually instantiated
/PHP-8.4/Zend/tests/type_declarations/
H A Dscalar_reserved2.phpt9 Fatal error: Cannot use "int" as a class name as it is reserved in %s on line %d

Completed in 37 milliseconds

12345