Searched refs:keyword (Results 1 – 18 of 18) sorted by relevance
/PHP-5.3/ext/tokenizer/ |
H A D | tokenizer.c | 105 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 D | static_basic_001.phpt | 2 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 D | bug42767.phpt | 6 highlight.keyword = #007700
|
H A D | nowdoc_014.phpt | 6 highlight.keyword = #007700
|
H A D | bug35655.phpt | 6 highlight.keyword = #007700
|
H A D | nowdoc_013.phpt | 6 highlight.keyword = #007700
|
/PHP-5.3/tests/strings/ |
H A D | bug26703.phpt | 6 highlight.keyword=#007700
|
H A D | 004.phpt | 6 highlight.keyword=#007700
|
/PHP-5.3/ext/bcmath/libbcmath/ |
H A D | config.h.in | 3 /* Define to empty if the keyword does not work. */
|
/PHP-5.3/ext/sybase_ct/tests/ |
H A D | test_msghandler_handled.phpt | 59 Warning: sybase_query(): Sybase: Server message: Incorrect syntax near the keyword 'NULL'.
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | highlight_file.phpt | 6 highlight.keyword=#007700
|
/PHP-5.3/ |
H A D | CODING_STANDARDS | 237 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 D | php.ini-development | 59 ; sign, or by using the None keyword: 398 ;highlight.keyword = #007700
|
H A D | php.ini-production | 59 ; sign, or by using the None keyword: 398 ;highlight.keyword = #007700
|
H A D | NEWS | 6782 - Fixed bug #31878 (Segmentation fault using clone keyword on nodes). (Rob)
|
/PHP-5.3/ext/intl/doc/ |
H A D | Tutorial.txt | 112 In short attribute names, <language>_<script>_<region>_<keyword>.
|
/PHP-5.3/Zend/ |
H A D | ZEND_CHANGES | 277 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 D | ChangeLog | 2691 "this" as "item" because it is a C++ keyword.
|
Completed in 55 milliseconds