Home
last modified time | relevance | path

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

123

/PHP-5.5/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-5.5/ext/pcre/pcrelib/
H A DAUTHORS12 All rights reserved
23 All rights reserved.
34 All rights reserved.
43 All rights reserved
H A DLICENCE29 All rights reserved.
40 All rights reserved.
51 All rights reserved.
60 All rights reserved.
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h63 unsigned char reserved; member
70 unsigned char reserved[5]; member
84 unsigned char reserved[3]; member
110 unsigned char reserved[sizeof(fcgi_end_request_rec)]; member
/PHP-5.5/sapi/cgi/
H A Dfastcgi.h80 unsigned char reserved; member
87 unsigned char reserved[5]; member
101 unsigned char reserved[3]; member
/PHP-5.5/Zend/tests/
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
H A Derrmsg_031.phpt12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
/PHP-5.5/Zend/tests/generators/errors/
H A Dgenerator_instantiate_error.phpt10 Catchable fatal error: The "Generator" class is reserved for internal use and cannot be manually in…
/PHP-5.5/ext/reflection/tests/
H A Dbug64007.phpt19 Catchable fatal error: The "Generator" class is reserved for internal use and cannot be manually in…
/PHP-5.5/ext/mbstring/libmbfl/
H A DDISCLAIMER6 Copyright (c) 1998,1999,2000,2001 HappySize, Inc. All rights reserved.
/PHP-5.5/ext/ereg/regex/
H A DCOPYRIGHT1 Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved.
/PHP-5.5/ext/mbstring/oniguruma/
H A DCOPYING6 * All rights reserved.
/PHP-5.5/TSRM/
H A DLICENSE2 All rights reserved.
/PHP-5.5/sapi/fpm/
H A DLICENSE2 All rights reserved.

Completed in 19 milliseconds

123