Home
last modified time | relevance | path

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

/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c110 zval keyword; in add_token() local
111 array_init(&keyword); in add_token()
112 add_next_index_long(&keyword, token_type); in add_token()
113 add_next_index_stringl(&keyword, (char *) text, leng); in add_token()
114 add_next_index_long(&keyword, lineno); in add_token()
115 add_next_index_zval(return_value, &keyword); in add_token()
/PHP-7.3/tests/lang/
H A Dstatic_basic_001.phpt2 Static keyword - basic tests
40 echo "\nUsing static keyword at global scope\n";
80 Using static keyword at global scope
/PHP-7.3/Zend/tests/varSyntax/
H A DglobalNonSimpleVariableError.phpt2 Global keyword only accepts simple variables
/PHP-7.3/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_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_006.phpt2 class name as scalar from ::class keyword error using parent in non class context
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 Dbug75079.phpt2 Bug #75079: self keyword leads to incorrectly generated TypeError when in closure in trait
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-7.3/tests/strings/
H A Dbug26703.phpt6 highlight.keyword=#007700
H A D004.phpt6 highlight.keyword=#007700
/PHP-7.3/ext/standard/tests/strings/
H A Dhighlight_file.phpt6 highlight.keyword=#007700
/PHP-7.3/
H A DCODING_STANDARDS278 The "proto" keyword there is just a helper for the doc/genfuncsummary script
279 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:
322 ;highlight.keyword = #007700
H A Dphp.ini-production59 ; sign, or by using the None keyword:
322 ;highlight.keyword = #007700
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch662 * Try it as a keyword type prefixed by "u"; match what
670 /* Not found - try it as a special keyword. */
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic2576 # look for first keyword of Panorama database *.pan
2578 # skip keyword with low entropy
7971 # look for first keyword
18604 # look for first keyword of Panorama database *.pan
18608 # old Apple DreamWorld DreamGrafix *.3200 with keyword at end of g3 looking files
26826 # look for first keyword Base
26832 # look for other keyword Title like in putty.cnt
26846 …s an full text search from hlp file, if the user clicks the "Find" tab and enables keyword indexing
27059 # unknown keyword after opening bracket
27083 # keyword without 1st letter which is maybe up-/down-case
H A Dmagic私はガラスを食べられます2576 # look for first keyword of Panorama database *.pan
2578 # skip keyword with low entropy
7971 # look for first keyword
18604 # look for first keyword of Panorama database *.pan
18608 # old Apple DreamWorld DreamGrafix *.3200 with keyword at end of g3 looking files
26826 # look for first keyword Base
26832 # look for other keyword Title like in putty.cnt
26846 …s an full text search from hlp file, if the user clicks the "Find" tab and enables keyword indexing
27059 # unknown keyword after opening bracket
27083 # keyword without 1st letter which is maybe up-/down-case

Completed in 172 milliseconds