Home
last modified time | relevance | path

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

/PHP-5.3/ext/tokenizer/
H A Dtokenizer.c105 zval *keyword; in tokenize() local
130 MAKE_STD_ZVAL(keyword); in tokenize()
131 array_init(keyword); in tokenize()
132 add_next_index_long(keyword, token_type); in tokenize()
138 add_next_index_stringl(keyword, Z_STRVAL(token), Z_STRLEN(token), 1); in tokenize()
141 add_next_index_stringl(keyword, (char *)zendtext, zendleng, 1); in tokenize()
143 add_next_index_long(keyword, token_line); in tokenize()
144 add_next_index_zval(return_value, keyword); in tokenize()
/PHP-5.3/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.3/Zend/tests/
H A Dbug42767.phpt6 highlight.keyword = #007700
H A Dnowdoc_014.phpt6 highlight.keyword = #007700
H A Dbug35655.phpt6 highlight.keyword = #007700
H A Dnowdoc_013.phpt6 highlight.keyword = #007700
/PHP-5.3/tests/strings/
H A Dbug26703.phpt6 highlight.keyword=#007700
H A D004.phpt6 highlight.keyword=#007700
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfig.h.in3 /* Define to empty if the keyword does not work. */
/PHP-5.3/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt59 Warning: sybase_query(): Sybase: Server message: Incorrect syntax near the keyword 'NULL'.
/PHP-5.3/ext/standard/tests/strings/
H A Dhighlight_file.phpt6 highlight.keyword=#007700
/PHP-5.3/
H A DCODING_STANDARDS237 The "proto" keyword there is just a helper for the doc/genfuncsummary script
238 which generates a full function summary. Having this keyword in front of the
H A Dphp.ini-development59 ; sign, or by using the None keyword:
398 ;highlight.keyword = #007700
H A Dphp.ini-production59 ; sign, or by using the None keyword:
398 ;highlight.keyword = #007700
H A DNEWS6782 - Fixed bug #31878 (Segmentation fault using clone keyword on nodes). (Rob)
/PHP-5.3/ext/intl/doc/
H A DTutorial.txt112 In short attribute names, <language>_<script>_<region>_<keyword>.
/PHP-5.3/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
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog2691 "this" as "item" because it is a C++ keyword.

Completed in 56 milliseconds