Home
last modified time | relevance | path

Searched refs:keyword (Results 1 – 25 of 30) sorted by relevance

12

/PHP-5.6/ext/tokenizer/
H A Dtokenizer.c107 zval *keyword; in tokenize() local
133 MAKE_STD_ZVAL(keyword); in tokenize()
134 array_init(keyword); in tokenize()
135 add_next_index_long(keyword, token_type); in tokenize()
143 add_next_index_long(keyword, token_line); in tokenize()
144 add_next_index_zval(return_value, keyword); in tokenize()
161 MAKE_STD_ZVAL(keyword); in tokenize()
162 array_init(keyword); in tokenize()
163 add_next_index_long(keyword, T_INLINE_HTML); in tokenize()
165 add_next_index_long(keyword, token_line); in tokenize()
[all …]
/PHP-5.6/tests/lang/
H A Dstatic_basic_001.phpt2 Static keyword - basic tests
40 echo "\nUsing static keyword at global scope\n";
81 Using static keyword at global scope
/PHP-5.6/Zend/tests/
H A Dclass_name_as_scalar_error_005.phpt2 class name as scalar from ::class keyword error using static non class context
H A Dclass_name_as_scalar_error_006.phpt2 class name as scalar from ::class keyword error using parent in non class context
H A Dclass_name_as_scalar_error_001.phpt2 class name as scalar from ::class keyword error using static in class constant
H A Dclass_name_as_scalar_error_002.phpt2 class name as scalar from ::class keyword error using parent in class constant
H A Dclass_name_as_scalar_error_003.phpt2 class name as scalar from ::class keyword error using static in method signature
H A Dclass_name_as_scalar_error_004.phpt2 class name as scalar from ::class keyword error using parent in method signature
H A Dbug42767.phpt6 highlight.keyword = #007700
H A Dclosure_045.phpt2 Closure 045: Closures created in static methods are static, even without the keyword
H A Dnowdoc_014.phpt6 highlight.keyword = #007700
H A Dbug35655.phpt6 highlight.keyword = #007700
H A Dnowdoc_013.phpt6 highlight.keyword = #007700
H A Dbug60573.phpt2 Bug #60573 (type hinting with "self" keyword causes weird errors)
H A Dclass_name_as_scalar.phpt2 class name as scalar from ::class keyword
/PHP-5.6/Zend/tests/traits/
H A Dbug55524.phpt15 …nd a class. Traits can only be composed from other traits with the 'use' keyword. Error in %s on l…
/PHP-5.6/tests/strings/
H A Dbug26703.phpt6 highlight.keyword=#007700
H A D004.phpt6 highlight.keyword=#007700
/PHP-5.6/ext/bcmath/libbcmath/
H A Dconfig.h.in3 /* Define to empty if the keyword does not work. */
/PHP-5.6/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt59 Warning: sybase_query(): Sybase: Server message: Incorrect syntax near the keyword 'NULL'.
/PHP-5.6/ext/standard/tests/strings/
H A Dhighlight_file.phpt6 highlight.keyword=#007700
/PHP-5.6/
H A DCODING_STANDARDS257 The "proto" keyword there is just a helper for the doc/genfuncsummary script
258 which generates a full function summary. Having this keyword in front of the
/PHP-5.6/win32/build/
H A Dconfig.w32445 /* XXX add and implement clang keyword for clang analyzer */
/PHP-5.6/ext/intl/doc/
H A DTutorial.txt112 In short attribute names, <language>_<script>_<region>_<keyword>.
/PHP-5.6/Zend/
H A DZEND_CHANGES277 The Zend Engine 2.0 introduces the "final" keyword to declare
673 The Zend Engine 2.0 introduces the 'static' keyword to declare

Completed in 23 milliseconds

12