1 | # PHP syntax file |
---|
2 | |
---|
3 | # Authors: |
---|
4 | # Paul Sheer |
---|
5 | # Stephen Perez |
---|
6 | # Max Schedriviy <max@humgat.org>, 2001--2002 |
---|
7 | # Leonard den Ottolander <leonard den ottolander nl>, 2003--2005 |
---|
8 | # Jindrich Novy <jnovy@redhat.com>, 2005 |
---|
9 | # Rafal Kupiec <belliash@asiotec.org>, 2011 |
---|
10 | |
---|
11 | context default |
---|
12 | |
---|
13 | ###################### |
---|
14 | # Control structures |
---|
15 | |
---|
16 | keyword whole abstract brightmagenta |
---|
17 | keyword whole break brightmagenta |
---|
18 | keyword whole case brightmagenta |
---|
19 | keyword whole catch brightmagenta |
---|
20 | keyword whole class brightmagenta |
---|
21 | keyword whole clone brightmagenta |
---|
22 | keyword whole continue brightmagenta |
---|
23 | keyword whole declare brightmagenta |
---|
24 | keyword whole default brightmagenta |
---|
25 | keyword whole define brightmagenta |
---|
26 | keyword whole do brightmagenta |
---|
27 | keyword whole echo brightmagenta |
---|
28 | keyword whole else brightmagenta |
---|
29 | keyword whole elseif brightmagenta |
---|
30 | keyword whole enddeclare brightmagenta |
---|
31 | keyword whole endfor brightmagenta |
---|
32 | keyword whole endforeach brightmagenta |
---|
33 | keyword whole endif brightmagenta |
---|
34 | keyword whole endswitch brightmagenta |
---|
35 | keyword whole endwhile brightmagenta |
---|
36 | keyword whole extends brightmagenta |
---|
37 | keyword whole false brightmagenta |
---|
38 | keyword whole final brightmagenta |
---|
39 | keyword whole for brightmagenta |
---|
40 | keyword whole foreach brightmagenta |
---|
41 | keyword whole function brightmagenta |
---|
42 | keyword whole global brightmagenta |
---|
43 | keyword whole goto brightmagenta |
---|
44 | keyword whole if brightmagenta |
---|
45 | keyword whole implements brightmagenta |
---|
46 | keyword whole include brightmagenta |
---|
47 | keyword whole include_once brightmagenta |
---|
48 | keyword whole instanceof brightmagenta |
---|
49 | keyword whole interface brightmagenta |
---|
50 | keyword whole namespace brightmagenta |
---|
51 | keyword whole new brightmagenta |
---|
52 | keyword whole require brightmagenta |
---|
53 | keyword whole require_once brightmagenta |
---|
54 | keyword whole return brightmagenta |
---|
55 | keyword whole static brightmagenta |
---|
56 | keyword whole switch brightmagenta |
---|
57 | keyword whole throw brightmagenta |
---|
58 | keyword whole true brightmagenta |
---|
59 | keyword whole try brightmagenta |
---|
60 | keyword whole use brightmagenta |
---|
61 | keyword whole while brightmagenta |
---|
62 | |
---|
63 | |
---|
64 | # .NET Functions |
---|
65 | keyword whole dotnet_load yellow |
---|
66 | |
---|
67 | # Apache-specific Functions |
---|
68 | keyword whole apache\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
69 | keyword whole ascii2ebcdic yellow |
---|
70 | keyword whole ebcdic2ascii yellow |
---|
71 | keyword whole getallheaders yellow |
---|
72 | keyword whole virtual yellow |
---|
73 | |
---|
74 | # Alternative PHP Cache |
---|
75 | keyword whole apc\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
76 | |
---|
77 | # Advanced PHP debugger |
---|
78 | keyword whole apd\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
79 | keyword whole override_function yellow |
---|
80 | keyword whole rename_function yellow |
---|
81 | |
---|
82 | # Array Functions |
---|
83 | keyword whole array yellow |
---|
84 | keyword whole array\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
85 | keyword whole arsort yellow |
---|
86 | keyword whole asort yellow |
---|
87 | keyword whole compact yellow |
---|
88 | keyword whole count yellow |
---|
89 | keyword whole current yellow |
---|
90 | keyword whole each yellow |
---|
91 | keyword whole end yellow |
---|
92 | keyword whole extract yellow |
---|
93 | keyword whole in_array yellow |
---|
94 | keyword whole key yellow |
---|
95 | keyword whole krsort yellow |
---|
96 | keyword whole ksort yellow |
---|
97 | keyword whole list yellow |
---|
98 | keyword whole natcasesort yellow |
---|
99 | keyword whole natsort yellow |
---|
100 | keyword whole next yellow |
---|
101 | keyword whole pos yellow |
---|
102 | keyword whole prev yellow |
---|
103 | keyword whole range yellow |
---|
104 | keyword whole reset yellow |
---|
105 | keyword whole rsort yellow |
---|
106 | keyword whole shuffle yellow |
---|
107 | keyword whole sizeof yellow |
---|
108 | keyword whole sort yellow |
---|
109 | keyword whole uasort yellow |
---|
110 | keyword whole uksort yellow |
---|
111 | keyword whole usort yellow |
---|
112 | |
---|
113 | # Array Functions constants |
---|
114 | keyword whole CASE_LOWER white |
---|
115 | keyword whole CASE_UPPER white |
---|
116 | keyword whole COUNT_NORMAL white |
---|
117 | keyword whole COUNT_RECURSIVE white |
---|
118 | keyword whole EXTR\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
119 | keyword whole SORT\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
120 | |
---|
121 | # Aspell functions [deprecated] |
---|
122 | keyword whole aspell\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
123 | |
---|
124 | # BCMath Arbitrary Precision Mathematics Functions |
---|
125 | keyword whole bcadd yellow |
---|
126 | keyword whole bccomp yellow |
---|
127 | keyword whole bcdiv yellow |
---|
128 | keyword whole bcmod yellow |
---|
129 | keyword whole bcmul yellow |
---|
130 | keyword whole bcpow yellow |
---|
131 | keyword whole bcpowmod yellow |
---|
132 | keyword whole bcscale yellow |
---|
133 | keyword whole bcsqrt yellow |
---|
134 | keyword whole bcsub yellow |
---|
135 | |
---|
136 | # PHP bytecode Compiler |
---|
137 | keyword whole bcompiler\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
138 | |
---|
139 | # Bzip2 Compression Functions |
---|
140 | keyword whole bzclose yellow |
---|
141 | keyword whole bzcompress yellow |
---|
142 | keyword whole bzdecompress yellow |
---|
143 | keyword whole bzerrno yellow |
---|
144 | keyword whole bzerror yellow |
---|
145 | keyword whole bzerrstr yellow |
---|
146 | keyword whole bzflush yellow |
---|
147 | keyword whole bzopen yellow |
---|
148 | keyword whole bzread yellow |
---|
149 | keyword whole bzwrite yellow |
---|
150 | |
---|
151 | # Calendar Functions |
---|
152 | keyword whole cal\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
153 | keyword whole FrenchToJD yellow |
---|
154 | keyword whole GregorianToJD yellow |
---|
155 | keyword whole JDDayOfWeek yellow |
---|
156 | keyword whole JDMonthName yellow |
---|
157 | keyword whole JDToFrench yellow |
---|
158 | keyword whole JDToGregorian yellow |
---|
159 | keyword whole JDToJulian yellow |
---|
160 | keyword whole JewishToJD yellow |
---|
161 | keyword whole JulianToJD yellow |
---|
162 | keyword whole easter_date yellow |
---|
163 | keyword whole easter_days yellow |
---|
164 | keyword whole jdtojewish yellow |
---|
165 | keyword whole jdtounix yellow |
---|
166 | keyword whole unixtojd yellow |
---|
167 | |
---|
168 | # Calendar Functions constants |
---|
169 | keyword whole CAL\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
170 | |
---|
171 | # CCVS API Functions [deprecated] |
---|
172 | keyword whole ccvs\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
173 | |
---|
174 | # Class/Object Functions |
---|
175 | keyword whole call_user_method yellow |
---|
176 | keyword whole call_user_method_array yellow |
---|
177 | keyword whole class_exists yellow |
---|
178 | keyword whole get_class yellow |
---|
179 | keyword whole get_class_methods yellow |
---|
180 | keyword whole get_class_vars yellow |
---|
181 | keyword whole get_declared_classes yellow |
---|
182 | keyword whole get_declared_interfaces yellow |
---|
183 | keyword whole get_object_vars yellow |
---|
184 | keyword whole get_parent_class yellow |
---|
185 | keyword whole interface_exists yellow |
---|
186 | keyword whole is_a yellow |
---|
187 | keyword whole is_subclass_of yellow |
---|
188 | keyword whole method_exists yellow |
---|
189 | keyword whole property_exists yellow |
---|
190 | |
---|
191 | # Classkit Functions |
---|
192 | keyword whole classkit_import yellow |
---|
193 | keyword whole classkit_method_add yellow |
---|
194 | keyword whole classkit_method_copy yellow |
---|
195 | keyword whole classkit_method_redefine yellow |
---|
196 | keyword whole classkit_method_remove yellow |
---|
197 | keyword whole classkit_method_rename yellow |
---|
198 | |
---|
199 | # Classkit Functions constants |
---|
200 | keyword whole CLASSKIT_ACC_PRIVATE white |
---|
201 | keyword whole CLASSKIT_ACC_PROTECTED white |
---|
202 | keyword whole CLASSKIT_ACC_PUBLIC white |
---|
203 | |
---|
204 | # ClibPDF Functions |
---|
205 | keyword whole cpdf\_\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
206 | |
---|
207 | # ClibPDF Functions constants |
---|
208 | keyword whole CPDF_PL_1COLUMN white |
---|
209 | keyword whole CPDF_PL_2LCOLUMN white |
---|
210 | keyword whole CPDF_PL_2RCOLUMN white |
---|
211 | keyword whole CPDF_PL_SINGLE white |
---|
212 | keyword whole CPDF_PM_FULLSCREEN white |
---|
213 | keyword whole CPDF_PM_NONE white |
---|
214 | keyword whole CPDF_PM_OUTLINES white |
---|
215 | keyword whole CPDF_PM_THUMBS white |
---|
216 | |
---|
217 | # COM and .Net (Windows) |
---|
218 | keyword whole com_addref yellow |
---|
219 | keyword whole com_create_guid yellow |
---|
220 | keyword whole com_event_sink yellow |
---|
221 | keyword whole com_get yellow |
---|
222 | keyword whole com_get_active_object yellow |
---|
223 | keyword whole com_invoke yellow |
---|
224 | keyword whole com_isenum yellow |
---|
225 | keyword whole com_load yellow |
---|
226 | keyword whole com_load_typelib yellow |
---|
227 | keyword whole com_message_pump yellow |
---|
228 | keyword whole com_print_typeinfo yellow |
---|
229 | keyword whole com_propget yellow |
---|
230 | keyword whole com_propput yellow |
---|
231 | keyword whole com_propset yellow |
---|
232 | keyword whole com_release yellow |
---|
233 | keyword whole com_set yellow |
---|
234 | keyword whole variant_abs yellow |
---|
235 | keyword whole variant_add yellow |
---|
236 | keyword whole variant_and yellow |
---|
237 | keyword whole variant_cast yellow |
---|
238 | keyword whole variant_cat yellow |
---|
239 | keyword whole variant_cmp yellow |
---|
240 | keyword whole variant_date_from_timestamp yellow |
---|
241 | keyword whole variant_date_to_timestamp yellow |
---|
242 | keyword whole variant_div yellow |
---|
243 | keyword whole variant_eqv yellow |
---|
244 | keyword whole variant_fix yellow |
---|
245 | keyword whole variant_get_type yellow |
---|
246 | keyword whole variant_idiv yellow |
---|
247 | keyword whole variant_imp yellow |
---|
248 | keyword whole variant_int yellow |
---|
249 | keyword whole variant_mod yellow |
---|
250 | keyword whole variant_mul yellow |
---|
251 | keyword whole variant_neg yellow |
---|
252 | keyword whole variant_not yellow |
---|
253 | keyword whole variant_or yellow |
---|
254 | keyword whole variant_pow yellow |
---|
255 | keyword whole variant_round yellow |
---|
256 | keyword whole variant_set yellow |
---|
257 | keyword whole variant_set_type yellow |
---|
258 | keyword whole variant_sub yellow |
---|
259 | keyword whole variant_xor yellow |
---|
260 | |
---|
261 | # COM and .Net (Windows) constants |
---|
262 | keyword whole CLSCTX_ALL white |
---|
263 | keyword whole CLSCTX_INPROC_HANDLER white |
---|
264 | keyword whole CLSCTX_INPROC_SERVER white |
---|
265 | keyword whole CLSCTX_LOCAL_SERVER white |
---|
266 | keyword whole CLSCTX_REMOTE_SERVER white |
---|
267 | keyword whole CLSCTX_SERVER white |
---|
268 | keyword whole CP_ACP white |
---|
269 | keyword whole CP_MACCP white |
---|
270 | keyword whole CP_OEMCP white |
---|
271 | keyword whole CP_SYMBOL white |
---|
272 | keyword whole CP_THREAD_ACP white |
---|
273 | keyword whole CP_UTF7 white |
---|
274 | keyword whole CP_UTF8 white |
---|
275 | keyword whole DISP_E_DIVBYZERO white |
---|
276 | keyword whole DISP_E_OVERFLOW white |
---|
277 | keyword whole MK_E_UNAVAILABLE white |
---|
278 | keyword whole NORM_IGNORECASE white |
---|
279 | keyword whole NORM_IGNOREKANATYPE white |
---|
280 | keyword whole NORM_IGNOREKASHIDA white |
---|
281 | keyword whole NORM_IGNORENONSPACE white |
---|
282 | keyword whole NORM_IGNORESYMBOLS white |
---|
283 | keyword whole NORM_IGNOREWIDTH white |
---|
284 | keyword whole VARCMP_EQ white |
---|
285 | keyword whole VARCMP_GT white |
---|
286 | keyword whole VARCMP_LT white |
---|
287 | keyword whole VARCMP_NULL white |
---|
288 | keyword whole VT_ARRAY white |
---|
289 | keyword whole VT_BOOL white |
---|
290 | keyword whole VT_BSTR white |
---|
291 | keyword whole VT_BYREF white |
---|
292 | keyword whole VT_CY white |
---|
293 | keyword whole VT_DATE white |
---|
294 | keyword whole VT_DECIMAL white |
---|
295 | keyword whole VT_DISPATCH white |
---|
296 | keyword whole VT_EMPTY white |
---|
297 | keyword whole VT_ERROR white |
---|
298 | keyword whole VT_I1 white |
---|
299 | keyword whole VT_I2 white |
---|
300 | keyword whole VT_I4 white |
---|
301 | keyword whole VT_INT white |
---|
302 | keyword whole VT_NULL white |
---|
303 | keyword whole VT_R4 white |
---|
304 | keyword whole VT_R8 white |
---|
305 | keyword whole VT_UI1 white |
---|
306 | keyword whole VT_UI2 white |
---|
307 | keyword whole VT_UI4 white |
---|
308 | keyword whole VT_UINT white |
---|
309 | keyword whole VT_UNKNOWN white |
---|
310 | keyword whole VT_VARIANT white |
---|
311 | |
---|
312 | # Crack Functions |
---|
313 | keyword whole crack_check yellow |
---|
314 | keyword whole crack_closedict yellow |
---|
315 | keyword whole crack_getlastmessage yellow |
---|
316 | keyword whole crack_opendict yellow |
---|
317 | |
---|
318 | # Character Type Functions |
---|
319 | keyword whole ctype\_\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
320 | |
---|
321 | # CURL, Client URL Library Functions |
---|
322 | keyword whole curl\_\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
323 | |
---|
324 | # CURL, Client URL Library Functions constants |
---|
325 | keyword whole CURL\[0123456789_ABCDEFGHIJKLMNOPQRSTUVWXYZ\] white |
---|
326 | |
---|
327 | # Cybercash Payment Functions |
---|
328 | keyword whole cybercash_base64_decode yellow |
---|
329 | keyword whole cybercash_base64_encode yellow |
---|
330 | keyword whole cybercash_decr yellow |
---|
331 | keyword whole cybercash_encr yellow |
---|
332 | |
---|
333 | # Credit Mutuel CyberMUT functions |
---|
334 | keyword whole cybermut_creerformulairecm yellow |
---|
335 | keyword whole cybermut_creerreponsecm yellow |
---|
336 | keyword whole cybermut_testmac yellow |
---|
337 | |
---|
338 | # Cyrus IMAP administration Functions |
---|
339 | keyword whole cyrus_authenticate yellow |
---|
340 | keyword whole cyrus_bind yellow |
---|
341 | keyword whole cyrus_close yellow |
---|
342 | keyword whole cyrus_connect yellow |
---|
343 | keyword whole cyrus_query yellow |
---|
344 | keyword whole cyrus_unbind yellow |
---|
345 | |
---|
346 | # Cyrus IMAP administration Functions constants |
---|
347 | keyword whole CYRUS_CALLBACK_NOLITERAL white |
---|
348 | keyword whole CYRUS_CALLBACK_NUMBERED white |
---|
349 | keyword whole CYRUS_CONN_INITIALRESPONSE white |
---|
350 | keyword whole CYRUS_CONN_NONSYNCLITERAL white |
---|
351 | |
---|
352 | # Date and Time Functions |
---|
353 | keyword whole checkdate yellow |
---|
354 | keyword whole date yellow |
---|
355 | keyword whole date_default_timezone_get yellow |
---|
356 | keyword whole date_default_timezone_set yellow |
---|
357 | keyword whole date_sunrise yellow |
---|
358 | keyword whole date_sunset yellow |
---|
359 | keyword whole getdate yellow |
---|
360 | keyword whole gettimeofday yellow |
---|
361 | keyword whole gmdate yellow |
---|
362 | keyword whole gmmktime yellow |
---|
363 | keyword whole gmstrftime yellow |
---|
364 | keyword whole idate yellow |
---|
365 | keyword whole localtime yellow |
---|
366 | keyword whole microtime yellow |
---|
367 | keyword whole mktime yellow |
---|
368 | keyword whole strftime yellow |
---|
369 | keyword whole strptime yellow |
---|
370 | keyword whole strtotime yellow |
---|
371 | keyword whole time yellow |
---|
372 | |
---|
373 | # Date and Time Functions constants |
---|
374 | keyword whole DATE_ATOM white |
---|
375 | keyword whole DATE_COOKIE white |
---|
376 | keyword whole DATE_ISO8601 white |
---|
377 | keyword whole DATE_RFC1036 white |
---|
378 | keyword whole DATE_RFC1123 white |
---|
379 | keyword whole DATE_RFC2822 white |
---|
380 | keyword whole DATE_RFC822 white |
---|
381 | keyword whole DATE_RFC850 white |
---|
382 | keyword whole DATE_RSS white |
---|
383 | keyword whole DATE_W3C white |
---|
384 | |
---|
385 | # DB++ Functions |
---|
386 | keyword whole dbplus_add yellow |
---|
387 | keyword whole dbplus_aql yellow |
---|
388 | keyword whole dbplus_chdir yellow |
---|
389 | keyword whole dbplus_close yellow |
---|
390 | keyword whole dbplus_curr yellow |
---|
391 | keyword whole dbplus_errcode yellow |
---|
392 | keyword whole dbplus_errno yellow |
---|
393 | keyword whole dbplus_find yellow |
---|
394 | keyword whole dbplus_first yellow |
---|
395 | keyword whole dbplus_flush yellow |
---|
396 | keyword whole dbplus_freealllocks yellow |
---|
397 | keyword whole dbplus_freelock yellow |
---|
398 | keyword whole dbplus_freerlocks yellow |
---|
399 | keyword whole dbplus_getlock yellow |
---|
400 | keyword whole dbplus_getunique yellow |
---|
401 | keyword whole dbplus_info yellow |
---|
402 | keyword whole dbplus_last yellow |
---|
403 | keyword whole dbplus_lockrel yellow |
---|
404 | keyword whole dbplus_next yellow |
---|
405 | keyword whole dbplus_open yellow |
---|
406 | keyword whole dbplus_prev yellow |
---|
407 | keyword whole dbplus_rchperm yellow |
---|
408 | keyword whole dbplus_rcreate yellow |
---|
409 | keyword whole dbplus_rcrtexact yellow |
---|
410 | keyword whole dbplus_rcrtlike yellow |
---|
411 | keyword whole dbplus_resolve yellow |
---|
412 | keyword whole dbplus_restorepos yellow |
---|
413 | keyword whole dbplus_rkeys yellow |
---|
414 | keyword whole dbplus_ropen yellow |
---|
415 | keyword whole dbplus_rquery yellow |
---|
416 | keyword whole dbplus_rrename yellow |
---|
417 | keyword whole dbplus_rsecindex yellow |
---|
418 | keyword whole dbplus_runlink yellow |
---|
419 | keyword whole dbplus_rzap yellow |
---|
420 | keyword whole dbplus_savepos yellow |
---|
421 | keyword whole dbplus_setindex yellow |
---|
422 | keyword whole dbplus_setindexbynumber yellow |
---|
423 | keyword whole dbplus_sql yellow |
---|
424 | keyword whole dbplus_tcl yellow |
---|
425 | keyword whole dbplus_tremove yellow |
---|
426 | keyword whole dbplus_undo yellow |
---|
427 | keyword whole dbplus_undoprepare yellow |
---|
428 | keyword whole dbplus_unlockrel yellow |
---|
429 | keyword whole dbplus_unselect yellow |
---|
430 | keyword whole dbplus_update yellow |
---|
431 | keyword whole dbplus_xlockrel yellow |
---|
432 | keyword whole dbplus_xunlockrel yellow |
---|
433 | |
---|
434 | # Database (dbm-style) Abstraction Layer Functions |
---|
435 | keyword whole dba_close yellow |
---|
436 | keyword whole dba_delete yellow |
---|
437 | keyword whole dba_exists yellow |
---|
438 | keyword whole dba_fetch yellow |
---|
439 | keyword whole dba_firstkey yellow |
---|
440 | keyword whole dba_handlers yellow |
---|
441 | keyword whole dba_insert yellow |
---|
442 | keyword whole dba_key_split yellow |
---|
443 | keyword whole dba_list yellow |
---|
444 | keyword whole dba_nextkey yellow |
---|
445 | keyword whole dba_open yellow |
---|
446 | keyword whole dba_optimize yellow |
---|
447 | keyword whole dba_popen yellow |
---|
448 | keyword whole dba_replace yellow |
---|
449 | keyword whole dba_sync yellow |
---|
450 | |
---|
451 | # dBase Functions |
---|
452 | keyword whole dbase_add_record yellow |
---|
453 | keyword whole dbase_close yellow |
---|
454 | keyword whole dbase_create yellow |
---|
455 | keyword whole dbase_delete_record yellow |
---|
456 | keyword whole dbase_get_header_info yellow |
---|
457 | keyword whole dbase_get_record yellow |
---|
458 | keyword whole dbase_get_record_with_names yellow |
---|
459 | keyword whole dbase_numfields yellow |
---|
460 | keyword whole dbase_numrecords yellow |
---|
461 | keyword whole dbase_open yellow |
---|
462 | keyword whole dbase_pack yellow |
---|
463 | keyword whole dbase_replace_record yellow |
---|
464 | |
---|
465 | # DBM Functions [deprecated] |
---|
466 | keyword whole dblist yellow |
---|
467 | keyword whole dbmclose yellow |
---|
468 | keyword whole dbmdelete yellow |
---|
469 | keyword whole dbmexists yellow |
---|
470 | keyword whole dbmfetch yellow |
---|
471 | keyword whole dbmfirstkey yellow |
---|
472 | keyword whole dbminsert yellow |
---|
473 | keyword whole dbmnextkey yellow |
---|
474 | keyword whole dbmopen yellow |
---|
475 | keyword whole dbmreplace yellow |
---|
476 | |
---|
477 | # dbx Functions |
---|
478 | keyword whole dbx_close yellow |
---|
479 | keyword whole dbx_compare yellow |
---|
480 | keyword whole dbx_connect yellow |
---|
481 | keyword whole dbx_error yellow |
---|
482 | keyword whole dbx_escape_string yellow |
---|
483 | keyword whole dbx_fetch_row yellow |
---|
484 | keyword whole dbx_query yellow |
---|
485 | keyword whole dbx_sort yellow |
---|
486 | |
---|
487 | # dbx Functions constants |
---|
488 | keyword whole DBX_CMP_ASC white |
---|
489 | keyword whole DBX_CMP_DESC white |
---|
490 | keyword whole DBX_CMP_NATIVE white |
---|
491 | keyword whole DBX_CMP_NUMBER white |
---|
492 | keyword whole DBX_CMP_TEXT white |
---|
493 | keyword whole DBX_COLNAMES_LOWERCASE white |
---|
494 | keyword whole DBX_COLNAMES_UNCHANGED white |
---|
495 | keyword whole DBX_COLNAMES_UPPERCASE white |
---|
496 | keyword whole DBX_FBSQL white |
---|
497 | keyword whole DBX_MSSQL white |
---|
498 | keyword whole DBX_MYSQL white |
---|
499 | keyword whole DBX_OCI8 white |
---|
500 | keyword whole DBX_ODBC white |
---|
501 | keyword whole DBX_PERSISTENT white |
---|
502 | keyword whole DBX_PGSQL white |
---|
503 | keyword whole DBX_RESULT_ASSOC white |
---|
504 | keyword whole DBX_RESULT_INDEX white |
---|
505 | keyword whole DBX_RESULT_INFO white |
---|
506 | keyword whole DBX_RESULT_UNBUFFERED white |
---|
507 | keyword whole DBX_SQLITE white |
---|
508 | keyword whole DBX_SYBASECT white |
---|
509 | |
---|
510 | # Direct IO Functions |
---|
511 | keyword whole dio_close yellow |
---|
512 | keyword whole dio_fcntl yellow |
---|
513 | keyword whole dio_open yellow |
---|
514 | keyword whole dio_read yellow |
---|
515 | keyword whole dio_seek yellow |
---|
516 | keyword whole dio_stat yellow |
---|
517 | keyword whole dio_tcsetattr yellow |
---|
518 | keyword whole dio_truncate yellow |
---|
519 | keyword whole dio_write yellow |
---|
520 | |
---|
521 | # Direct IO Functions constants |
---|
522 | keyword whole F_DUPFD white |
---|
523 | keyword whole F_GETFD white |
---|
524 | keyword whole F_GETFL white |
---|
525 | keyword whole F_GETLK white |
---|
526 | keyword whole F_GETOWN white |
---|
527 | keyword whole F_RDLCK white |
---|
528 | keyword whole F_SETFL white |
---|
529 | keyword whole F_SETLK white |
---|
530 | keyword whole F_SETLKW white |
---|
531 | keyword whole F_SETOWN white |
---|
532 | keyword whole F_UNLCK white |
---|
533 | keyword whole F_WRLCK white |
---|
534 | keyword whole O_APPEND white |
---|
535 | keyword whole O_ASYNC white |
---|
536 | keyword whole O_CREAT white |
---|
537 | keyword whole O_EXCL white |
---|
538 | keyword whole O_NDELAY white |
---|
539 | keyword whole O_NOCTTY white |
---|
540 | keyword whole O_NONBLOCK white |
---|
541 | keyword whole O_RDONLY white |
---|
542 | keyword whole O_RDWR white |
---|
543 | keyword whole O_SYNC white |
---|
544 | keyword whole O_TRUNC white |
---|
545 | keyword whole O_WRONLY white |
---|
546 | keyword whole S_IRGRP white |
---|
547 | keyword whole S_IROTH white |
---|
548 | keyword whole S_IRUSR white |
---|
549 | keyword whole S_IRWXG white |
---|
550 | keyword whole S_IRWXO white |
---|
551 | keyword whole S_IRWXU white |
---|
552 | keyword whole S_IWGRP white |
---|
553 | keyword whole S_IWOTH white |
---|
554 | keyword whole S_IWUSR white |
---|
555 | keyword whole S_IXGRP white |
---|
556 | keyword whole S_IXOTH white |
---|
557 | keyword whole S_IXUSR white |
---|
558 | keyword whole c white |
---|
559 | |
---|
560 | # Directory Functions |
---|
561 | keyword whole chdir yellow |
---|
562 | keyword whole chroot yellow |
---|
563 | keyword whole closedir yellow |
---|
564 | keyword whole getcwd yellow |
---|
565 | keyword whole opendir yellow |
---|
566 | keyword whole readdir yellow |
---|
567 | keyword whole rewinddir yellow |
---|
568 | keyword whole scandir yellow |
---|
569 | |
---|
570 | # Directory Functions constants |
---|
571 | keyword whole DIRECTORY_SEPARATOR white |
---|
572 | keyword whole PATH_SEPARATOR white |
---|
573 | |
---|
574 | # DOM Functions |
---|
575 | keyword whole dom_import_simplexml yellow |
---|
576 | |
---|
577 | # DOM Functions DOMAttr methods |
---|
578 | keyword whole DOMAttr yellow |
---|
579 | |
---|
580 | # DOM Functions DOMCharacterData methods |
---|
581 | keyword whole DOMCharacterData yellow |
---|
582 | |
---|
583 | # DOM Functions DOMComment methods |
---|
584 | keyword whole DOMComment yellow |
---|
585 | |
---|
586 | # DOM Functions DOMDocument methods |
---|
587 | keyword whole DOMDocument yellow |
---|
588 | |
---|
589 | # DOM Functions DOMElement methods |
---|
590 | keyword whole DOMElement yellow |
---|
591 | |
---|
592 | # DOM Functions DOMImplementation methods |
---|
593 | keyword whole DOMImplementation yellow |
---|
594 | |
---|
595 | # DOM Functions DOMNamedNodeMap methods |
---|
596 | keyword whole DOMNamedNodeMap yellow |
---|
597 | |
---|
598 | # DOM Functions DOMNode methods |
---|
599 | keyword whole DOMNode yellow |
---|
600 | |
---|
601 | # DOM Functions DOMNodelist methods |
---|
602 | keyword whole DOMNodelist yellow |
---|
603 | |
---|
604 | # DOM Functions DOMProcessingInstruction methods |
---|
605 | keyword whole DOMProcessingInstruction yellow |
---|
606 | |
---|
607 | # DOM Functions DOMText methods |
---|
608 | keyword whole DOMText yellow |
---|
609 | |
---|
610 | # DOM Functions DOMXPath methods |
---|
611 | keyword whole DOMXPath yellow |
---|
612 | |
---|
613 | # DOM Functions constants |
---|
614 | keyword whole DOMSTRING_SIZE_ERR white |
---|
615 | keyword whole DOM_HIERARCHY_REQUEST_ERR white |
---|
616 | keyword whole DOM_INDEX_SIZE_ERR white |
---|
617 | keyword whole DOM_INUSE_ATTRIBUTE_ERR white |
---|
618 | keyword whole DOM_INVALID_ACCESS_ERR white |
---|
619 | keyword whole DOM_INVALID_CHARACTER_ERR white |
---|
620 | keyword whole DOM_INVALID_MODIFICATION_ERR white |
---|
621 | keyword whole DOM_INVALID_STATE_ERR white |
---|
622 | keyword whole DOM_NAMESPACE_ERR white |
---|
623 | keyword whole DOM_NOT_FOUND_ERR white |
---|
624 | keyword whole DOM_NOT_SUPPORTED_ERR white |
---|
625 | keyword whole DOM_NO_DATA_ALLOWED_ERR white |
---|
626 | keyword whole DOM_NO_MODIFICATION_ALLOWED_ERR white |
---|
627 | keyword whole DOM_SYNTAX_ERR white |
---|
628 | keyword whole DOM_VALIDATION_ERR white |
---|
629 | keyword whole DOM_WRONG_DOCUMENT_ERR white |
---|
630 | keyword whole XML_ATTRIBUTE_CDATA white |
---|
631 | keyword whole XML_ATTRIBUTE_DECL_NODE white |
---|
632 | keyword whole XML_ATTRIBUTE_ENTITY white |
---|
633 | keyword whole XML_ATTRIBUTE_ENUMERATION white |
---|
634 | keyword whole XML_ATTRIBUTE_ID white |
---|
635 | keyword whole XML_ATTRIBUTE_IDREF white |
---|
636 | keyword whole XML_ATTRIBUTE_IDREFS white |
---|
637 | keyword whole XML_ATTRIBUTE_NMTOKEN white |
---|
638 | keyword whole XML_ATTRIBUTE_NMTOKENS white |
---|
639 | keyword whole XML_ATTRIBUTE_NODE white |
---|
640 | keyword whole XML_ATTRIBUTE_NOTATION white |
---|
641 | keyword whole XML_CDATA_SECTION_NODE white |
---|
642 | keyword whole XML_COMMENT_NODE white |
---|
643 | keyword whole XML_DOCUMENT_FRAG_NODE white |
---|
644 | keyword whole XML_DOCUMENT_NODE white |
---|
645 | keyword whole XML_DOCUMENT_TYPE_NODE white |
---|
646 | keyword whole XML_DTD_NODE white |
---|
647 | keyword whole XML_ELEMENT_DECL_NODE white |
---|
648 | keyword whole XML_ELEMENT_NODE white |
---|
649 | keyword whole XML_ENTITY_DECL_NODE white |
---|
650 | keyword whole XML_ENTITY_NODE white |
---|
651 | keyword whole XML_ENTITY_REF_NODE white |
---|
652 | keyword whole XML_HTML_DOCUMENT_NODE white |
---|
653 | keyword whole XML_NAMESPACE_DECL_NODE white |
---|
654 | keyword whole XML_NOTATION_NODE white |
---|
655 | keyword whole XML_PI_NODE white |
---|
656 | keyword whole XML_TEXT_NODE white |
---|
657 | |
---|
658 | # DOM XML Functions |
---|
659 | keyword whole domxml_new_doc yellow |
---|
660 | keyword whole domxml_open_file yellow |
---|
661 | keyword whole domxml_open_mem yellow |
---|
662 | keyword whole domxml_version yellow |
---|
663 | keyword whole domxml_xmltree yellow |
---|
664 | keyword whole domxml_xslt_stylesheet yellow |
---|
665 | keyword whole domxml_xslt_stylesheet_doc yellow |
---|
666 | keyword whole domxml_xslt_stylesheet_file yellow |
---|
667 | keyword whole domxml_xslt_version yellow |
---|
668 | keyword whole xpath_eval yellow |
---|
669 | keyword whole xpath_eval_expression yellow |
---|
670 | keyword whole xpath_new_context yellow |
---|
671 | keyword whole xpath_register_ns yellow |
---|
672 | keyword whole xpath_register_ns_auto yellow |
---|
673 | keyword whole xptr_eval yellow |
---|
674 | keyword whole xptr_new_context yellow |
---|
675 | |
---|
676 | # DOM XML Functions DomAttribute methods |
---|
677 | keyword whole DomAttribute yellow |
---|
678 | |
---|
679 | # DOM XML Functions DomDocument methods |
---|
680 | keyword whole DomDocument yellow |
---|
681 | |
---|
682 | # DOM XML Functions DomDocumentType methods |
---|
683 | keyword whole DomDocumentType yellow |
---|
684 | |
---|
685 | # DOM XML Functions DomElement methods |
---|
686 | keyword whole DomElement yellow |
---|
687 | |
---|
688 | # DOM XML Functions DomNode methods |
---|
689 | keyword whole DomNode yellow |
---|
690 | |
---|
691 | # DOM XML Functions DomProcessingInstruction methods |
---|
692 | keyword whole DomProcessingInstruction yellow |
---|
693 | |
---|
694 | # DOM XML Functions DomXsltStylesheet methods |
---|
695 | keyword whole DomXsltStylesheet yellow |
---|
696 | |
---|
697 | # DOM XML Functions constants |
---|
698 | keyword whole XML\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
699 | keyword whole XPATH_BOOLEAN white |
---|
700 | keyword whole XPATH_LOCATIONSET white |
---|
701 | keyword whole XPATH_NODESET white |
---|
702 | keyword whole XPATH_NUMBER white |
---|
703 | keyword whole XPATH_POINT white |
---|
704 | keyword whole XPATH_RANGE white |
---|
705 | keyword whole XPATH_STRING white |
---|
706 | keyword whole XPATH_UNDEFINED white |
---|
707 | keyword whole XPATH_USERS white |
---|
708 | |
---|
709 | # Error Handling and Logging Functions |
---|
710 | keyword whole debug_backtrace yellow |
---|
711 | keyword whole debug_print_backtrace yellow |
---|
712 | keyword whole error_log yellow |
---|
713 | keyword whole error_reporting yellow |
---|
714 | keyword whole restore_error_handler yellow |
---|
715 | keyword whole restore_exception_handler yellow |
---|
716 | keyword whole set_error_handler yellow |
---|
717 | keyword whole set_exception_handler yellow |
---|
718 | keyword whole trigger_error yellow |
---|
719 | keyword whole user_error yellow |
---|
720 | |
---|
721 | # Error Handling and Logging Functions constants |
---|
722 | keyword whole E_ALL white |
---|
723 | keyword whole E_COMPILE_ERROR white |
---|
724 | keyword whole E_COMPILE_WARNING white |
---|
725 | keyword whole E_CORE_ERROR white |
---|
726 | keyword whole E_CORE_WARNING white |
---|
727 | keyword whole E_ERROR white |
---|
728 | keyword whole E_NOTICE white |
---|
729 | keyword whole E_PARSE white |
---|
730 | keyword whole E_STRICT white |
---|
731 | keyword whole E_USER_ERROR white |
---|
732 | keyword whole E_USER_NOTICE white |
---|
733 | keyword whole E_USER_WARNING white |
---|
734 | keyword whole E_WARNING white |
---|
735 | |
---|
736 | # Exif Functions |
---|
737 | keyword whole exif_imagetype yellow |
---|
738 | keyword whole exif_read_data yellow |
---|
739 | keyword whole exif_tagname yellow |
---|
740 | keyword whole exif_thumbnail yellow |
---|
741 | keyword whole read_exif_data yellow |
---|
742 | |
---|
743 | # Exif Functions constants |
---|
744 | keyword whole EXIF_USE_MBSTRING white |
---|
745 | |
---|
746 | # Expect Functions |
---|
747 | keyword whole expect_expectl yellow |
---|
748 | keyword whole expect_popen yellow |
---|
749 | |
---|
750 | # Expect Functions constants |
---|
751 | keyword whole EXP_EOF white |
---|
752 | keyword whole EXP_EXACT white |
---|
753 | keyword whole EXP_FULLBUFFER white |
---|
754 | keyword whole EXP_GLOB white |
---|
755 | keyword whole EXP_REGEXP white |
---|
756 | keyword whole EXP_TIMEOUT white |
---|
757 | |
---|
758 | # File Alteration Monitor Functions |
---|
759 | keyword whole fam\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
760 | |
---|
761 | # File Alteration Monitor Functions constants |
---|
762 | keyword whole FAM\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
763 | |
---|
764 | # Forms Data Format Functions |
---|
765 | keyword whole fdf\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
766 | |
---|
767 | # Forms Data Format Functions constants |
---|
768 | keyword whole FDF\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
769 | |
---|
770 | # filePro Functions |
---|
771 | keyword whole filepro yellow |
---|
772 | keyword whole filepro\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
773 | |
---|
774 | # Filesystem Functions |
---|
775 | keyword whole basename yellow |
---|
776 | keyword whole chgrp yellow |
---|
777 | keyword whole chmod yellow |
---|
778 | keyword whole chown yellow |
---|
779 | keyword whole clearstatcache yellow |
---|
780 | keyword whole copy yellow |
---|
781 | keyword whole delete yellow |
---|
782 | keyword whole dirname yellow |
---|
783 | keyword whole disk_free_space yellow |
---|
784 | keyword whole disk_total_space yellow |
---|
785 | keyword whole diskfreespace yellow |
---|
786 | keyword whole fclose yellow |
---|
787 | keyword whole feof yellow |
---|
788 | keyword whole fflush yellow |
---|
789 | keyword whole fgetc yellow |
---|
790 | keyword whole fgetcsv yellow |
---|
791 | keyword whole fgets yellow |
---|
792 | keyword whole fgetss yellow |
---|
793 | keyword whole file yellow |
---|
794 | keyword whole file_exists yellow |
---|
795 | keyword whole file_get_contents yellow |
---|
796 | keyword whole file_put_contents yellow |
---|
797 | keyword whole fileatime yellow |
---|
798 | keyword whole filectime yellow |
---|
799 | keyword whole filegroup yellow |
---|
800 | keyword whole fileinode yellow |
---|
801 | keyword whole filemtime yellow |
---|
802 | keyword whole fileowner yellow |
---|
803 | keyword whole fileperms yellow |
---|
804 | keyword whole filesize yellow |
---|
805 | keyword whole filetype yellow |
---|
806 | keyword whole flock yellow |
---|
807 | keyword whole fnmatch yellow |
---|
808 | keyword whole fopen yellow |
---|
809 | keyword whole fpassthru yellow |
---|
810 | keyword whole fputcsv yellow |
---|
811 | keyword whole fputs yellow |
---|
812 | keyword whole fread yellow |
---|
813 | keyword whole fscanf yellow |
---|
814 | keyword whole fseek yellow |
---|
815 | keyword whole fstat yellow |
---|
816 | keyword whole ftell yellow |
---|
817 | keyword whole ftruncate yellow |
---|
818 | keyword whole fwrite yellow |
---|
819 | keyword whole glob yellow |
---|
820 | keyword whole is_dir yellow |
---|
821 | keyword whole is_executable yellow |
---|
822 | keyword whole is_file yellow |
---|
823 | keyword whole is_link yellow |
---|
824 | keyword whole is_readable yellow |
---|
825 | keyword whole is_uploaded_file yellow |
---|
826 | keyword whole is_writable yellow |
---|
827 | keyword whole is_writeable yellow |
---|
828 | keyword whole link yellow |
---|
829 | keyword whole linkinfo yellow |
---|
830 | keyword whole lstat yellow |
---|
831 | keyword whole mkdir yellow |
---|
832 | keyword whole move_uploaded_file yellow |
---|
833 | keyword whole parse_ini_file yellow |
---|
834 | keyword whole pathinfo yellow |
---|
835 | keyword whole pclose yellow |
---|
836 | keyword whole popen yellow |
---|
837 | keyword whole readfile yellow |
---|
838 | keyword whole readlink yellow |
---|
839 | keyword whole realpath yellow |
---|
840 | keyword whole rename yellow |
---|
841 | keyword whole rewind yellow |
---|
842 | keyword whole rmdir yellow |
---|
843 | keyword whole set_file_buffer yellow |
---|
844 | keyword whole stat yellow |
---|
845 | keyword whole symlink yellow |
---|
846 | keyword whole tempnam yellow |
---|
847 | keyword whole tmpfile yellow |
---|
848 | keyword whole touch yellow |
---|
849 | keyword whole umask yellow |
---|
850 | keyword whole unlink yellow |
---|
851 | |
---|
852 | # Filesystem Functions constants |
---|
853 | keyword whole FILE_APPEND white |
---|
854 | keyword whole FILE_IGNORE_NEW_LINES white |
---|
855 | keyword whole FILE_SKIP_EMPTY_LINES white |
---|
856 | keyword whole FILE_USE_INCLUDE_PATH white |
---|
857 | keyword whole GLOB_BRACE white |
---|
858 | keyword whole GLOB_MARK white |
---|
859 | keyword whole GLOB_NOCHECK white |
---|
860 | keyword whole GLOB_NOESCAPE white |
---|
861 | keyword whole GLOB_NOSORT white |
---|
862 | keyword whole GLOB_ONLYDIR white |
---|
863 | keyword whole PATHINFO_BASENAME white |
---|
864 | keyword whole PATHINFO_DIRNAME white |
---|
865 | keyword whole PATHINFO_EXTENSION white |
---|
866 | |
---|
867 | # Firebird/InterBase Functions |
---|
868 | keyword whole ibase\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
869 | |
---|
870 | # Firebird/InterBase Functions constants |
---|
871 | keyword whole IBASE\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
872 | |
---|
873 | # Firebird/Interbase Functions (PDO_FIREBIRD) |
---|
874 | |
---|
875 | # FriBiDi Functions |
---|
876 | keyword whole fribidi_log2vis yellow |
---|
877 | |
---|
878 | # FriBiDi Functions constants |
---|
879 | keyword whole FRIBIDI_CHARSET_8859_6 white |
---|
880 | keyword whole FRIBIDI_CHARSET_8859_8 white |
---|
881 | keyword whole FRIBIDI_CHARSET_CP1255 white |
---|
882 | keyword whole FRIBIDI_CHARSET_CP1256 white |
---|
883 | keyword whole FRIBIDI_CHARSET_ISIRI_3342 white |
---|
884 | keyword whole FRIBIDI_CHARSET_UTF8 white |
---|
885 | |
---|
886 | # FrontBase Functions |
---|
887 | keyword whole fbsql\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
888 | |
---|
889 | # FrontBase Functions constants |
---|
890 | keyword whole FBSQL\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
891 | |
---|
892 | # FTP Functions |
---|
893 | keyword whole ftp\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
894 | |
---|
895 | # FTP Functions constants |
---|
896 | keyword whole FTP\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
897 | |
---|
898 | # Function Handling Functions |
---|
899 | keyword whole call_user_func yellow |
---|
900 | keyword whole call_user_func_array yellow |
---|
901 | keyword whole create_function yellow |
---|
902 | keyword whole func_get_arg yellow |
---|
903 | keyword whole func_get_args yellow |
---|
904 | keyword whole func_num_args yellow |
---|
905 | keyword whole function_exists yellow |
---|
906 | keyword whole get_defined_functions yellow |
---|
907 | keyword whole register_shutdown_function yellow |
---|
908 | keyword whole register_tick_function yellow |
---|
909 | keyword whole unregister_tick_function yellow |
---|
910 | |
---|
911 | # Gettext |
---|
912 | keyword whole bind_textdomain_codeset yellow |
---|
913 | keyword whole bindtextdomain yellow |
---|
914 | keyword whole dcgettext yellow |
---|
915 | keyword whole dcngettext yellow |
---|
916 | keyword whole dgettext yellow |
---|
917 | keyword whole dngettext yellow |
---|
918 | keyword whole gettext yellow |
---|
919 | keyword whole ngettext yellow |
---|
920 | keyword whole textdomain yellow |
---|
921 | |
---|
922 | # GMP Functions |
---|
923 | keyword whole gmp\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
924 | |
---|
925 | # GMP Functions constants |
---|
926 | keyword whole GMP\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
927 | |
---|
928 | # Net_Gopher |
---|
929 | keyword whole gopher_parsedir yellow |
---|
930 | |
---|
931 | # HTTP Functions |
---|
932 | keyword whole header yellow |
---|
933 | keyword whole headers_list yellow |
---|
934 | keyword whole headers_sent yellow |
---|
935 | keyword whole setcookie yellow |
---|
936 | keyword whole setrawcookie yellow |
---|
937 | |
---|
938 | # Hyperwave Functions |
---|
939 | keyword whole hw\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
940 | |
---|
941 | # Hyperwave Functions constants |
---|
942 | keyword whole HW\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
943 | |
---|
944 | # Hyperwave API Functions |
---|
945 | keyword whole hwapi_hgcsp yellow |
---|
946 | |
---|
947 | # IBM DB2, Cloudscape and Apache Derby Functions |
---|
948 | keyword whole db2\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
949 | |
---|
950 | # IBM DB2, Cloudscape and Apache Derby Functions constants |
---|
951 | keyword whole DB2\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
952 | keyword whole NULL white |
---|
953 | |
---|
954 | # ICAP Functions [deprecated] |
---|
955 | keyword whole icap\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
956 | |
---|
957 | # iconv Functions |
---|
958 | keyword whole iconv yellow |
---|
959 | keyword whole iconv\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
960 | keyword whole ob_iconv_handler yellow |
---|
961 | |
---|
962 | # iconv Functions constants |
---|
963 | keyword whole ICONV\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
964 | |
---|
965 | # ID3 Functions |
---|
966 | keyword whole id3_get_frame_long_name yellow |
---|
967 | keyword whole id3_get_frame_short_name yellow |
---|
968 | keyword whole id3_get_genre_id yellow |
---|
969 | keyword whole id3_get_genre_list yellow |
---|
970 | keyword whole id3_get_genre_name yellow |
---|
971 | keyword whole id3_get_tag yellow |
---|
972 | keyword whole id3_get_version yellow |
---|
973 | keyword whole id3_remove_tag yellow |
---|
974 | keyword whole id3_set_tag yellow |
---|
975 | |
---|
976 | # ID3 Functions constants |
---|
977 | keyword whole ID3_BEST white |
---|
978 | keyword whole ID3_V1_0 white |
---|
979 | keyword whole ID3_V1_1 white |
---|
980 | keyword whole ID3_V2_1 white |
---|
981 | keyword whole ID3_V2_2 white |
---|
982 | keyword whole ID3_V2_3 white |
---|
983 | keyword whole ID3_V2_4 white |
---|
984 | |
---|
985 | # IIS Administration Functions |
---|
986 | keyword whole iis_add_server yellow |
---|
987 | keyword whole iis_get_dir_security yellow |
---|
988 | keyword whole iis_get_script_map yellow |
---|
989 | keyword whole iis_get_server_by_comment yellow |
---|
990 | keyword whole iis_get_server_by_path yellow |
---|
991 | keyword whole iis_get_server_rights yellow |
---|
992 | keyword whole iis_get_service_state yellow |
---|
993 | keyword whole iis_remove_server yellow |
---|
994 | keyword whole iis_set_app_settings yellow |
---|
995 | keyword whole iis_set_dir_security yellow |
---|
996 | keyword whole iis_set_script_map yellow |
---|
997 | keyword whole iis_set_server_rights yellow |
---|
998 | keyword whole iis_start_server yellow |
---|
999 | keyword whole iis_start_service yellow |
---|
1000 | keyword whole iis_stop_server yellow |
---|
1001 | keyword whole iis_stop_service yellow |
---|
1002 | |
---|
1003 | # Image Functions |
---|
1004 | keyword whole gd_info yellow |
---|
1005 | keyword whole getimagesize yellow |
---|
1006 | keyword whole image2wbmp yellow |
---|
1007 | keyword whole image_type_to_extension yellow |
---|
1008 | keyword whole image_type_to_mime_type yellow |
---|
1009 | keyword whole imagealphablending yellow |
---|
1010 | keyword whole imageantialias yellow |
---|
1011 | keyword whole imagearc yellow |
---|
1012 | keyword whole imagechar yellow |
---|
1013 | keyword whole imagecharup yellow |
---|
1014 | keyword whole imagecolorallocate yellow |
---|
1015 | keyword whole imagecolorallocatealpha yellow |
---|
1016 | keyword whole imagecolorat yellow |
---|
1017 | keyword whole imagecolorclosest yellow |
---|
1018 | keyword whole imagecolorclosestalpha yellow |
---|
1019 | keyword whole imagecolorclosesthwb yellow |
---|
1020 | keyword whole imagecolordeallocate yellow |
---|
1021 | keyword whole imagecolorexact yellow |
---|
1022 | keyword whole imagecolorexactalpha yellow |
---|
1023 | keyword whole imagecolormatch yellow |
---|
1024 | keyword whole imagecolorresolve yellow |
---|
1025 | keyword whole imagecolorresolvealpha yellow |
---|
1026 | keyword whole imagecolorset yellow |
---|
1027 | keyword whole imagecolorsforindex yellow |
---|
1028 | keyword whole imagecolorstotal yellow |
---|
1029 | keyword whole imagecolortransparent yellow |
---|
1030 | keyword whole imageconvolution yellow |
---|
1031 | keyword whole imagecopy yellow |
---|
1032 | keyword whole imagecopymerge yellow |
---|
1033 | keyword whole imagecopymergegray yellow |
---|
1034 | keyword whole imagecopyresampled yellow |
---|
1035 | keyword whole imagecopyresized yellow |
---|
1036 | keyword whole imagecreate yellow |
---|
1037 | keyword whole imagecreatefromgd yellow |
---|
1038 | keyword whole imagecreatefromgd2 yellow |
---|
1039 | keyword whole imagecreatefromgd2part yellow |
---|
1040 | keyword whole imagecreatefromgif yellow |
---|
1041 | keyword whole imagecreatefromjpeg yellow |
---|
1042 | keyword whole imagecreatefrompng yellow |
---|
1043 | keyword whole imagecreatefromstring yellow |
---|
1044 | keyword whole imagecreatefromwbmp yellow |
---|
1045 | keyword whole imagecreatefromxbm yellow |
---|
1046 | keyword whole imagecreatefromxpm yellow |
---|
1047 | keyword whole imagecreatetruecolor yellow |
---|
1048 | keyword whole imagedashedline yellow |
---|
1049 | keyword whole imagedestroy yellow |
---|
1050 | keyword whole imageellipse yellow |
---|
1051 | keyword whole imagefill yellow |
---|
1052 | keyword whole imagefilledarc yellow |
---|
1053 | keyword whole imagefilledellipse yellow |
---|
1054 | keyword whole imagefilledpolygon yellow |
---|
1055 | keyword whole imagefilledrectangle yellow |
---|
1056 | keyword whole imagefilltoborder yellow |
---|
1057 | keyword whole imagefilter yellow |
---|
1058 | keyword whole imagefontheight yellow |
---|
1059 | keyword whole imagefontwidth yellow |
---|
1060 | keyword whole imageftbbox yellow |
---|
1061 | keyword whole imagefttext yellow |
---|
1062 | keyword whole imagegammacorrect yellow |
---|
1063 | keyword whole imagegd yellow |
---|
1064 | keyword whole imagegd2 yellow |
---|
1065 | keyword whole imagegif yellow |
---|
1066 | keyword whole imageinterlace yellow |
---|
1067 | keyword whole imageistruecolor yellow |
---|
1068 | keyword whole imagejpeg yellow |
---|
1069 | keyword whole imagelayereffect yellow |
---|
1070 | keyword whole imageline yellow |
---|
1071 | keyword whole imageloadfont yellow |
---|
1072 | keyword whole imagepalettecopy yellow |
---|
1073 | keyword whole imagepng yellow |
---|
1074 | keyword whole imagepolygon yellow |
---|
1075 | keyword whole imagepsbbox yellow |
---|
1076 | keyword whole imagepscopyfont yellow |
---|
1077 | keyword whole imagepsencodefont yellow |
---|
1078 | keyword whole imagepsextendfont yellow |
---|
1079 | keyword whole imagepsfreefont yellow |
---|
1080 | keyword whole imagepsloadfont yellow |
---|
1081 | keyword whole imagepsslantfont yellow |
---|
1082 | keyword whole imagepstext yellow |
---|
1083 | keyword whole imagerectangle yellow |
---|
1084 | keyword whole imagerotate yellow |
---|
1085 | keyword whole imagesavealpha yellow |
---|
1086 | keyword whole imagesetbrush yellow |
---|
1087 | keyword whole imagesetpixel yellow |
---|
1088 | keyword whole imagesetstyle yellow |
---|
1089 | keyword whole imagesetthickness yellow |
---|
1090 | keyword whole imagesettile yellow |
---|
1091 | keyword whole imagestring yellow |
---|
1092 | keyword whole imagestringup yellow |
---|
1093 | keyword whole imagesx yellow |
---|
1094 | keyword whole imagesy yellow |
---|
1095 | keyword whole imagetruecolortopalette yellow |
---|
1096 | keyword whole imagettfbbox yellow |
---|
1097 | keyword whole imagettftext yellow |
---|
1098 | keyword whole imagetypes yellow |
---|
1099 | keyword whole imagewbmp yellow |
---|
1100 | keyword whole imagexbm yellow |
---|
1101 | keyword whole iptcembed yellow |
---|
1102 | keyword whole iptcparse yellow |
---|
1103 | keyword whole jpeg2wbmp yellow |
---|
1104 | keyword whole png2wbmp yellow |
---|
1105 | |
---|
1106 | # Image Functions constants |
---|
1107 | keyword whole IMAGETYPE_BMP white |
---|
1108 | keyword whole IMAGETYPE_GIF white |
---|
1109 | keyword whole IMAGETYPE_IFF white |
---|
1110 | keyword whole IMAGETYPE_JB2 white |
---|
1111 | keyword whole IMAGETYPE_JP2 white |
---|
1112 | keyword whole IMAGETYPE_JPC white |
---|
1113 | keyword whole IMAGETYPE_JPEG white |
---|
1114 | keyword whole IMAGETYPE_JPX white |
---|
1115 | keyword whole IMAGETYPE_PNG white |
---|
1116 | keyword whole IMAGETYPE_PSD white |
---|
1117 | keyword whole IMAGETYPE_SWC white |
---|
1118 | keyword whole IMAGETYPE_SWF white |
---|
1119 | keyword whole IMAGETYPE_TIFF_II white |
---|
1120 | keyword whole IMAGETYPE_TIFF_MM white |
---|
1121 | keyword whole IMAGETYPE_WBMP white |
---|
1122 | keyword whole IMAGETYPE_XBM white |
---|
1123 | keyword whole IMG_ARC_CHORD white |
---|
1124 | keyword whole IMG_ARC_EDGED white |
---|
1125 | keyword whole IMG_ARC_NOFILL white |
---|
1126 | keyword whole IMG_ARC_PIE white |
---|
1127 | keyword whole IMG_ARC_ROUNDED white |
---|
1128 | keyword whole IMG_COLOR_BRUSHED white |
---|
1129 | keyword whole IMG_COLOR_STYLED white |
---|
1130 | keyword whole IMG_COLOR_STYLEDBRUSHED white |
---|
1131 | keyword whole IMG_COLOR_TILED white |
---|
1132 | keyword whole IMG_COLOR_TRANSPARENT white |
---|
1133 | keyword whole IMG_GIF white |
---|
1134 | keyword whole IMG_JPEG white |
---|
1135 | keyword whole IMG_JPG white |
---|
1136 | keyword whole IMG_PNG white |
---|
1137 | keyword whole IMG_WBMP white |
---|
1138 | keyword whole IMG_XPM white |
---|
1139 | |
---|
1140 | # IMAP, POP3 and NNTP Functions |
---|
1141 | keyword whole imap\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1142 | |
---|
1143 | # IMAP, POP3 and NNTP Functions constants |
---|
1144 | keyword whole CL_EXPUNGE white |
---|
1145 | keyword whole CP_MOVE white |
---|
1146 | keyword whole CP_UID white |
---|
1147 | keyword whole ENC7BIT white |
---|
1148 | keyword whole ENC8BIT white |
---|
1149 | keyword whole ENCBASE64 white |
---|
1150 | keyword whole ENCBINARY white |
---|
1151 | keyword whole ENCOTHER white |
---|
1152 | keyword whole ENCQUOTEDPRINTABLE white |
---|
1153 | keyword whole FT_INTERNAL white |
---|
1154 | keyword whole FT_NOT white |
---|
1155 | keyword whole FT_PEEK white |
---|
1156 | keyword whole FT_PREFETCHTEXT white |
---|
1157 | keyword whole FT_UID white |
---|
1158 | keyword whole LATT_MARKED white |
---|
1159 | keyword whole LATT_NOINFERIORS white |
---|
1160 | keyword whole LATT_NOSELECT white |
---|
1161 | keyword whole LATT_UNMARKED white |
---|
1162 | keyword whole NIL white |
---|
1163 | keyword whole OP_ANONYMOUS white |
---|
1164 | keyword whole OP_DEBUG white |
---|
1165 | keyword whole OP_EXPUNGE white |
---|
1166 | keyword whole OP_HALFOPEN white |
---|
1167 | keyword whole OP_PROTOTYPE white |
---|
1168 | keyword whole OP_READONLY white |
---|
1169 | keyword whole OP_SECURE white |
---|
1170 | keyword whole OP_SHORTCACHE white |
---|
1171 | keyword whole OP_SILENT white |
---|
1172 | keyword whole SA_ALL white |
---|
1173 | keyword whole SA_MESSAGES white |
---|
1174 | keyword whole SA_RECENT white |
---|
1175 | keyword whole SA_UIDNEXT white |
---|
1176 | keyword whole SA_UIDVALIDITY white |
---|
1177 | keyword whole SA_UNSEEN white |
---|
1178 | keyword whole SE_FREE white |
---|
1179 | keyword whole SE_NOPREFETCH white |
---|
1180 | keyword whole SE_UID white |
---|
1181 | keyword whole SORTARRIVAL white |
---|
1182 | keyword whole SORTCC white |
---|
1183 | keyword whole SORTDATE white |
---|
1184 | keyword whole SORTFROM white |
---|
1185 | keyword whole SORTSIZE white |
---|
1186 | keyword whole SORTSUBJECT white |
---|
1187 | keyword whole SORTTO white |
---|
1188 | keyword whole SO_FREE white |
---|
1189 | keyword whole SO_NOSERVER white |
---|
1190 | keyword whole ST_SET white |
---|
1191 | keyword whole ST_SILENT white |
---|
1192 | keyword whole ST_UID white |
---|
1193 | keyword whole TYPEAPPLICATION white |
---|
1194 | keyword whole TYPEAUDIO white |
---|
1195 | keyword whole TYPEIMAGE white |
---|
1196 | keyword whole TYPEMESSAGE white |
---|
1197 | keyword whole TYPEMULTIPART white |
---|
1198 | keyword whole TYPEOTHER white |
---|
1199 | keyword whole TYPETEXT white |
---|
1200 | keyword whole TYPEVIDEO white |
---|
1201 | |
---|
1202 | # Informix Functions |
---|
1203 | keyword whole ifx\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1204 | |
---|
1205 | # Ingres II Functions |
---|
1206 | keyword whole ingres\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1207 | |
---|
1208 | # Ingres II Functions constants |
---|
1209 | keyword whole INGRES\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
1210 | |
---|
1211 | # IRC Gateway Functions |
---|
1212 | keyword whole ircg\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1213 | |
---|
1214 | # PHP / Java Integration |
---|
1215 | keyword whole java_last_exception_clear yellow |
---|
1216 | keyword whole java_last_exception_get yellow |
---|
1217 | |
---|
1218 | # KADM5 |
---|
1219 | keyword whole kadm5\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1220 | |
---|
1221 | # KADM5 constants |
---|
1222 | keyword whole KADM5_ATTRIBUTES white |
---|
1223 | keyword whole KADM5_CLEARPOLICY white |
---|
1224 | keyword whole KADM5_FAIL_AUTH_COUNT white |
---|
1225 | keyword whole KADM5_KVNO white |
---|
1226 | keyword whole KADM5_LAST_FAILED white |
---|
1227 | keyword whole KADM5_LAST_PW_CHANGE white |
---|
1228 | keyword whole KADM5_LAST_SUCCESS white |
---|
1229 | keyword whole KADM5_MAX_LIFE white |
---|
1230 | keyword whole KADM5_MAX_RLIFE white |
---|
1231 | keyword whole KADM5_MOD_NAME white |
---|
1232 | keyword whole KADM5_MOD_TIME white |
---|
1233 | keyword whole KADM5_POLICY white |
---|
1234 | keyword whole KADM5_PRINCIPAL white |
---|
1235 | keyword whole KADM5_PRINC_EXPIRE_TIME white |
---|
1236 | keyword whole KADM5_PW_EXPIRATION white |
---|
1237 | keyword whole KADM5_RANDKEY white |
---|
1238 | keyword whole KRB5_KDB_DISALLOW_ALL_TIX white |
---|
1239 | keyword whole KRB5_KDB_DISALLOW_DUP_SKEY white |
---|
1240 | keyword whole KRB5_KDB_DISALLOW_FORWARDABLE white |
---|
1241 | keyword whole KRB5_KDB_DISALLOW_POSTDATED white |
---|
1242 | keyword whole KRB5_KDB_DISALLOW_PROXIABLE white |
---|
1243 | keyword whole KRB5_KDB_DISALLOW_RENEWABLE white |
---|
1244 | keyword whole KRB5_KDB_DISALLOW_SVR white |
---|
1245 | keyword whole KRB5_KDB_DISALLOW_TGT_BASED white |
---|
1246 | keyword whole KRB5_KDB_NEW_PRINC white |
---|
1247 | keyword whole KRB5_KDB_PWCHANGE_SERVER white |
---|
1248 | keyword whole KRB5_KDB_REQUIRES_HW_AUTH white |
---|
1249 | keyword whole KRB5_KDB_REQUIRES_PRE_AUTH white |
---|
1250 | keyword whole KRB5_KDB_REQUIRES_PWCHANGE white |
---|
1251 | keyword whole KRB5_KDB_SUPPORT_DESMD5 white |
---|
1252 | |
---|
1253 | # LDAP Functions |
---|
1254 | keyword whole ldap\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1255 | |
---|
1256 | # LDAP Functions constants |
---|
1257 | keyword whole GSLC_SSL_NO_AUTH white |
---|
1258 | keyword whole GSLC_SSL_ONEWAY_AUTH white |
---|
1259 | keyword whole GSLC_SSL_TWOWAY_AUTH white |
---|
1260 | keyword whole LDAP_DEREF_ALWAYS white |
---|
1261 | keyword whole LDAP_DEREF_FINDING white |
---|
1262 | keyword whole LDAP_DEREF_NEVER white |
---|
1263 | keyword whole LDAP_DEREF_SEARCHING white |
---|
1264 | keyword whole LDAP_OPT_CLIENT_CONTROLS white |
---|
1265 | keyword whole LDAP_OPT_DEBUG_LEVEL white |
---|
1266 | keyword whole LDAP_OPT_DEREF white |
---|
1267 | keyword whole LDAP_OPT_ERROR_NUMBER white |
---|
1268 | keyword whole LDAP_OPT_ERROR_STRING white |
---|
1269 | keyword whole LDAP_OPT_HOST_NAME white |
---|
1270 | keyword whole LDAP_OPT_MATCHED_DN white |
---|
1271 | keyword whole LDAP_OPT_PROTOCOL_VERSION white |
---|
1272 | keyword whole LDAP_OPT_REFERRALS white |
---|
1273 | keyword whole LDAP_OPT_RESTART white |
---|
1274 | keyword whole LDAP_OPT_SERVER_CONTROLS white |
---|
1275 | keyword whole LDAP_OPT_SIZELIMIT white |
---|
1276 | keyword whole LDAP_OPT_TIMELIMIT white |
---|
1277 | |
---|
1278 | # libxml Functions |
---|
1279 | keyword whole libxml_clear_errors yellow |
---|
1280 | keyword whole libxml_get_errors yellow |
---|
1281 | keyword whole libxml_get_last_error yellow |
---|
1282 | keyword whole libxml_set_streams_context yellow |
---|
1283 | keyword whole libxml_use_internal_errors yellow |
---|
1284 | |
---|
1285 | # libxml Functions constants |
---|
1286 | keyword whole LIBXML_COMPACT white |
---|
1287 | keyword whole LIBXML_DOTTED_VERSION white |
---|
1288 | keyword whole LIBXML_DTDATTR white |
---|
1289 | keyword whole LIBXML_DTDLOAD white |
---|
1290 | keyword whole LIBXML_DTDVALID white |
---|
1291 | keyword whole LIBXML_ERR_ERROR white |
---|
1292 | keyword whole LIBXML_ERR_FATAL white |
---|
1293 | keyword whole LIBXML_ERR_NONE white |
---|
1294 | keyword whole LIBXML_ERR_WARNING white |
---|
1295 | keyword whole LIBXML_NOBLANKS white |
---|
1296 | keyword whole LIBXML_NOCDATA white |
---|
1297 | keyword whole LIBXML_NOEMPTYTAG white |
---|
1298 | keyword whole LIBXML_NOENT white |
---|
1299 | keyword whole LIBXML_NOERROR white |
---|
1300 | keyword whole LIBXML_NONET white |
---|
1301 | keyword whole LIBXML_NOWARNING white |
---|
1302 | keyword whole LIBXML_NOXMLDECL white |
---|
1303 | keyword whole LIBXML_NSCLEAN white |
---|
1304 | keyword whole LIBXML_VERSION white |
---|
1305 | keyword whole LIBXML_XINCLUDE white |
---|
1306 | |
---|
1307 | # Lotus Notes Functions |
---|
1308 | keyword whole notes\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1309 | |
---|
1310 | # LZF Functions |
---|
1311 | keyword whole lzf_compress yellow |
---|
1312 | keyword whole lzf_decompress yellow |
---|
1313 | keyword whole lzf_optimized_for yellow |
---|
1314 | |
---|
1315 | # Mail Functions |
---|
1316 | keyword whole ezmlm_hash yellow |
---|
1317 | keyword whole mail yellow |
---|
1318 | |
---|
1319 | # mailparse Functions |
---|
1320 | keyword whole mailparse\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1321 | |
---|
1322 | # Mathematical Functions |
---|
1323 | keyword whole abs yellow |
---|
1324 | keyword whole acos yellow |
---|
1325 | keyword whole acosh yellow |
---|
1326 | keyword whole asin yellow |
---|
1327 | keyword whole asinh yellow |
---|
1328 | keyword whole atan yellow |
---|
1329 | keyword whole atan2 yellow |
---|
1330 | keyword whole atanh yellow |
---|
1331 | keyword whole base_convert yellow |
---|
1332 | keyword whole bindec yellow |
---|
1333 | keyword whole ceil yellow |
---|
1334 | keyword whole cos yellow |
---|
1335 | keyword whole cosh yellow |
---|
1336 | keyword whole decbin yellow |
---|
1337 | keyword whole dechex yellow |
---|
1338 | keyword whole decoct yellow |
---|
1339 | keyword whole deg2rad yellow |
---|
1340 | keyword whole exp yellow |
---|
1341 | keyword whole expm1 yellow |
---|
1342 | keyword whole floor yellow |
---|
1343 | keyword whole fmod yellow |
---|
1344 | keyword whole getrandmax yellow |
---|
1345 | keyword whole hexdec yellow |
---|
1346 | keyword whole hypot yellow |
---|
1347 | keyword whole is_finite yellow |
---|
1348 | keyword whole is_infinite yellow |
---|
1349 | keyword whole is_nan yellow |
---|
1350 | keyword whole lcg_value yellow |
---|
1351 | keyword whole log yellow |
---|
1352 | keyword whole log10 yellow |
---|
1353 | keyword whole log1p yellow |
---|
1354 | keyword whole max yellow |
---|
1355 | keyword whole min yellow |
---|
1356 | keyword whole mt_getrandmax yellow |
---|
1357 | keyword whole mt_rand yellow |
---|
1358 | keyword whole mt_srand yellow |
---|
1359 | keyword whole octdec yellow |
---|
1360 | keyword whole pi yellow |
---|
1361 | keyword whole pow yellow |
---|
1362 | keyword whole rad2deg yellow |
---|
1363 | keyword whole rand yellow |
---|
1364 | keyword whole round yellow |
---|
1365 | keyword whole sin yellow |
---|
1366 | keyword whole sinh yellow |
---|
1367 | keyword whole sqrt yellow |
---|
1368 | keyword whole srand yellow |
---|
1369 | keyword whole tan yellow |
---|
1370 | keyword whole tanh yellow |
---|
1371 | |
---|
1372 | # Mathematical Functions constants |
---|
1373 | keyword whole M_1_PI white |
---|
1374 | keyword whole M_2_PI white |
---|
1375 | keyword whole M_2_SQRTPI white |
---|
1376 | keyword whole M_E white |
---|
1377 | keyword whole M_EULER white |
---|
1378 | keyword whole M_LN10 white |
---|
1379 | keyword whole M_LN2 white |
---|
1380 | keyword whole M_LNPI white |
---|
1381 | keyword whole M_LOG10E white |
---|
1382 | keyword whole M_LOG2E white |
---|
1383 | keyword whole M_PI white |
---|
1384 | keyword whole M_PI_2 white |
---|
1385 | keyword whole M_PI_4 white |
---|
1386 | keyword whole M_SQRT1_2 white |
---|
1387 | keyword whole M_SQRT2 white |
---|
1388 | keyword whole M_SQRT3 white |
---|
1389 | keyword whole M_SQRTPI white |
---|
1390 | |
---|
1391 | # MaxDB PHP Extension |
---|
1392 | keyword whole maxdb\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1393 | |
---|
1394 | # MaxDB PHP Extension constants |
---|
1395 | keyword whole MAXDB_APPLICATION white |
---|
1396 | keyword whole MAXDB_APPVERSION white |
---|
1397 | keyword whole MAXDB_ASSOC white |
---|
1398 | keyword whole MAXDB_ASSOC_LOWER white |
---|
1399 | keyword whole MAXDB_ASSOC_UPPER white |
---|
1400 | keyword whole MAXDB_BOTH white |
---|
1401 | keyword whole MAXDB_COMPNAME white |
---|
1402 | keyword whole MAXDB_CURSORPREFIX white |
---|
1403 | keyword whole MAXDB_ISOLATIONLEVEL white |
---|
1404 | keyword whole MAXDB_NUM white |
---|
1405 | keyword whole MAXDB_PACKETCOUNT white |
---|
1406 | keyword whole MAXDB_SQLMODE white |
---|
1407 | keyword whole MAXDB_STATEMENTCACHESIZE white |
---|
1408 | keyword whole MAXDB_TIMEOUT white |
---|
1409 | keyword whole MAXDB_UNICODE white |
---|
1410 | |
---|
1411 | # MCAL Functions |
---|
1412 | keyword whole mcal\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1413 | |
---|
1414 | # MCAL Functions constants |
---|
1415 | keyword whole MCAL_APRIL white |
---|
1416 | keyword whole MCAL_AUGUST white |
---|
1417 | keyword whole MCAL_DECEMBER white |
---|
1418 | keyword whole MCAL_FEBRUARY white |
---|
1419 | keyword whole MCAL_FRIDAY white |
---|
1420 | keyword whole MCAL_JANUARY white |
---|
1421 | keyword whole MCAL_JULY white |
---|
1422 | keyword whole MCAL_JUNE white |
---|
1423 | keyword whole MCAL_MARCH white |
---|
1424 | keyword whole MCAL_MAY white |
---|
1425 | keyword whole MCAL_MONDAY white |
---|
1426 | keyword whole MCAL_M_ALLDAYS white |
---|
1427 | keyword whole MCAL_M_FRIDAY white |
---|
1428 | keyword whole MCAL_M_MONDAY white |
---|
1429 | keyword whole MCAL_M_SATURDAY white |
---|
1430 | keyword whole MCAL_M_SUNDAY white |
---|
1431 | keyword whole MCAL_M_THURSDAY white |
---|
1432 | keyword whole MCAL_M_TUESDAY white |
---|
1433 | keyword whole MCAL_M_WEDNESDAY white |
---|
1434 | keyword whole MCAL_M_WEEKDAYS white |
---|
1435 | keyword whole MCAL_M_WEEKEND white |
---|
1436 | keyword whole MCAL_NOVEMBER white |
---|
1437 | keyword whole MCAL_OCTOBER white |
---|
1438 | keyword whole MCAL_RECUR_DAILY white |
---|
1439 | keyword whole MCAL_RECUR_MONTHLY_MDAY white |
---|
1440 | keyword whole MCAL_RECUR_MONTHLY_WDAY white |
---|
1441 | keyword whole MCAL_RECUR_NONE white |
---|
1442 | keyword whole MCAL_RECUR_WEEKLY white |
---|
1443 | keyword whole MCAL_RECUR_YEARLY white |
---|
1444 | keyword whole MCAL_SATURDAY white |
---|
1445 | keyword whole MCAL_SEPTEMBER white |
---|
1446 | keyword whole MCAL_SUNDAY white |
---|
1447 | keyword whole MCAL_THURSDAY white |
---|
1448 | keyword whole MCAL_TUESDAY white |
---|
1449 | keyword whole MCAL_WEDNESDAY white |
---|
1450 | |
---|
1451 | # Mcrypt Encryption Functions |
---|
1452 | keyword whole mcrypt\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1453 | keyword whole mdecrypt_generic yellow |
---|
1454 | |
---|
1455 | # Mcrypt Encryption Functions constants |
---|
1456 | keyword whole MCRYPT_DECRYPT white |
---|
1457 | keyword whole MCRYPT_DEV_RANDOM white |
---|
1458 | keyword whole MCRYPT_DEV_URANDOM white |
---|
1459 | keyword whole MCRYPT_ENCRYPT white |
---|
1460 | keyword whole MCRYPT_RAND white |
---|
1461 | |
---|
1462 | # MCVE Payment Functions |
---|
1463 | keyword whole mcve\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1464 | |
---|
1465 | # MCVE Payment Functions constants |
---|
1466 | keyword whole MC\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
1467 | |
---|
1468 | # Memcache Functions |
---|
1469 | keyword whole memcache_debug yellow |
---|
1470 | |
---|
1471 | # Memcache Functions Memcache methods |
---|
1472 | keyword whole Memcache yellow |
---|
1473 | |
---|
1474 | # Memcache Functions constants |
---|
1475 | keyword whole MEMCACHE_COMPRESSED white |
---|
1476 | |
---|
1477 | # Mhash Functions |
---|
1478 | keyword whole mhash yellow |
---|
1479 | keyword whole mhash_count yellow |
---|
1480 | keyword whole mhash_get_block_size yellow |
---|
1481 | keyword whole mhash_get_hash_name yellow |
---|
1482 | keyword whole mhash_keygen_s2k yellow |
---|
1483 | |
---|
1484 | # Mhash Functions constants |
---|
1485 | keyword whole MHASH_ADLER32 white |
---|
1486 | keyword whole MHASH_CRC32 white |
---|
1487 | keyword whole MHASH_CRC32B white |
---|
1488 | keyword whole MHASH_GOST white |
---|
1489 | keyword whole MHASH_HAVAL128 white |
---|
1490 | keyword whole MHASH_HAVAL160 white |
---|
1491 | keyword whole MHASH_HAVAL192 white |
---|
1492 | keyword whole MHASH_HAVAL256 white |
---|
1493 | keyword whole MHASH_MD4 white |
---|
1494 | keyword whole MHASH_MD5 white |
---|
1495 | keyword whole MHASH_RIPEMD160 white |
---|
1496 | keyword whole MHASH_SHA1 white |
---|
1497 | keyword whole MHASH_SHA256 white |
---|
1498 | keyword whole MHASH_TIGER white |
---|
1499 | keyword whole MHASH_TIGER128 white |
---|
1500 | keyword whole MHASH_TIGER160 white |
---|
1501 | |
---|
1502 | # Mimetype Functions |
---|
1503 | keyword whole mime_content_type yellow |
---|
1504 | |
---|
1505 | # Ming functions for Flash |
---|
1506 | keyword whole SWFAction yellow |
---|
1507 | keyword whole SWFBitmap yellow |
---|
1508 | keyword whole SWFDisplayItem yellow |
---|
1509 | keyword whole SWFFill yellow |
---|
1510 | keyword whole SWFFont yellow |
---|
1511 | keyword whole SWFGradient yellow |
---|
1512 | keyword whole SWFMorph yellow |
---|
1513 | keyword whole SWFMovie yellow |
---|
1514 | keyword whole SWFShape yellow |
---|
1515 | keyword whole SWFSprite yellow |
---|
1516 | keyword whole SWFText yellow |
---|
1517 | keyword whole SWFTextField yellow |
---|
1518 | keyword whole SWFbutton yellow |
---|
1519 | keyword whole ming_setcubicthreshold yellow |
---|
1520 | keyword whole ming_setscale yellow |
---|
1521 | keyword whole ming_useswfversion yellow |
---|
1522 | keyword whole swfbutton_keypress yellow |
---|
1523 | |
---|
1524 | # Ming functions for Flash SWFBitmap methods |
---|
1525 | keyword whole SWFBitmap yellow |
---|
1526 | |
---|
1527 | # Ming functions for Flash SWFDisplayItem methods |
---|
1528 | keyword whole SWFDisplayItem yellow |
---|
1529 | |
---|
1530 | # Ming functions for Flash SWFFill methods |
---|
1531 | keyword whole SWFFill yellow |
---|
1532 | |
---|
1533 | # Ming functions for Flash SWFGradient methods |
---|
1534 | keyword whole SWFGradient yellow |
---|
1535 | |
---|
1536 | # Ming functions for Flash SWFMorph methods |
---|
1537 | keyword whole SWFMorph yellow |
---|
1538 | |
---|
1539 | # Ming functions for Flash SWFMovie methods |
---|
1540 | keyword whole SWFMovie yellow |
---|
1541 | |
---|
1542 | # Ming functions for Flash SWFShape methods |
---|
1543 | keyword whole SWFShape yellow |
---|
1544 | |
---|
1545 | # Ming functions for Flash SWFSprite methods |
---|
1546 | keyword whole SWFSprite yellow |
---|
1547 | |
---|
1548 | # Ming functions for Flash SWFText methods |
---|
1549 | keyword whole SWFText yellow |
---|
1550 | |
---|
1551 | # Ming functions for Flash SWFTextField methods |
---|
1552 | keyword whole SWFTextField yellow |
---|
1553 | |
---|
1554 | # Ming functions for Flash SWFbutton methods |
---|
1555 | keyword whole SWFbutton yellow |
---|
1556 | |
---|
1557 | # Ming functions for Flash swffont methods |
---|
1558 | keyword whole swffont yellow |
---|
1559 | |
---|
1560 | # Ming functions for Flash swfmovie methods |
---|
1561 | keyword whole swfmovie yellow |
---|
1562 | |
---|
1563 | # Ming functions for Flash swfsprite methods |
---|
1564 | keyword whole swfsprite yellow |
---|
1565 | |
---|
1566 | # Ming functions for Flash constants |
---|
1567 | keyword whole SWFACTION_DATA white |
---|
1568 | keyword whole SWFACTION_ENTERFRAME white |
---|
1569 | keyword whole SWFACTION_KEYDOWN white |
---|
1570 | keyword whole SWFACTION_KEYUP white |
---|
1571 | keyword whole SWFACTION_MOUSEDOWN white |
---|
1572 | keyword whole SWFACTION_MOUSEMOVE white |
---|
1573 | keyword whole SWFACTION_MOUSEUP white |
---|
1574 | keyword whole SWFACTION_ONLOAD white |
---|
1575 | keyword whole SWFACTION_UNLOAD white |
---|
1576 | keyword whole SWFBUTTON_DOWN white |
---|
1577 | keyword whole SWFBUTTON_DRAGOUT white |
---|
1578 | keyword whole SWFBUTTON_DRAGOVER white |
---|
1579 | keyword whole SWFBUTTON_HIT white |
---|
1580 | keyword whole SWFBUTTON_MOUSEDOWN white |
---|
1581 | keyword whole SWFBUTTON_MOUSEOUT white |
---|
1582 | keyword whole SWFBUTTON_MOUSEOVER white |
---|
1583 | keyword whole SWFBUTTON_MOUSEUP white |
---|
1584 | keyword whole SWFBUTTON_MOUSEUPOUTSIDE white |
---|
1585 | keyword whole SWFBUTTON_OVER white |
---|
1586 | keyword whole SWFBUTTON_UP white |
---|
1587 | keyword whole SWFFILL_CLIPPED_BITMAP white |
---|
1588 | keyword whole SWFFILL_LINEAR_GRADIENT white |
---|
1589 | keyword whole SWFFILL_RADIAL_GRADIENT white |
---|
1590 | keyword whole SWFFILL_TILED_BITMAP white |
---|
1591 | keyword whole SWFTEXTFIELD_ALIGN_CENTER white |
---|
1592 | keyword whole SWFTEXTFIELD_ALIGN_JUSTIFY white |
---|
1593 | keyword whole SWFTEXTFIELD_ALIGN_LEFT white |
---|
1594 | keyword whole SWFTEXTFIELD_ALIGN_RIGHT white |
---|
1595 | keyword whole SWFTEXTFIELD_DRAWBOX white |
---|
1596 | keyword whole SWFTEXTFIELD_HASLENGTH white |
---|
1597 | keyword whole SWFTEXTFIELD_HTML white |
---|
1598 | keyword whole SWFTEXTFIELD_MULTILINE white |
---|
1599 | keyword whole SWFTEXTFIELD_NOEDIT white |
---|
1600 | keyword whole SWFTEXTFIELD_NOSELECT white |
---|
1601 | keyword whole SWFTEXTFIELD_PASSWORD white |
---|
1602 | keyword whole SWFTEXTFIELD_WORDWRAP white |
---|
1603 | |
---|
1604 | # Miscellaneous Functions |
---|
1605 | keyword whole __halt_compiler yellow |
---|
1606 | keyword whole connection_aborted yellow |
---|
1607 | keyword whole connection_status yellow |
---|
1608 | keyword whole connection_timeout yellow |
---|
1609 | keyword whole constant yellow |
---|
1610 | keyword whole define yellow |
---|
1611 | keyword whole defined yellow |
---|
1612 | keyword whole die yellow |
---|
1613 | keyword whole eval yellow |
---|
1614 | keyword whole exit yellow |
---|
1615 | keyword whole get_browser yellow |
---|
1616 | keyword whole highlight_file yellow |
---|
1617 | keyword whole highlight_string yellow |
---|
1618 | keyword whole ignore_user_abort yellow |
---|
1619 | keyword whole pack yellow |
---|
1620 | keyword whole php_check_syntax yellow |
---|
1621 | keyword whole php_strip_whitespace yellow |
---|
1622 | keyword whole show_source yellow |
---|
1623 | keyword whole sleep yellow |
---|
1624 | keyword whole time_nanosleep yellow |
---|
1625 | keyword whole time_sleep_until yellow |
---|
1626 | keyword whole uniqid yellow |
---|
1627 | keyword whole unpack yellow |
---|
1628 | keyword whole usleep yellow |
---|
1629 | |
---|
1630 | # Miscellaneous Functions constants |
---|
1631 | keyword whole CONNECTION_ABORTED white |
---|
1632 | keyword whole CONNECTION_NORMAL white |
---|
1633 | keyword whole CONNECTION_TIMEOUT white |
---|
1634 | keyword whole __COMPILER_HALT_OFFSET__ white |
---|
1635 | |
---|
1636 | # mnoGoSearch Functions |
---|
1637 | keyword whole udm\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1638 | |
---|
1639 | # mnoGoSearch Functions constants |
---|
1640 | keyword whole UDM\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
1641 | |
---|
1642 | # Microsoft SQL Server Functions |
---|
1643 | keyword whole mssql\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1644 | |
---|
1645 | # Microsoft SQL Server Functions constants |
---|
1646 | keyword whole MSSQL_ASSOC white |
---|
1647 | keyword whole MSSQL_BOTH white |
---|
1648 | keyword whole MSSQL_NUM white |
---|
1649 | keyword whole SQLBIT white |
---|
1650 | keyword whole SQLCHAR white |
---|
1651 | keyword whole SQLFLT8 white |
---|
1652 | keyword whole SQLINT1 white |
---|
1653 | keyword whole SQLINT2 white |
---|
1654 | keyword whole SQLINT4 white |
---|
1655 | keyword whole SQLTEXT white |
---|
1656 | keyword whole SQLVARCHAR white |
---|
1657 | |
---|
1658 | # Microsoft SQL Server and Sybase Functions (PDO_DBLIB) |
---|
1659 | |
---|
1660 | # Mohawk Software Session Handler Functions |
---|
1661 | keyword whole msession\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1662 | |
---|
1663 | # mSQL Functions |
---|
1664 | keyword whole msql\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1665 | |
---|
1666 | # mSQL Functions constants |
---|
1667 | keyword whole MSQL_ASSOC white |
---|
1668 | keyword whole MSQL_BOTH white |
---|
1669 | keyword whole MSQL_NUM white |
---|
1670 | |
---|
1671 | # Multibyte String Functions |
---|
1672 | keyword whole mb\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1673 | |
---|
1674 | # Multibyte String Functions constants |
---|
1675 | keyword whole MB_OVERLOAD_MAIL white |
---|
1676 | keyword whole MB_OVERLOAD_REGEX white |
---|
1677 | keyword whole MB_OVERLOAD_STRING white |
---|
1678 | |
---|
1679 | # muscat Functions |
---|
1680 | keyword whole muscat\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1681 | |
---|
1682 | # MySQL Functions |
---|
1683 | keyword whole mysql\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1684 | |
---|
1685 | # MySQL Functions constants |
---|
1686 | keyword whole MYSQL_ASSOC white |
---|
1687 | keyword whole MYSQL_BOTH white |
---|
1688 | keyword whole MYSQL_CLIENT_COMPRESS white |
---|
1689 | keyword whole MYSQL_CLIENT_IGNORE_SPACE white |
---|
1690 | keyword whole MYSQL_CLIENT_INTERACTIVE white |
---|
1691 | keyword whole MYSQL_CLIENT_SSL white |
---|
1692 | keyword whole MYSQL_NUM white |
---|
1693 | |
---|
1694 | # MySQL Functions (PDO_MYSQL) |
---|
1695 | |
---|
1696 | # MySQL Functions (PDO_MYSQL) constants |
---|
1697 | keyword whole PDO_ATTR_DRIVER_NAME white |
---|
1698 | keyword whole PDO_MYSQL_ATTR_USE_BUFFERED_QUERY white |
---|
1699 | keyword whole TRUE white |
---|
1700 | |
---|
1701 | # MySQL Improved Extension |
---|
1702 | keyword whole mysqli\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1703 | |
---|
1704 | # MySQL Improved Extension constants |
---|
1705 | keyword whole MYSQLI\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
1706 | |
---|
1707 | # Ncurses Terminal Screen Control Functions |
---|
1708 | keyword whole ncurses\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1709 | |
---|
1710 | # Network Functions |
---|
1711 | keyword whole checkdnsrr yellow |
---|
1712 | keyword whole closelog yellow |
---|
1713 | keyword whole debugger_off yellow |
---|
1714 | keyword whole debugger_on yellow |
---|
1715 | keyword whole define_syslog_variables yellow |
---|
1716 | keyword whole dns_check_record yellow |
---|
1717 | keyword whole dns_get_mx yellow |
---|
1718 | keyword whole dns_get_record yellow |
---|
1719 | keyword whole fsockopen yellow |
---|
1720 | keyword whole gethostbyaddr yellow |
---|
1721 | keyword whole gethostbyname yellow |
---|
1722 | keyword whole gethostbynamel yellow |
---|
1723 | keyword whole getmxrr yellow |
---|
1724 | keyword whole getprotobyname yellow |
---|
1725 | keyword whole getprotobynumber yellow |
---|
1726 | keyword whole getservbyname yellow |
---|
1727 | keyword whole getservbyport yellow |
---|
1728 | keyword whole inet_ntop yellow |
---|
1729 | keyword whole inet_pton yellow |
---|
1730 | keyword whole ip2long yellow |
---|
1731 | keyword whole long2ip yellow |
---|
1732 | keyword whole openlog yellow |
---|
1733 | keyword whole pfsockopen yellow |
---|
1734 | keyword whole socket_get_status yellow |
---|
1735 | keyword whole socket_set_blocking yellow |
---|
1736 | keyword whole socket_set_timeout yellow |
---|
1737 | keyword whole syslog yellow |
---|
1738 | |
---|
1739 | # Network Functions constants |
---|
1740 | keyword whole DNS\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
1741 | keyword whole LOG\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
1742 | |
---|
1743 | # Newt Functions |
---|
1744 | keyword whole newt\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1745 | |
---|
1746 | # Newt Functions constants |
---|
1747 | keyword whole NEWT\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
1748 | |
---|
1749 | # NSAPI-specific Functions |
---|
1750 | keyword whole nsapi_request_headers yellow |
---|
1751 | keyword whole nsapi_response_headers yellow |
---|
1752 | keyword whole nsapi_virtual yellow |
---|
1753 | |
---|
1754 | # Object Aggregation/Composition Functions |
---|
1755 | keyword whole aggregate yellow |
---|
1756 | keyword whole aggregate_info yellow |
---|
1757 | keyword whole aggregate_methods yellow |
---|
1758 | keyword whole aggregate_methods_by_list yellow |
---|
1759 | keyword whole aggregate_methods_by_regexp yellow |
---|
1760 | keyword whole aggregate_properties yellow |
---|
1761 | keyword whole aggregate_properties_by_list yellow |
---|
1762 | keyword whole aggregate_properties_by_regexp yellow |
---|
1763 | keyword whole aggregation_info yellow |
---|
1764 | keyword whole deaggregate yellow |
---|
1765 | |
---|
1766 | # Object property and method call overloading |
---|
1767 | keyword whole overload yellow |
---|
1768 | |
---|
1769 | # Oracle functions |
---|
1770 | keyword whole oci\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1771 | |
---|
1772 | # Oracle functions OCI-Collection methods |
---|
1773 | keyword whole OCI-Collection yellow |
---|
1774 | |
---|
1775 | # Oracle functions OCI-Lob methods |
---|
1776 | keyword whole OCI-Lob yellow |
---|
1777 | |
---|
1778 | # Oracle functions constants |
---|
1779 | keyword whole NULL white |
---|
1780 | keyword whole OCI\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
1781 | keyword whole SQLT_BFILEE white |
---|
1782 | keyword whole SQLT_BLOB white |
---|
1783 | keyword whole SQLT_CFILEE white |
---|
1784 | keyword whole SQLT_CLOB white |
---|
1785 | keyword whole SQLT_NTY white |
---|
1786 | keyword whole SQLT_RDD white |
---|
1787 | |
---|
1788 | # ODBC Functions (Unified) |
---|
1789 | keyword whole odbc\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1790 | |
---|
1791 | # ODBC Functions (Unified) constants |
---|
1792 | keyword whole ODBC_BINMODE_CONVERT white |
---|
1793 | keyword whole ODBC_BINMODE_PASSTHRU white |
---|
1794 | keyword whole ODBC_BINMODE_RETURN white |
---|
1795 | keyword whole ODBC_TYPE white |
---|
1796 | keyword whole SQL\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
1797 | |
---|
1798 | # ODBC and DB2 functions (PDO_ODBC) |
---|
1799 | |
---|
1800 | # oggvorbis |
---|
1801 | |
---|
1802 | # oggvorbis constants |
---|
1803 | keyword whole OGGVORBIS_PCM_S16_BE white |
---|
1804 | keyword whole OGGVORBIS_PCM_S16_LE white |
---|
1805 | keyword whole OGGVORBIS_PCM_S8 white |
---|
1806 | keyword whole OGGVORBIS_PCM_U16_BE white |
---|
1807 | keyword whole OGGVORBIS_PCM_U16_LE white |
---|
1808 | keyword whole OGGVORBIS_PCM_U8 white |
---|
1809 | |
---|
1810 | # OpenAL Audio Bindings |
---|
1811 | keyword whole openal\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1812 | |
---|
1813 | # OpenAL Audio Bindings constants |
---|
1814 | keyword whole ALC_FREQUENCY white |
---|
1815 | keyword whole ALC_REFRESH white |
---|
1816 | keyword whole ALC_SYNC white |
---|
1817 | keyword whole AL_BITS white |
---|
1818 | keyword whole AL_BUFFER white |
---|
1819 | keyword whole AL_CHANNELS white |
---|
1820 | keyword whole AL_CONE_INNER_ANGLE white |
---|
1821 | keyword whole AL_CONE_OUTER_ANGLE white |
---|
1822 | keyword whole AL_CONE_OUTER_GAIN white |
---|
1823 | keyword whole AL_DIRECTION white |
---|
1824 | keyword whole AL_FALSE white |
---|
1825 | keyword whole AL_FORMAT_MONO16 white |
---|
1826 | keyword whole AL_FORMAT_MONO8 white |
---|
1827 | keyword whole AL_FORMAT_STEREO16 white |
---|
1828 | keyword whole AL_FORMAT_STEREO8 white |
---|
1829 | keyword whole AL_FREQUENCY white |
---|
1830 | keyword whole AL_GAIN white |
---|
1831 | keyword whole AL_INITIAL white |
---|
1832 | keyword whole AL_LOOPING white |
---|
1833 | keyword whole AL_MAX_DISTANCE white |
---|
1834 | keyword whole AL_MAX_GAIN white |
---|
1835 | keyword whole AL_MIN_GAIN white |
---|
1836 | keyword whole AL_ORIENTATION white |
---|
1837 | keyword whole AL_PAUSED white |
---|
1838 | keyword whole AL_PITCH white |
---|
1839 | keyword whole AL_PLAYING white |
---|
1840 | keyword whole AL_POSITION white |
---|
1841 | keyword whole AL_REFERENCE_DISTANCE white |
---|
1842 | keyword whole AL_ROLLOFF_FACTOR white |
---|
1843 | keyword whole AL_SIZE white |
---|
1844 | keyword whole AL_SOURCE_RELATIVE white |
---|
1845 | keyword whole AL_SOURCE_STATE white |
---|
1846 | keyword whole AL_STOPPED white |
---|
1847 | keyword whole AL_TRUE white |
---|
1848 | keyword whole AL_VELOCITY white |
---|
1849 | |
---|
1850 | # OpenSSL Functions |
---|
1851 | keyword whole openssl\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1852 | |
---|
1853 | # Oracle Functions [deprecated] |
---|
1854 | keyword whole ora\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1855 | |
---|
1856 | # Oracle Functions [deprecated] constants |
---|
1857 | keyword whole ORA_BIND_IN white |
---|
1858 | keyword whole ORA_BIND_INOUT white |
---|
1859 | keyword whole ORA_BIND_OUT white |
---|
1860 | keyword whole ORA_FETCHINTO_ASSOC white |
---|
1861 | keyword whole ORA_FETCHINTO_NULLS white |
---|
1862 | |
---|
1863 | # Oracle Functions (PDO_OCI) |
---|
1864 | |
---|
1865 | # Output Control Functions |
---|
1866 | keyword whole flush yellow |
---|
1867 | keyword whole ob_clean yellow |
---|
1868 | keyword whole ob_end_clean yellow |
---|
1869 | keyword whole ob_end_flush yellow |
---|
1870 | keyword whole ob_flush yellow |
---|
1871 | keyword whole ob_get_clean yellow |
---|
1872 | keyword whole ob_get_contents yellow |
---|
1873 | keyword whole ob_get_flush yellow |
---|
1874 | keyword whole ob_get_length yellow |
---|
1875 | keyword whole ob_get_level yellow |
---|
1876 | keyword whole ob_get_status yellow |
---|
1877 | keyword whole ob_gzhandler yellow |
---|
1878 | keyword whole ob_implicit_flush yellow |
---|
1879 | keyword whole ob_list_handlers yellow |
---|
1880 | keyword whole ob_start yellow |
---|
1881 | keyword whole output_add_rewrite_var yellow |
---|
1882 | keyword whole output_reset_rewrite_vars yellow |
---|
1883 | |
---|
1884 | # Ovrimos SQL Functions |
---|
1885 | keyword whole ovrimos_close yellow |
---|
1886 | keyword whole ovrimos_commit yellow |
---|
1887 | keyword whole ovrimos_connect yellow |
---|
1888 | keyword whole ovrimos_cursor yellow |
---|
1889 | keyword whole ovrimos_exec yellow |
---|
1890 | keyword whole ovrimos_execute yellow |
---|
1891 | keyword whole ovrimos_fetch_into yellow |
---|
1892 | keyword whole ovrimos_fetch_row yellow |
---|
1893 | keyword whole ovrimos_field_len yellow |
---|
1894 | keyword whole ovrimos_field_name yellow |
---|
1895 | keyword whole ovrimos_field_num yellow |
---|
1896 | keyword whole ovrimos_field_type yellow |
---|
1897 | keyword whole ovrimos_free_result yellow |
---|
1898 | keyword whole ovrimos_longreadlen yellow |
---|
1899 | keyword whole ovrimos_num_fields yellow |
---|
1900 | keyword whole ovrimos_num_rows yellow |
---|
1901 | keyword whole ovrimos_prepare yellow |
---|
1902 | keyword whole ovrimos_result yellow |
---|
1903 | keyword whole ovrimos_result_all yellow |
---|
1904 | keyword whole ovrimos_rollback yellow |
---|
1905 | |
---|
1906 | # Paradox File Access |
---|
1907 | keyword whole px_close yellow |
---|
1908 | keyword whole px_create_fp yellow |
---|
1909 | keyword whole px_delete yellow |
---|
1910 | keyword whole px_get_field yellow |
---|
1911 | keyword whole px_get_info yellow |
---|
1912 | keyword whole px_get_parameter yellow |
---|
1913 | keyword whole px_get_record yellow |
---|
1914 | keyword whole px_get_schema yellow |
---|
1915 | keyword whole px_get_value yellow |
---|
1916 | keyword whole px_new yellow |
---|
1917 | keyword whole px_numfields yellow |
---|
1918 | keyword whole px_numrecords yellow |
---|
1919 | keyword whole px_open_fp yellow |
---|
1920 | keyword whole px_put_record yellow |
---|
1921 | keyword whole px_set_blob_file yellow |
---|
1922 | keyword whole px_set_parameter yellow |
---|
1923 | keyword whole px_set_tablename yellow |
---|
1924 | keyword whole px_set_targetencoding yellow |
---|
1925 | keyword whole px_set_value yellow |
---|
1926 | keyword whole px_timestamp2string yellow |
---|
1927 | |
---|
1928 | # Paradox File Access constants |
---|
1929 | keyword whole PX_FIELD_ALPHA white |
---|
1930 | keyword whole PX_FIELD_AUTOINC white |
---|
1931 | keyword whole PX_FIELD_BCD white |
---|
1932 | keyword whole PX_FIELD_BLOB white |
---|
1933 | keyword whole PX_FIELD_BYTES white |
---|
1934 | keyword whole PX_FIELD_CURRENCY white |
---|
1935 | keyword whole PX_FIELD_DATE white |
---|
1936 | keyword whole PX_FIELD_FMTMEMOBLOB white |
---|
1937 | keyword whole PX_FIELD_GRAPHIC white |
---|
1938 | keyword whole PX_FIELD_LOGICAL white |
---|
1939 | keyword whole PX_FIELD_LONG white |
---|
1940 | keyword whole PX_FIELD_MEMOBLOB white |
---|
1941 | keyword whole PX_FIELD_NUMBER white |
---|
1942 | keyword whole PX_FIELD_OLE white |
---|
1943 | keyword whole PX_FIELD_SHORT white |
---|
1944 | keyword whole PX_FIELD_TIME white |
---|
1945 | keyword whole PX_FIELD_TIMESTAMP white |
---|
1946 | keyword whole PX_FILE_INC_SEC_INDEX white |
---|
1947 | keyword whole PX_FILE_INC_SEC_INDEX_G white |
---|
1948 | keyword whole PX_FILE_INDEX_DB white |
---|
1949 | keyword whole PX_FILE_NON_INC_SEC_INDEX white |
---|
1950 | keyword whole PX_FILE_NON_INC_SEC_INDEX_G white |
---|
1951 | keyword whole PX_FILE_NON_INDEX_DB white |
---|
1952 | keyword whole PX_FILE_PRIM_INDEX white |
---|
1953 | keyword whole PX_FILE_SEC_INDEX white |
---|
1954 | keyword whole PX_FILE_SEC_INDEX_G white |
---|
1955 | keyword whole PX_KEYTOLOWER white |
---|
1956 | keyword whole PX_KEYTOUPPER white |
---|
1957 | |
---|
1958 | # Parsekit Functions |
---|
1959 | keyword whole parsekit_compile_file yellow |
---|
1960 | keyword whole parsekit_compile_string yellow |
---|
1961 | keyword whole parsekit_func_arginfo yellow |
---|
1962 | |
---|
1963 | # Parsekit Functions constants |
---|
1964 | keyword whole PARSEKIT\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] white |
---|
1965 | |
---|
1966 | # Process Control Functions |
---|
1967 | keyword whole pcntl\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1968 | # Process Control Functions constants |
---|
1969 | keyword whole SIG\_\[ABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789\] white |
---|
1970 | keyword whole WNOHANG white |
---|
1971 | keyword whole WUNTRACED white |
---|
1972 | |
---|
1973 | # Regular Expression Functions (Perl-Compatible) |
---|
1974 | keyword whole preg\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1975 | |
---|
1976 | # Regular Expression Functions (Perl-Compatible) constants |
---|
1977 | keyword whole PREG_OFFSET_CAPTURE white |
---|
1978 | keyword whole PREG_PATTERN_ORDER white |
---|
1979 | keyword whole PREG_SET_ORDER white |
---|
1980 | keyword whole PREG_SPLIT_DELIM_CAPTURE white |
---|
1981 | keyword whole PREG_SPLIT_NO_EMPTY white |
---|
1982 | keyword whole PREG_SPLIT_OFFSET_CAPTURE white |
---|
1983 | |
---|
1984 | # PDF functions |
---|
1985 | keyword whole pdf\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
1986 | |
---|
1987 | # PDO Functions |
---|
1988 | |
---|
1989 | # PDO Functions PDO methods |
---|
1990 | keyword whole PDO yellow |
---|
1991 | |
---|
1992 | # PDO Functions PDOStatement methods |
---|
1993 | keyword whole PDOStatement yellow |
---|
1994 | |
---|
1995 | # PDO Functions constants |
---|
1996 | keyword whole FALSE white |
---|
1997 | keyword whole PDO::ATTR_AUTOCOMMIT white |
---|
1998 | keyword whole PDO::ATTR_CASE white |
---|
1999 | keyword whole PDO::ATTR_CLIENT_VERSION white |
---|
2000 | keyword whole PDO::ATTR_CONNECTION_STATUS white |
---|
2001 | keyword whole PDO::ATTR_CURSOR white |
---|
2002 | keyword whole PDO::ATTR_CURSOR_NAME white |
---|
2003 | keyword whole PDO::ATTR_DRIVER_NAME white |
---|
2004 | keyword whole PDO::ATTR_ERRMODE white |
---|
2005 | keyword whole PDO::ATTR_FETCH_CATALOG_NAMES white |
---|
2006 | keyword whole PDO::ATTR_FETCH_TABLE_NAMES white |
---|
2007 | keyword whole PDO::ATTR_ORACLE_NULLS white |
---|
2008 | keyword whole PDO::ATTR_PERSISTENT white |
---|
2009 | keyword whole PDO::ATTR_PREFETCH white |
---|
2010 | keyword whole PDO::ATTR_SERVER_INFO white |
---|
2011 | keyword whole PDO::ATTR_SERVER_VERSION white |
---|
2012 | keyword whole PDO::ATTR_TIMEOUT white |
---|
2013 | keyword whole PDO::CASE_LOWER white |
---|
2014 | keyword whole PDO::CASE_NATURAL white |
---|
2015 | keyword whole PDO::CASE_UPPER white |
---|
2016 | keyword whole PDO::CURSOR_FWDONLY white |
---|
2017 | keyword whole PDO::CURSOR_SCROLL white |
---|
2018 | keyword whole PDO::ERRMODE_EXCEPTION white |
---|
2019 | keyword whole PDO::ERRMODE_SILENT white |
---|
2020 | keyword whole PDO::ERRMODE_WARNING white |
---|
2021 | keyword whole PDO::ERR_NONE white |
---|
2022 | keyword whole PDO::FETCH_ASSOC white |
---|
2023 | keyword whole PDO::FETCH_BOTH white |
---|
2024 | keyword whole PDO::FETCH_BOUND white |
---|
2025 | keyword whole PDO::FETCH_CLASS white |
---|
2026 | keyword whole PDO::FETCH_CLASSTYPE white |
---|
2027 | keyword whole PDO::FETCH_COLUMN white |
---|
2028 | keyword whole PDO::FETCH_FUNC white |
---|
2029 | keyword whole PDO::FETCH_GROUP white |
---|
2030 | keyword whole PDO::FETCH_INTO white |
---|
2031 | keyword whole PDO::FETCH_LAZY white |
---|
2032 | keyword whole PDO::FETCH_NAMED white |
---|
2033 | keyword whole PDO::FETCH_NUM white |
---|
2034 | keyword whole PDO::FETCH_OBJ white |
---|
2035 | keyword whole PDO::FETCH_ORI_ABS white |
---|
2036 | keyword whole PDO::FETCH_ORI_FIRST white |
---|
2037 | keyword whole PDO::FETCH_ORI_LAST white |
---|
2038 | keyword whole PDO::FETCH_ORI_NEXT white |
---|
2039 | keyword whole PDO::FETCH_ORI_PRIOR white |
---|
2040 | keyword whole PDO::FETCH_ORI_REL white |
---|
2041 | keyword whole PDO::FETCH_UNIQUE white |
---|
2042 | keyword whole PDO::PARAM_BOOL white |
---|
2043 | keyword whole PDO::PARAM_INPUT_OUTPUT white |
---|
2044 | keyword whole PDO::PARAM_INT white |
---|
2045 | keyword whole PDO::PARAM_LOB white |
---|
2046 | keyword whole PDO::PARAM_NULL white |
---|
2047 | keyword whole PDO::PARAM_STMT white |
---|
2048 | keyword whole PDO::PARAM_STR white |
---|
2049 | keyword whole PDO_PARAM_BOOL white |
---|
2050 | |
---|
2051 | # PHP Options&Information |
---|
2052 | keyword whole assert yellow |
---|
2053 | keyword whole assert_options yellow |
---|
2054 | keyword whole dl yellow |
---|
2055 | keyword whole extension_loaded yellow |
---|
2056 | keyword whole get_cfg_var yellow |
---|
2057 | keyword whole get_current_user yellow |
---|
2058 | keyword whole get_defined_constants yellow |
---|
2059 | keyword whole get_extension_funcs yellow |
---|
2060 | keyword whole get_include_path yellow |
---|
2061 | keyword whole get_included_files yellow |
---|
2062 | keyword whole get_loaded_extensions yellow |
---|
2063 | keyword whole get_magic_quotes_gpc yellow |
---|
2064 | keyword whole get_magic_quotes_runtime yellow |
---|
2065 | keyword whole get_required_files yellow |
---|
2066 | keyword whole getenv yellow |
---|
2067 | keyword whole getlastmod yellow |
---|
2068 | keyword whole getmygid yellow |
---|
2069 | keyword whole getmyinode yellow |
---|
2070 | keyword whole getmypid yellow |
---|
2071 | keyword whole getmyuid yellow |
---|
2072 | keyword whole getopt yellow |
---|
2073 | keyword whole getrusage yellow |
---|
2074 | keyword whole ini_alter yellow |
---|
2075 | keyword whole ini_get yellow |
---|
2076 | keyword whole ini_get_all yellow |
---|
2077 | keyword whole ini_restore yellow |
---|
2078 | keyword whole ini_set yellow |
---|
2079 | keyword whole main yellow |
---|
2080 | keyword whole memory_get_usage yellow |
---|
2081 | keyword whole php_ini_scanned_files yellow |
---|
2082 | keyword whole php_logo_guid yellow |
---|
2083 | keyword whole php_sapi_name yellow |
---|
2084 | keyword whole php_uname yellow |
---|
2085 | keyword whole phpcredits yellow |
---|
2086 | keyword whole phpinfo yellow |
---|
2087 | keyword whole phpversion yellow |
---|
2088 | keyword whole putenv yellow |
---|
2089 | keyword whole restore_include_path yellow |
---|
2090 | keyword whole set_include_path yellow |
---|
2091 | keyword whole set_magic_quotes_runtime yellow |
---|
2092 | keyword whole set_time_limit yellow |
---|
2093 | keyword whole version_compare yellow |
---|
2094 | keyword whole zend_logo_guid yellow |
---|
2095 | keyword whole zend_version yellow |
---|
2096 | |
---|
2097 | # PHP Options&Information constants |
---|
2098 | keyword whole ASSERT_ACTIVE white |
---|
2099 | keyword whole ASSERT_BAIL white |
---|
2100 | keyword whole ASSERT_CALLBACK white |
---|
2101 | keyword whole ASSERT_QUIET_EVAL white |
---|
2102 | keyword whole ASSERT_WARNING white |
---|
2103 | keyword whole CREDITS_ALL white |
---|
2104 | keyword whole CREDITS_DOCS white |
---|
2105 | keyword whole CREDITS_FULLPAGE white |
---|
2106 | keyword whole CREDITS_GENERAL white |
---|
2107 | keyword whole CREDITS_GROUP white |
---|
2108 | keyword whole CREDITS_MODULES white |
---|
2109 | keyword whole CREDITS_QA white |
---|
2110 | keyword whole CREDITS_SAPI white |
---|
2111 | keyword whole INFO_ALL white |
---|
2112 | keyword whole INFO_CONFIGURATION white |
---|
2113 | keyword whole INFO_CREDITS white |
---|
2114 | keyword whole INFO_ENVIRONMENT white |
---|
2115 | keyword whole INFO_GENERAL white |
---|
2116 | keyword whole INFO_LICENSE white |
---|
2117 | keyword whole INFO_MODULES white |
---|
2118 | keyword whole INFO_VARIABLES white |
---|
2119 | |
---|
2120 | # POSIX Functions |
---|
2121 | keyword whole posix\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2122 | |
---|
2123 | # POSIX Functions constants |
---|
2124 | keyword whole POSIX_F_OK white |
---|
2125 | keyword whole POSIX_R_OK white |
---|
2126 | keyword whole POSIX_S_IFBLK white |
---|
2127 | keyword whole POSIX_S_IFCHR white |
---|
2128 | keyword whole POSIX_S_IFIFO white |
---|
2129 | keyword whole POSIX_S_IFREG white |
---|
2130 | keyword whole POSIX_S_IFSOCK white |
---|
2131 | keyword whole POSIX_W_OK white |
---|
2132 | keyword whole POSIX_X_OK white |
---|
2133 | |
---|
2134 | # Regular Expression Functions (POSIX Extended) |
---|
2135 | keyword whole ereg yellow |
---|
2136 | keyword whole ereg_replace yellow |
---|
2137 | keyword whole eregi yellow |
---|
2138 | keyword whole eregi_replace yellow |
---|
2139 | keyword whole split yellow |
---|
2140 | keyword whole spliti yellow |
---|
2141 | keyword whole sql_regcase yellow |
---|
2142 | |
---|
2143 | # PostgreSQL Functions |
---|
2144 | keyword whole pg\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2145 | |
---|
2146 | # PostgreSQL Functions constants |
---|
2147 | keyword whole PGSQL\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
2148 | keyword whole PG_DIAG_INTERNAL_QUERY white |
---|
2149 | keyword whole PG_DIAG_STATEMENT_POSITION white |
---|
2150 | |
---|
2151 | # PostgreSQL Functions (PDO_PGSQL) |
---|
2152 | |
---|
2153 | # Printer Functions |
---|
2154 | keyword whole printer\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2155 | |
---|
2156 | # Program Execution Functions |
---|
2157 | keyword whole escapeshellarg yellow |
---|
2158 | keyword whole escapeshellcmd yellow |
---|
2159 | keyword whole exec yellow |
---|
2160 | keyword whole passthru yellow |
---|
2161 | keyword whole proc_close yellow |
---|
2162 | keyword whole proc_get_status yellow |
---|
2163 | keyword whole proc_nice yellow |
---|
2164 | keyword whole proc_open yellow |
---|
2165 | keyword whole proc_terminate yellow |
---|
2166 | keyword whole shell_exec yellow |
---|
2167 | keyword whole system yellow |
---|
2168 | |
---|
2169 | # PostScript document creation |
---|
2170 | keyword whole ps\_\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2171 | |
---|
2172 | # PostScript document creation constants |
---|
2173 | keyword whole ps\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
2174 | |
---|
2175 | # Pspell Functions |
---|
2176 | keyword whole pspell\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2177 | |
---|
2178 | # Pspell Functions constants |
---|
2179 | keyword whole PSPELL_BAD_SPELLERS white |
---|
2180 | keyword whole PSPELL_FAST white |
---|
2181 | keyword whole PSPELL_NORMAL white |
---|
2182 | keyword whole PSPELL_RUN_TOGETHER white |
---|
2183 | |
---|
2184 | # qtdom Functions |
---|
2185 | keyword whole qdom_error yellow |
---|
2186 | keyword whole qdom_tree yellow |
---|
2187 | |
---|
2188 | # Radius |
---|
2189 | keyword whole radius\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2190 | |
---|
2191 | # Radius constants |
---|
2192 | keyword whole RADIUS\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
2193 | |
---|
2194 | # Rar Functions |
---|
2195 | keyword whole rar_close yellow |
---|
2196 | keyword whole rar_entry_get yellow |
---|
2197 | keyword whole rar_list yellow |
---|
2198 | keyword whole rar_open yellow |
---|
2199 | |
---|
2200 | # Rar Functions Rar methods |
---|
2201 | keyword whole Rar yellow |
---|
2202 | |
---|
2203 | # Rar Functions constants |
---|
2204 | keyword whole RAR_HOST_BEOS white |
---|
2205 | keyword whole RAR_HOST_MSDOS white |
---|
2206 | keyword whole RAR_HOST_OS2 white |
---|
2207 | keyword whole RAR_HOST_UNIX white |
---|
2208 | keyword whole RAR_HOST_WIN32 white |
---|
2209 | |
---|
2210 | # GNU Readline |
---|
2211 | keyword whole readline\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2212 | |
---|
2213 | # GNU Recode Functions |
---|
2214 | keyword whole recode yellow |
---|
2215 | keyword whole recode_file yellow |
---|
2216 | keyword whole recode_string yellow |
---|
2217 | |
---|
2218 | # RPM Header Reading Functions |
---|
2219 | keyword whole rpm_close yellow |
---|
2220 | keyword whole rpm_get_tag yellow |
---|
2221 | keyword whole rpm_is_valid yellow |
---|
2222 | keyword whole rpm_open yellow |
---|
2223 | |
---|
2224 | # RPM Header Reading Functions constants |
---|
2225 | keyword whole RPMREADER\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
2226 | |
---|
2227 | # runkit Functions |
---|
2228 | keyword whole runkit\_\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2229 | |
---|
2230 | # runkit Functions constants |
---|
2231 | keyword whole CLASSKIT_ACC_PRIVATE white |
---|
2232 | keyword whole CLASSKIT_ACC_PROTECTED white |
---|
2233 | keyword whole CLASSKIT_ACC_PUBLIC white |
---|
2234 | keyword whole CLASSKIT_AGGREGATE_OVERRIDE white |
---|
2235 | keyword whole CLASSKIT_VERSION white |
---|
2236 | keyword whole RUNKIT_ACC_PRIVATE white |
---|
2237 | keyword whole RUNKIT_ACC_PROTECTED white |
---|
2238 | keyword whole RUNKIT_ACC_PUBLIC white |
---|
2239 | keyword whole RUNKIT_IMPORT_CLASSES white |
---|
2240 | keyword whole RUNKIT_IMPORT_CLASS_* white |
---|
2241 | keyword whole RUNKIT_IMPORT_CLASS_CONSTS white |
---|
2242 | keyword whole RUNKIT_IMPORT_CLASS_METHODS white |
---|
2243 | keyword whole RUNKIT_IMPORT_CLASS_PROPS white |
---|
2244 | keyword whole RUNKIT_IMPORT_FUNCTIONS white |
---|
2245 | keyword whole RUNKIT_IMPORT_OVERRIDE white |
---|
2246 | keyword whole RUNKIT_VERSION white |
---|
2247 | |
---|
2248 | # Satellite CORBA client extension [deprecated] |
---|
2249 | keyword whole OrbitEnum yellow |
---|
2250 | keyword whole OrbitObject yellow |
---|
2251 | keyword whole OrbitStruct yellow |
---|
2252 | keyword whole satellite_caught_exception yellow |
---|
2253 | keyword whole satellite_exception_id yellow |
---|
2254 | keyword whole satellite_exception_value yellow |
---|
2255 | keyword whole satellite_get_repository_id yellow |
---|
2256 | keyword whole satellite_load_idl yellow |
---|
2257 | keyword whole satellite_object_to_string yellow |
---|
2258 | |
---|
2259 | # SDO Functions |
---|
2260 | |
---|
2261 | # SDO Functions SDO_DAS_ChangeSummary methods |
---|
2262 | keyword whole SDO_DAS_ChangeSummary yellow |
---|
2263 | |
---|
2264 | # SDO Functions SDO_DAS_DataFactory methods |
---|
2265 | keyword whole SDO_DAS_DataFactory yellow |
---|
2266 | |
---|
2267 | # SDO Functions SDO_DAS_DataObject methods |
---|
2268 | keyword whole SDO_DAS_DataObject yellow |
---|
2269 | |
---|
2270 | # SDO Functions SDO_DAS_Setting methods |
---|
2271 | keyword whole SDO_DAS_Setting yellow |
---|
2272 | |
---|
2273 | # SDO Functions SDO_DataFactory methods |
---|
2274 | keyword whole SDO_DataFactory yellow |
---|
2275 | |
---|
2276 | # SDO Functions SDO_DataObject methods |
---|
2277 | keyword whole SDO_DataObject yellow |
---|
2278 | |
---|
2279 | # SDO Functions SDO_List methods |
---|
2280 | keyword whole SDO_List yellow |
---|
2281 | |
---|
2282 | # SDO Functions SDO_Sequence methods |
---|
2283 | keyword whole SDO_Sequence yellow |
---|
2284 | |
---|
2285 | # SDO Functions constants |
---|
2286 | keyword whole SDO_DAS_ChangeSummary::ADDITION=2 white |
---|
2287 | keyword whole SDO_DAS_ChangeSummary::DELETION=3 white |
---|
2288 | keyword whole SDO_DAS_ChangeSummary::MODIFICATION=1 white |
---|
2289 | keyword whole SDO_DAS_ChangeSummary::NONE=0 white |
---|
2290 | |
---|
2291 | # SDO XML Data Access Service Functions |
---|
2292 | |
---|
2293 | # SDO XML Data Access Service Functions SDO_DAS_XML methods |
---|
2294 | keyword whole SDO_DAS_XML yellow |
---|
2295 | |
---|
2296 | # SDO XML Data Access Service Functions SDO_DAS_XML_Document methods |
---|
2297 | keyword whole SDO_DAS_XML_Document yellow |
---|
2298 | |
---|
2299 | # SDO Relational Data Access Service Functions |
---|
2300 | |
---|
2301 | # SDO Relational Data Access Service Functions SDO_DAS_Relational methods |
---|
2302 | keyword whole SDO_DAS_Relational yellow |
---|
2303 | |
---|
2304 | # Semaphore, Shared Memory and IPC Functions |
---|
2305 | keyword whole ftok yellow |
---|
2306 | keyword whole msg_get_queue yellow |
---|
2307 | keyword whole msg_receive yellow |
---|
2308 | keyword whole msg_remove_queue yellow |
---|
2309 | keyword whole msg_send yellow |
---|
2310 | keyword whole msg_set_queue yellow |
---|
2311 | keyword whole msg_stat_queue yellow |
---|
2312 | keyword whole sem_acquire yellow |
---|
2313 | keyword whole sem_get yellow |
---|
2314 | keyword whole sem_release yellow |
---|
2315 | keyword whole sem_remove yellow |
---|
2316 | keyword whole shm_attach yellow |
---|
2317 | keyword whole shm_detach yellow |
---|
2318 | keyword whole shm_get_var yellow |
---|
2319 | keyword whole shm_put_var yellow |
---|
2320 | keyword whole shm_remove yellow |
---|
2321 | keyword whole shm_remove_var yellow |
---|
2322 | |
---|
2323 | # Semaphore, Shared Memory and IPC Functions constants |
---|
2324 | keyword whole MSG_EXCEPT white |
---|
2325 | keyword whole MSG_IPC_NOWAIT white |
---|
2326 | keyword whole MSG_NOERROR white |
---|
2327 | |
---|
2328 | # SESAM Database Functions |
---|
2329 | keyword whole sesam\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2330 | |
---|
2331 | # Session Save Handler, Handling Functions |
---|
2332 | keyword whole session\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2333 | |
---|
2334 | # Session Handling Functions constants |
---|
2335 | keyword whole SID white |
---|
2336 | |
---|
2337 | # Shared Memory Functions |
---|
2338 | keyword whole shmop_close yellow |
---|
2339 | keyword whole shmop_delete yellow |
---|
2340 | keyword whole shmop_open yellow |
---|
2341 | keyword whole shmop_read yellow |
---|
2342 | keyword whole shmop_size yellow |
---|
2343 | keyword whole shmop_write yellow |
---|
2344 | |
---|
2345 | # SimpleXML functions |
---|
2346 | keyword whole simplexml_import_dom yellow |
---|
2347 | keyword whole simplexml_load_file yellow |
---|
2348 | keyword whole simplexml_load_string yellow |
---|
2349 | |
---|
2350 | # SimpleXML functions SimpleXMLElement methods |
---|
2351 | keyword whole SimpleXMLElement yellow |
---|
2352 | |
---|
2353 | # SNMP Functions |
---|
2354 | keyword whole snmp_get_quick_print yellow |
---|
2355 | keyword whole snmp_get_valueretrieval yellow |
---|
2356 | keyword whole snmp_read_mib yellow |
---|
2357 | keyword whole snmp_set_enum_print yellow |
---|
2358 | keyword whole snmp_set_oid_numeric_print yellow |
---|
2359 | keyword whole snmp_set_quick_print yellow |
---|
2360 | keyword whole snmp_set_valueretrieval yellow |
---|
2361 | keyword whole snmpget yellow |
---|
2362 | keyword whole snmpgetnext yellow |
---|
2363 | keyword whole snmprealwalk yellow |
---|
2364 | keyword whole snmpset yellow |
---|
2365 | keyword whole snmpwalk yellow |
---|
2366 | keyword whole snmpwalkoid yellow |
---|
2367 | |
---|
2368 | # SNMP Functions constants |
---|
2369 | keyword whole SNMP_BIT_STR white |
---|
2370 | keyword whole SNMP_COUNTER white |
---|
2371 | keyword whole SNMP_COUNTER64 white |
---|
2372 | keyword whole SNMP_INTEGER white |
---|
2373 | keyword whole SNMP_IPADDRESS white |
---|
2374 | keyword whole SNMP_NULL white |
---|
2375 | keyword whole SNMP_OBJECT_ID white |
---|
2376 | keyword whole SNMP_OCTET_STR white |
---|
2377 | keyword whole SNMP_OPAQUE white |
---|
2378 | keyword whole SNMP_TIMETICKS white |
---|
2379 | keyword whole SNMP_UINTEGER white |
---|
2380 | keyword whole SNMP_UNSIGNED white |
---|
2381 | keyword whole SNMP_VALUE_LIBRARY white |
---|
2382 | keyword whole SNMP_VALUE_OBJECT white |
---|
2383 | keyword whole SNMP_VALUE_PLAIN white |
---|
2384 | |
---|
2385 | # SOAP Functions |
---|
2386 | keyword whole is_soap_fault yellow |
---|
2387 | keyword whole use_soap_error_handler yellow |
---|
2388 | |
---|
2389 | # SOAP Functions SoapClient methods |
---|
2390 | keyword whole SoapClient yellow |
---|
2391 | |
---|
2392 | # SOAP Functions SoapFault methods |
---|
2393 | keyword whole SoapFault yellow |
---|
2394 | |
---|
2395 | # SOAP Functions SoapHeader methods |
---|
2396 | keyword whole SoapHeader yellow |
---|
2397 | |
---|
2398 | # SOAP Functions SoapParam methods |
---|
2399 | keyword whole SoapParam yellow |
---|
2400 | |
---|
2401 | # SOAP Functions SoapServer methods |
---|
2402 | keyword whole SoapServer yellow |
---|
2403 | |
---|
2404 | # SOAP Functions SoapVar methods |
---|
2405 | keyword whole SoapVar yellow |
---|
2406 | |
---|
2407 | # SOAP Functions constants |
---|
2408 | keyword whole SOAP_1_1 white |
---|
2409 | keyword whole SOAP_1_2 white |
---|
2410 | keyword whole SOAP_ACTOR_NEXT white |
---|
2411 | keyword whole SOAP_ACTOR_NONE white |
---|
2412 | keyword whole SOAP_ACTOR_UNLIMATERECEIVER white |
---|
2413 | keyword whole SOAP_COMPRESSION_ACCEPT white |
---|
2414 | keyword whole SOAP_COMPRESSION_DEFLATE white |
---|
2415 | keyword whole SOAP_COMPRESSION_GZIP white |
---|
2416 | keyword whole SOAP_DOCUMENT white |
---|
2417 | keyword whole SOAP_ENCODED white |
---|
2418 | keyword whole SOAP_ENC_ARRAY white |
---|
2419 | keyword whole SOAP_ENC_OBJECT white |
---|
2420 | keyword whole SOAP_FUNCTIONS_ALL white |
---|
2421 | keyword whole SOAP_LITERAL white |
---|
2422 | keyword whole SOAP_PERSISTENCE_REQUEST white |
---|
2423 | keyword whole SOAP_PERSISTENCE_SESSION white |
---|
2424 | keyword whole SOAP_RPC white |
---|
2425 | keyword whole UNKNOWN_TYPE white |
---|
2426 | keyword whole XSD_1999_NAMESPACE white |
---|
2427 | keyword whole XSD_1999_TIMEINSTANT white |
---|
2428 | keyword whole XSD_ANYTYPE white |
---|
2429 | keyword whole XSD_ANYURI white |
---|
2430 | keyword whole XSD_ANYXML white |
---|
2431 | keyword whole XSD_BASE64BINARY white |
---|
2432 | keyword whole XSD_BOOLEAN white |
---|
2433 | keyword whole XSD_BYTE white |
---|
2434 | keyword whole XSD_DATE white |
---|
2435 | keyword whole XSD_DATETIME white |
---|
2436 | keyword whole XSD_DECIMAL white |
---|
2437 | keyword whole XSD_DOUBLE white |
---|
2438 | keyword whole XSD_DURATION white |
---|
2439 | keyword whole XSD_ENTITIES white |
---|
2440 | keyword whole XSD_ENTITY white |
---|
2441 | keyword whole XSD_FLOAT white |
---|
2442 | keyword whole XSD_GDAY white |
---|
2443 | keyword whole XSD_GMONTH white |
---|
2444 | keyword whole XSD_GMONTHDAY white |
---|
2445 | keyword whole XSD_GYEAR white |
---|
2446 | keyword whole XSD_GYEARMONTH white |
---|
2447 | keyword whole XSD_HEXBINARY white |
---|
2448 | keyword whole XSD_ID white |
---|
2449 | keyword whole XSD_IDREF white |
---|
2450 | keyword whole XSD_IDREFS white |
---|
2451 | keyword whole XSD_INT white |
---|
2452 | keyword whole XSD_INTEGER white |
---|
2453 | keyword whole XSD_LANGUAGE white |
---|
2454 | keyword whole XSD_LONG white |
---|
2455 | keyword whole XSD_NAME white |
---|
2456 | keyword whole XSD_NAMESPACE white |
---|
2457 | keyword whole XSD_NCNAME white |
---|
2458 | keyword whole XSD_NEGATIVEINTEGER white |
---|
2459 | keyword whole XSD_NMTOKEN white |
---|
2460 | keyword whole XSD_NMTOKENS white |
---|
2461 | keyword whole XSD_NONNEGATIVEINTEGER white |
---|
2462 | keyword whole XSD_NONPOSITIVEINTEGER white |
---|
2463 | keyword whole XSD_NORMALIZEDSTRING white |
---|
2464 | keyword whole XSD_NOTATION white |
---|
2465 | keyword whole XSD_POSITIVEINTEGER white |
---|
2466 | keyword whole XSD_QNAME white |
---|
2467 | keyword whole XSD_SHORT white |
---|
2468 | keyword whole XSD_STRING white |
---|
2469 | keyword whole XSD_TIME white |
---|
2470 | keyword whole XSD_TOKEN white |
---|
2471 | keyword whole XSD_UNSIGNEDBYTE white |
---|
2472 | keyword whole XSD_UNSIGNEDINT white |
---|
2473 | keyword whole XSD_UNSIGNEDLONG white |
---|
2474 | keyword whole XSD_UNSIGNEDSHORT white |
---|
2475 | |
---|
2476 | # Socket Functions |
---|
2477 | keyword whole socket_accept yellow |
---|
2478 | keyword whole socket_bind yellow |
---|
2479 | keyword whole socket_clear_error yellow |
---|
2480 | keyword whole socket_close yellow |
---|
2481 | keyword whole socket_connect yellow |
---|
2482 | keyword whole socket_create yellow |
---|
2483 | keyword whole socket_create_listen yellow |
---|
2484 | keyword whole socket_create_pair yellow |
---|
2485 | keyword whole socket_get_option yellow |
---|
2486 | keyword whole socket_getpeername yellow |
---|
2487 | keyword whole socket_getsockname yellow |
---|
2488 | keyword whole socket_last_error yellow |
---|
2489 | keyword whole socket_listen yellow |
---|
2490 | keyword whole socket_read yellow |
---|
2491 | keyword whole socket_recv yellow |
---|
2492 | keyword whole socket_recvfrom yellow |
---|
2493 | keyword whole socket_select yellow |
---|
2494 | keyword whole socket_send yellow |
---|
2495 | keyword whole socket_sendto yellow |
---|
2496 | keyword whole socket_set_block yellow |
---|
2497 | keyword whole socket_set_nonblock yellow |
---|
2498 | keyword whole socket_set_option yellow |
---|
2499 | keyword whole socket_shutdown yellow |
---|
2500 | keyword whole socket_strerror yellow |
---|
2501 | keyword whole socket_write yellow |
---|
2502 | |
---|
2503 | # Socket Functions constants |
---|
2504 | keyword whole AF_INET white |
---|
2505 | keyword whole AF_INET6 white |
---|
2506 | keyword whole AF_UNIX white |
---|
2507 | keyword whole MSG_DONTROUTE white |
---|
2508 | keyword whole MSG_OOB white |
---|
2509 | keyword whole MSG_PEEK white |
---|
2510 | keyword whole MSG_WAITALL white |
---|
2511 | keyword whole PHP_BINARY_READ white |
---|
2512 | keyword whole PHP_NORMAL_READ white |
---|
2513 | keyword whole SOCK_DGRAM white |
---|
2514 | keyword whole SOCK_RAW white |
---|
2515 | keyword whole SOCK_RDM white |
---|
2516 | keyword whole SOCK_SEQPACKET white |
---|
2517 | keyword whole SOCK_STREAM white |
---|
2518 | keyword whole SOL_SOCKET white |
---|
2519 | keyword whole SOL_TCP white |
---|
2520 | keyword whole SOL_UDP white |
---|
2521 | keyword whole SO_BROADCAST white |
---|
2522 | keyword whole SO_DEBUG white |
---|
2523 | keyword whole SO_DONTROUTE white |
---|
2524 | keyword whole SO_ERROR white |
---|
2525 | keyword whole SO_KEEPALIVE white |
---|
2526 | keyword whole SO_LINGER white |
---|
2527 | keyword whole SO_OOBINLINE white |
---|
2528 | keyword whole SO_RCVBUF white |
---|
2529 | keyword whole SO_RCVLOWAT white |
---|
2530 | keyword whole SO_RCVTIMEO white |
---|
2531 | keyword whole SO_REUSEADDR white |
---|
2532 | keyword whole SO_SNDBUF white |
---|
2533 | keyword whole SO_SNDLOWAT white |
---|
2534 | keyword whole SO_SNDTIMEO white |
---|
2535 | keyword whole SO_TYPE white |
---|
2536 | |
---|
2537 | # Standard PHP Library (SPL) Functions |
---|
2538 | keyword whole class_implements yellow |
---|
2539 | keyword whole class_parents yellow |
---|
2540 | keyword whole iterator_count yellow |
---|
2541 | keyword whole iterator_to_array yellow |
---|
2542 | keyword whole spl_classes yellow |
---|
2543 | |
---|
2544 | # Standard PHP Library (SPL) Functions ArrayIterator methods |
---|
2545 | keyword whole ArrayIterator yellow |
---|
2546 | |
---|
2547 | # Standard PHP Library (SPL) Functions ArrayObject methods |
---|
2548 | keyword whole ArrayObject yellow |
---|
2549 | |
---|
2550 | # Standard PHP Library (SPL) Functions CachingIterator methods |
---|
2551 | keyword whole CachingIterator yellow |
---|
2552 | |
---|
2553 | # Standard PHP Library (SPL) Functions CachingRecursiveIterator methods |
---|
2554 | keyword whole CachingRecursiveIterator yellow |
---|
2555 | |
---|
2556 | # Standard PHP Library (SPL) Functions DirectoryIterator methods |
---|
2557 | keyword whole DirectoryIterator yellow |
---|
2558 | |
---|
2559 | # Standard PHP Library (SPL) Functions FilterIterator methods |
---|
2560 | keyword whole FilterIterator yellow |
---|
2561 | |
---|
2562 | # Standard PHP Library (SPL) Functions LimitIterator methods |
---|
2563 | keyword whole LimitIterator yellow |
---|
2564 | |
---|
2565 | # Standard PHP Library (SPL) Functions ParentIterator methods |
---|
2566 | keyword whole ParentIterator yellow |
---|
2567 | |
---|
2568 | # Standard PHP Library (SPL) Functions RecursiveDirectoryIterator methods |
---|
2569 | keyword whole RecursiveDirectoryIterator yellow |
---|
2570 | |
---|
2571 | # Standard PHP Library (SPL) Functions RecursiveIteratorIterator methods |
---|
2572 | keyword whole RecursiveIteratorIterator yellow |
---|
2573 | |
---|
2574 | # Standard PHP Library (SPL) Functions SimpleXMLIterator methods |
---|
2575 | keyword whole SimpleXMLIterator yellow |
---|
2576 | |
---|
2577 | # Standard PHP Library (SPL) Functions constants |
---|
2578 | keyword whole CIT_CALL_TOSTRING white |
---|
2579 | keyword whole CIT_CATCH_GET_CHILD white |
---|
2580 | keyword whole RIT_CHILD_FIRST white |
---|
2581 | keyword whole RIT_LEAVES_ONLY white |
---|
2582 | keyword whole RIT_SELF_FIRST white |
---|
2583 | |
---|
2584 | # SQLite Functions |
---|
2585 | keyword whole sqlite\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2586 | |
---|
2587 | # SQLite Functions constants |
---|
2588 | keyword whole SQLITE\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
2589 | |
---|
2590 | # SQLite Functions (PDO_SQLITE) |
---|
2591 | |
---|
2592 | # SQLite Functions (PDO_SQLITE) PDO methods |
---|
2593 | keyword whole PDO yellow |
---|
2594 | |
---|
2595 | # Secure Shell2 Functions |
---|
2596 | keyword whole ssh2\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2597 | |
---|
2598 | # Secure Shell2 Functions constants |
---|
2599 | keyword whole SSH2_DEFAULT_TERMINAL white |
---|
2600 | keyword whole SSH2_DEFAULT_TERM_HEIGHT white |
---|
2601 | keyword whole SSH2_DEFAULT_TERM_UNIT white |
---|
2602 | keyword whole SSH2_DEFAULT_TERM_WIDTH white |
---|
2603 | keyword whole SSH2_FINGERPRINT_HEX white |
---|
2604 | keyword whole SSH2_FINGERPRINT_MD5 white |
---|
2605 | keyword whole SSH2_FINGERPRINT_RAW white |
---|
2606 | keyword whole SSH2_FINGERPRINT_SHA1 white |
---|
2607 | keyword whole SSH2_STREAM_STDERR white |
---|
2608 | keyword whole SSH2_STREAM_STDIO white |
---|
2609 | keyword whole SSH2_TERM_UNIT_CHARS white |
---|
2610 | keyword whole SSH2_TERM_UNIT_PIXELS white |
---|
2611 | |
---|
2612 | # Stream Functions |
---|
2613 | keyword whole stream\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2614 | |
---|
2615 | # Stream Functions constants |
---|
2616 | keyword whole PSFS_ERR_FATAL white |
---|
2617 | keyword whole PSFS_FEED_ME white |
---|
2618 | keyword whole PSFS_PASS_ON white |
---|
2619 | keyword whole STREAM_CLIENT_ASYNC_CONNECT white |
---|
2620 | keyword whole STREAM_CLIENT_CONNECT white |
---|
2621 | keyword whole STREAM_CLIENT_PERSISTENT white |
---|
2622 | keyword whole STREAM_FILTER_ALL white |
---|
2623 | keyword whole STREAM_FILTER_READ white |
---|
2624 | keyword whole STREAM_FILTER_WRITE white |
---|
2625 | keyword whole STREAM_IPPROTO_ICMP white |
---|
2626 | keyword whole STREAM_IPPROTO_IP white |
---|
2627 | keyword whole STREAM_IPPROTO_RAW white |
---|
2628 | keyword whole STREAM_IPPROTO_TCP white |
---|
2629 | keyword whole STREAM_IPPROTO_UDP white |
---|
2630 | keyword whole STREAM_NOTIFY_AUTH_REQUIRED white |
---|
2631 | keyword whole STREAM_NOTIFY_AUTH_RESULT white |
---|
2632 | keyword whole STREAM_NOTIFY_COMPLETED white |
---|
2633 | keyword whole STREAM_NOTIFY_CONNECT white |
---|
2634 | keyword whole STREAM_NOTIFY_FAILURE white |
---|
2635 | keyword whole STREAM_NOTIFY_FILE_SIZE_IS white |
---|
2636 | keyword whole STREAM_NOTIFY_MIME_TYPE_IS white |
---|
2637 | keyword whole STREAM_NOTIFY_PROGRESS white |
---|
2638 | keyword whole STREAM_NOTIFY_REDIRECTED white |
---|
2639 | keyword whole STREAM_NOTIFY_RESOLVE white |
---|
2640 | keyword whole STREAM_NOTIFY_SEVERITY_ERR white |
---|
2641 | keyword whole STREAM_NOTIFY_SEVERITY_INFO white |
---|
2642 | keyword whole STREAM_NOTIFY_SEVERITY_WARN white |
---|
2643 | keyword whole STREAM_PF_INET white |
---|
2644 | keyword whole STREAM_PF_INET6 white |
---|
2645 | keyword whole STREAM_PF_UNIX white |
---|
2646 | keyword whole STREAM_REPORT_ERRORS white |
---|
2647 | keyword whole STREAM_SERVER_BIND white |
---|
2648 | keyword whole STREAM_SERVER_LISTEN white |
---|
2649 | keyword whole STREAM_SOCK_DGRAM white |
---|
2650 | keyword whole STREAM_SOCK_RAW white |
---|
2651 | keyword whole STREAM_SOCK_RDM white |
---|
2652 | keyword whole STREAM_SOCK_SEQPACKET white |
---|
2653 | keyword whole STREAM_SOCK_STREAM white |
---|
2654 | keyword whole STREAM_USE_PATH white |
---|
2655 | |
---|
2656 | # String Functions |
---|
2657 | keyword whole addcslashes yellow |
---|
2658 | keyword whole addslashes yellow |
---|
2659 | keyword whole bin2hex yellow |
---|
2660 | keyword whole chop yellow |
---|
2661 | keyword whole chr yellow |
---|
2662 | keyword whole chunk_split yellow |
---|
2663 | keyword whole convert_cyr_string yellow |
---|
2664 | keyword whole convert_uudecode yellow |
---|
2665 | keyword whole convert_uuencode yellow |
---|
2666 | keyword whole count_chars yellow |
---|
2667 | keyword whole crc32 yellow |
---|
2668 | keyword whole crypt yellow |
---|
2669 | keyword whole echo yellow |
---|
2670 | keyword whole explode yellow |
---|
2671 | keyword whole fprintf yellow |
---|
2672 | keyword whole get_html_translation_table yellow |
---|
2673 | keyword whole hebrev yellow |
---|
2674 | keyword whole hebrevc yellow |
---|
2675 | keyword whole html_entity_decode yellow |
---|
2676 | keyword whole htmlentities yellow |
---|
2677 | keyword whole htmlspecialchars yellow |
---|
2678 | keyword whole htmlspecialchars_decode yellow |
---|
2679 | keyword whole implode yellow |
---|
2680 | keyword whole join yellow |
---|
2681 | keyword whole levenshtein yellow |
---|
2682 | keyword whole localeconv yellow |
---|
2683 | keyword whole ltrim yellow |
---|
2684 | keyword whole md5 yellow |
---|
2685 | keyword whole md5_file yellow |
---|
2686 | keyword whole metaphone yellow |
---|
2687 | keyword whole money_format yellow |
---|
2688 | keyword whole nl2br yellow |
---|
2689 | keyword whole nl_langinfo yellow |
---|
2690 | keyword whole number_format yellow |
---|
2691 | keyword whole ord yellow |
---|
2692 | keyword whole parse_str yellow |
---|
2693 | keyword whole print yellow |
---|
2694 | keyword whole printf yellow |
---|
2695 | keyword whole quoted_printable_decode yellow |
---|
2696 | keyword whole quotemeta yellow |
---|
2697 | keyword whole rtrim yellow |
---|
2698 | keyword whole setlocale yellow |
---|
2699 | keyword whole sha1 yellow |
---|
2700 | keyword whole sha1_file yellow |
---|
2701 | keyword whole similar_text yellow |
---|
2702 | keyword whole soundex yellow |
---|
2703 | keyword whole sprintf yellow |
---|
2704 | keyword whole sscanf yellow |
---|
2705 | keyword whole str_ireplace yellow |
---|
2706 | keyword whole str_pad yellow |
---|
2707 | keyword whole str_repeat yellow |
---|
2708 | keyword whole str_replace yellow |
---|
2709 | keyword whole str_rot13 yellow |
---|
2710 | keyword whole str_shuffle yellow |
---|
2711 | keyword whole str_split yellow |
---|
2712 | keyword whole str_word_count yellow |
---|
2713 | keyword whole strcasecmp yellow |
---|
2714 | keyword whole strchr yellow |
---|
2715 | keyword whole strcmp yellow |
---|
2716 | keyword whole strcoll yellow |
---|
2717 | keyword whole strcspn yellow |
---|
2718 | keyword whole strip_tags yellow |
---|
2719 | keyword whole stripcslashes yellow |
---|
2720 | keyword whole stripos yellow |
---|
2721 | keyword whole stripslashes yellow |
---|
2722 | keyword whole stristr yellow |
---|
2723 | keyword whole strlen yellow |
---|
2724 | keyword whole strnatcasecmp yellow |
---|
2725 | keyword whole strnatcmp yellow |
---|
2726 | keyword whole strncasecmp yellow |
---|
2727 | keyword whole strncmp yellow |
---|
2728 | keyword whole strpbrk yellow |
---|
2729 | keyword whole strpos yellow |
---|
2730 | keyword whole strrchr yellow |
---|
2731 | keyword whole strrev yellow |
---|
2732 | keyword whole strripos yellow |
---|
2733 | keyword whole strrpos yellow |
---|
2734 | keyword whole strspn yellow |
---|
2735 | keyword whole strstr yellow |
---|
2736 | keyword whole strtok yellow |
---|
2737 | keyword whole strtolower yellow |
---|
2738 | keyword whole strtoupper yellow |
---|
2739 | keyword whole strtr yellow |
---|
2740 | keyword whole substr yellow |
---|
2741 | keyword whole substr_compare yellow |
---|
2742 | keyword whole substr_count yellow |
---|
2743 | keyword whole substr_replace yellow |
---|
2744 | keyword whole trim yellow |
---|
2745 | keyword whole ucfirst yellow |
---|
2746 | keyword whole ucwords yellow |
---|
2747 | keyword whole vfprintf yellow |
---|
2748 | keyword whole vprintf yellow |
---|
2749 | keyword whole vsprintf yellow |
---|
2750 | keyword whole wordwrap yellow |
---|
2751 | |
---|
2752 | # String Functions constants |
---|
2753 | keyword whole CHAR_MAX white |
---|
2754 | keyword whole CRYPT_BLOWFISH white |
---|
2755 | keyword whole CRYPT_EXT_DES white |
---|
2756 | keyword whole CRYPT_MD5 white |
---|
2757 | keyword whole CRYPT_SALT_LENGTH white |
---|
2758 | keyword whole CRYPT_STD_DES white |
---|
2759 | keyword whole ENT_COMPAT white |
---|
2760 | keyword whole ENT_NOQUOTES white |
---|
2761 | keyword whole ENT_QUOTES white |
---|
2762 | keyword whole HTML_ENTITIES white |
---|
2763 | keyword whole HTML_SPECIALCHARS white |
---|
2764 | keyword whole LC_ALL white |
---|
2765 | keyword whole LC_COLLATE white |
---|
2766 | keyword whole LC_CTYPE white |
---|
2767 | keyword whole LC_MESSAGES white |
---|
2768 | keyword whole LC_MONETARY white |
---|
2769 | keyword whole LC_NUMERIC white |
---|
2770 | keyword whole LC_TIME white |
---|
2771 | keyword whole STR_PAD_BOTH white |
---|
2772 | keyword whole STR_PAD_LEFT white |
---|
2773 | keyword whole STR_PAD_RIGHT white |
---|
2774 | |
---|
2775 | # Shockwave Flash Functions |
---|
2776 | keyword whole swf\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2777 | # Shockwave Flash Functions constants |
---|
2778 | keyword whole BSDown white |
---|
2779 | keyword whole BSHitTest white |
---|
2780 | keyword whole BSOver white |
---|
2781 | keyword whole BSUp white |
---|
2782 | keyword whole ButtonEnter white |
---|
2783 | keyword whole ButtonExit white |
---|
2784 | keyword whole IdletoOverDown white |
---|
2785 | keyword whole IdletoOverUp white |
---|
2786 | keyword whole MOD_COLOR white |
---|
2787 | keyword whole MOD_MATRIX white |
---|
2788 | keyword whole MenuEnter white |
---|
2789 | keyword whole MenuExit white |
---|
2790 | keyword whole OutDowntoIdle white |
---|
2791 | keyword whole OutDowntoOverDown white |
---|
2792 | keyword whole OverDowntoIdle white |
---|
2793 | keyword whole OverDowntoOutDown white |
---|
2794 | keyword whole OverUptoIdle white |
---|
2795 | keyword whole OverUptoOverDown white |
---|
2796 | keyword whole TYPE_MENUBUTTON white |
---|
2797 | keyword whole TYPE_PUSHBUTTON white |
---|
2798 | |
---|
2799 | # Sybase Functions |
---|
2800 | keyword whole sybase\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2801 | |
---|
2802 | # TCP Wrappers Functions |
---|
2803 | keyword whole tcpwrap_check yellow |
---|
2804 | |
---|
2805 | # Tidy Functions |
---|
2806 | keyword whole ob_tidyhandler yellow |
---|
2807 | keyword whole tidy\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2808 | |
---|
2809 | |
---|
2810 | # Tidy Functions constants |
---|
2811 | keyword whole TIDY\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
2812 | |
---|
2813 | # Tokenizer Functions |
---|
2814 | keyword whole token_get_all yellow |
---|
2815 | keyword whole token_name yellow |
---|
2816 | |
---|
2817 | # Tokenizer Functions constants |
---|
2818 | keyword whole T\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
2819 | |
---|
2820 | # Unicode Functions |
---|
2821 | keyword whole i18n_loc_get_default yellow |
---|
2822 | keyword whole i18n_loc_set_default yellow |
---|
2823 | keyword whole unicode_encode yellow |
---|
2824 | |
---|
2825 | # Unicode Functions constants |
---|
2826 | keyword whole U_INVALID_ESCAPE white |
---|
2827 | keyword whole U_INVALID_SKIP white |
---|
2828 | keyword whole U_INVALID_STOP white |
---|
2829 | keyword whole U_INVALID_SUBSTITUTE white |
---|
2830 | |
---|
2831 | # URL Functions |
---|
2832 | keyword whole base64_decode yellow |
---|
2833 | keyword whole base64_encode yellow |
---|
2834 | keyword whole get_headers yellow |
---|
2835 | keyword whole get_meta_tags yellow |
---|
2836 | keyword whole http_build_query yellow |
---|
2837 | keyword whole parse_url yellow |
---|
2838 | keyword whole rawurldecode yellow |
---|
2839 | keyword whole rawurlencode yellow |
---|
2840 | keyword whole urldecode yellow |
---|
2841 | keyword whole urlencode yellow |
---|
2842 | |
---|
2843 | # Variable Handling Functions |
---|
2844 | keyword whole debug_zval_dump yellow |
---|
2845 | keyword whole doubleval yellow |
---|
2846 | keyword whole empty yellow |
---|
2847 | keyword whole floatval yellow |
---|
2848 | keyword whole get_defined_vars yellow |
---|
2849 | keyword whole get_resource_type yellow |
---|
2850 | keyword whole gettype yellow |
---|
2851 | keyword whole import_request_variables yellow |
---|
2852 | keyword whole intval yellow |
---|
2853 | keyword whole is_array yellow |
---|
2854 | keyword whole is_bool yellow |
---|
2855 | keyword whole is_callable yellow |
---|
2856 | keyword whole is_double yellow |
---|
2857 | keyword whole is_float yellow |
---|
2858 | keyword whole is_int yellow |
---|
2859 | keyword whole is_integer yellow |
---|
2860 | keyword whole is_long yellow |
---|
2861 | keyword whole is_null yellow |
---|
2862 | keyword whole is_numeric yellow |
---|
2863 | keyword whole is_object yellow |
---|
2864 | keyword whole is_real yellow |
---|
2865 | keyword whole is_resource yellow |
---|
2866 | keyword whole is_scalar yellow |
---|
2867 | keyword whole is_string yellow |
---|
2868 | keyword whole isset yellow |
---|
2869 | keyword whole print_r yellow |
---|
2870 | keyword whole serialize yellow |
---|
2871 | keyword whole settype yellow |
---|
2872 | keyword whole strval yellow |
---|
2873 | keyword whole unserialize yellow |
---|
2874 | keyword whole unset yellow |
---|
2875 | keyword whole var_dump yellow |
---|
2876 | keyword whole var_export yellow |
---|
2877 | |
---|
2878 | # Verisign Payflow Pro Functions |
---|
2879 | keyword whole pfpro_cleanup yellow |
---|
2880 | keyword whole pfpro_init yellow |
---|
2881 | keyword whole pfpro_process yellow |
---|
2882 | keyword whole pfpro_process_raw yellow |
---|
2883 | keyword whole pfpro_version yellow |
---|
2884 | |
---|
2885 | # vpopmail Functions |
---|
2886 | keyword whole vpopmail_add_alias_domain yellow |
---|
2887 | keyword whole vpopmail_add_alias_domain_ex yellow |
---|
2888 | keyword whole vpopmail_add_domain yellow |
---|
2889 | keyword whole vpopmail_add_domain_ex yellow |
---|
2890 | keyword whole vpopmail_add_user yellow |
---|
2891 | keyword whole vpopmail_alias_add yellow |
---|
2892 | keyword whole vpopmail_alias_del yellow |
---|
2893 | keyword whole vpopmail_alias_del_domain yellow |
---|
2894 | keyword whole vpopmail_alias_get yellow |
---|
2895 | keyword whole vpopmail_alias_get_all yellow |
---|
2896 | keyword whole vpopmail_auth_user yellow |
---|
2897 | keyword whole vpopmail_del_domain yellow |
---|
2898 | keyword whole vpopmail_del_domain_ex yellow |
---|
2899 | keyword whole vpopmail_del_user yellow |
---|
2900 | keyword whole vpopmail_error yellow |
---|
2901 | keyword whole vpopmail_passwd yellow |
---|
2902 | keyword whole vpopmail_set_user_quota yellow |
---|
2903 | |
---|
2904 | # W32api Functions |
---|
2905 | keyword whole w32api_deftype yellow |
---|
2906 | keyword whole w32api_init_dtype yellow |
---|
2907 | keyword whole w32api_invoke_function yellow |
---|
2908 | keyword whole w32api_register_function yellow |
---|
2909 | keyword whole w32api_set_call_method yellow |
---|
2910 | |
---|
2911 | # W32api Functions constants |
---|
2912 | keyword whole DC_BORLAND white |
---|
2913 | keyword whole DC_CALL_CDECL white |
---|
2914 | keyword whole DC_CALL_STD white |
---|
2915 | keyword whole DC_CALL_STD_BO white |
---|
2916 | keyword whole DC_CALL_STD_M8 white |
---|
2917 | keyword whole DC_CALL_STD_MS white |
---|
2918 | keyword whole DC_FLAG_ARGPTR white |
---|
2919 | keyword whole DC_MICROSOFT white |
---|
2920 | keyword whole DC_RETVAL_MATH4 white |
---|
2921 | keyword whole DC_RETVAL_MATH8 white |
---|
2922 | |
---|
2923 | # WDDX Functions |
---|
2924 | keyword whole wddx_add_vars yellow |
---|
2925 | keyword whole wddx_deserialize yellow |
---|
2926 | keyword whole wddx_packet_end yellow |
---|
2927 | keyword whole wddx_packet_start yellow |
---|
2928 | keyword whole wddx_serialize_value yellow |
---|
2929 | keyword whole wddx_serialize_vars yellow |
---|
2930 | keyword whole wddx_unserialize yellow |
---|
2931 | |
---|
2932 | # win32service Functions |
---|
2933 | keyword whole win32_create_service yellow |
---|
2934 | keyword whole win32_delete_service yellow |
---|
2935 | keyword whole win32_get_last_control_message yellow |
---|
2936 | keyword whole win32_query_service_status yellow |
---|
2937 | keyword whole win32_set_service_status yellow |
---|
2938 | keyword whole win32_start_service yellow |
---|
2939 | keyword whole win32_start_service_ctrl_dispatcher yellow |
---|
2940 | keyword whole win32_stop_service yellow |
---|
2941 | |
---|
2942 | # win32service Functions constants |
---|
2943 | keyword whole WIN32\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
2944 | |
---|
2945 | # xattr Functions |
---|
2946 | keyword whole xattr_get yellow |
---|
2947 | keyword whole xattr_list yellow |
---|
2948 | keyword whole xattr_remove yellow |
---|
2949 | keyword whole xattr_set yellow |
---|
2950 | keyword whole xattr_supported yellow |
---|
2951 | |
---|
2952 | # xattr Functions constants |
---|
2953 | keyword whole XATTR_CREATE white |
---|
2954 | keyword whole XATTR_DONTFOLLOW white |
---|
2955 | keyword whole XATTR_REPLACE white |
---|
2956 | keyword whole XATTR_ROOT white |
---|
2957 | |
---|
2958 | # xdiff Functions |
---|
2959 | keyword whole xdiff_file_diff yellow |
---|
2960 | keyword whole xdiff_file_diff_binary yellow |
---|
2961 | keyword whole xdiff_file_merge3 yellow |
---|
2962 | keyword whole xdiff_file_patch yellow |
---|
2963 | keyword whole xdiff_file_patch_binary yellow |
---|
2964 | keyword whole xdiff_string_diff yellow |
---|
2965 | keyword whole xdiff_string_diff_binary yellow |
---|
2966 | keyword whole xdiff_string_merge3 yellow |
---|
2967 | keyword whole xdiff_string_patch yellow |
---|
2968 | keyword whole xdiff_string_patch_binary yellow |
---|
2969 | |
---|
2970 | # xdiff Functions constants |
---|
2971 | keyword whole XDIFF_PATCH_NORMAL white |
---|
2972 | keyword whole XDIFF_PATCH_REVERSE white |
---|
2973 | |
---|
2974 | # XML Parser Functions |
---|
2975 | keyword whole utf8_decode yellow |
---|
2976 | keyword whole utf8_encode yellow |
---|
2977 | keyword whole xml\_\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2978 | |
---|
2979 | # XML Parser Functions constants |
---|
2980 | keyword whole XML\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
2981 | |
---|
2982 | # XML-RPC Functions |
---|
2983 | keyword whole xmlrpc\_\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
2984 | |
---|
2985 | # XMLReader functions |
---|
2986 | |
---|
2987 | # XMLReader functions XMLReader methods |
---|
2988 | keyword whole XMLReader yellow |
---|
2989 | |
---|
2990 | # XMLReader functions constants |
---|
2991 | keyword whole XMLREADER\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
2992 | # XSL functions |
---|
2993 | |
---|
2994 | # XSL functions XSLTProcessor methods |
---|
2995 | keyword whole XSLTProcessor yellow |
---|
2996 | |
---|
2997 | # XSL functions constants |
---|
2998 | keyword whole XSL_CLONE_ALWAYS white |
---|
2999 | keyword whole XSL_CLONE_AUTO white |
---|
3000 | keyword whole XSL_CLONE_NEVER white |
---|
3001 | |
---|
3002 | # XSLT Functions |
---|
3003 | keyword whole xslt\_\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
3004 | |
---|
3005 | # XSLT Functions constants |
---|
3006 | keyword whole XSLT_ERR_UNSUPPORTED_SCHEME white |
---|
3007 | keyword whole XSLT_OPT_SILENT white |
---|
3008 | keyword whole XSLT_SABOPT_DISABLE_ADDING_META white |
---|
3009 | keyword whole XSLT_SABOPT_DISABLE_STRIPPING white |
---|
3010 | keyword whole XSLT_SABOPT_FILES_TO_HANDLER white |
---|
3011 | keyword whole XSLT_SABOPT_IGNORE_DOC_NOT_FOUND white |
---|
3012 | keyword whole XSLT_SABOPT_PARSE_PUBLIC_ENTITIES white |
---|
3013 | |
---|
3014 | # YAZ Functions |
---|
3015 | keyword whole yaz\_\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
3016 | |
---|
3017 | # YP/NIS Functions |
---|
3018 | keyword whole yp\_\[0123456789_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
3019 | |
---|
3020 | # YP/NIS Functions constants |
---|
3021 | keyword whole YPERR_BADARGS white |
---|
3022 | keyword whole YPERR_BADDB white |
---|
3023 | keyword whole YPERR_BUSY white |
---|
3024 | keyword whole YPERR_DOMAIN white |
---|
3025 | keyword whole YPERR_KEY white |
---|
3026 | keyword whole YPERR_MAP white |
---|
3027 | keyword whole YPERR_NODOM white |
---|
3028 | keyword whole YPERR_NOMORE white |
---|
3029 | keyword whole YPERR_PMAP white |
---|
3030 | keyword whole YPERR_RESRC white |
---|
3031 | keyword whole YPERR_RPC white |
---|
3032 | keyword whole YPERR_VERS white |
---|
3033 | keyword whole YPERR_YPBIND white |
---|
3034 | keyword whole YPERR_YPERR white |
---|
3035 | keyword whole YPERR_YPSERV white |
---|
3036 | |
---|
3037 | # Zip File Functions (Read Only Access) |
---|
3038 | keyword whole zip\_\[_abcdefghijklmnopqrstuvwxyz\] yellow |
---|
3039 | |
---|
3040 | # Zlib Compression Functions |
---|
3041 | keyword whole gzclose yellow |
---|
3042 | keyword whole gzcompress yellow |
---|
3043 | keyword whole gzdeflate yellow |
---|
3044 | keyword whole gzencode yellow |
---|
3045 | keyword whole gzeof yellow |
---|
3046 | keyword whole gzfile yellow |
---|
3047 | keyword whole gzgetc yellow |
---|
3048 | keyword whole gzgets yellow |
---|
3049 | keyword whole gzgetss yellow |
---|
3050 | keyword whole gzinflate yellow |
---|
3051 | keyword whole gzopen yellow |
---|
3052 | keyword whole gzpassthru yellow |
---|
3053 | keyword whole gzputs yellow |
---|
3054 | keyword whole gzread yellow |
---|
3055 | keyword whole gzrewind yellow |
---|
3056 | keyword whole gzseek yellow |
---|
3057 | keyword whole gztell yellow |
---|
3058 | keyword whole gzuncompress yellow |
---|
3059 | keyword whole gzwrite yellow |
---|
3060 | keyword whole readgzfile yellow |
---|
3061 | keyword whole zlib_get_coding_type yellow |
---|
3062 | |
---|
3063 | # Zlib Compression Functions constants |
---|
3064 | keyword whole FORCE_DEFLATE white |
---|
3065 | keyword whole FORCE_GZIP white |
---|
3066 | |
---|
3067 | |
---|
3068 | ######################## |
---|
3069 | # predefined constants |
---|
3070 | # core |
---|
3071 | |
---|
3072 | keyword whole PHP\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
3073 | keyword whole E\_\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_\] white |
---|
3074 | keyword whole DEFAULT_INCLUDE_PATH white |
---|
3075 | keyword whole PEAR_INSTALL_DIR white |
---|
3076 | keyword whole PEAR_EXTENSION_DIR white |
---|
3077 | |
---|
3078 | #################################### |
---|
3079 | # expressions, operators and other |
---|
3080 | |
---|
3081 | keyword whole and white |
---|
3082 | keyword whole as white |
---|
3083 | keyword whole const white |
---|
3084 | keyword whole or white |
---|
3085 | keyword whole private white |
---|
3086 | keyword whole protected white |
---|
3087 | keyword whole public white |
---|
3088 | keyword whole var white |
---|
3089 | keyword whole xor white |
---|
3090 | |
---|
3091 | # Magic constants |
---|
3092 | keyword whole __CLASS__ brightred |
---|
3093 | keyword whole __DIR__ brightred |
---|
3094 | keyword whole __FILE__ brightred |
---|
3095 | keyword whole __FUNCTION__ brightred |
---|
3096 | keyword whole __LINE__ brightred |
---|
3097 | keyword whole __METHOD__ brightred |
---|
3098 | keyword whole __NAMESPACE__ brightred |
---|
3099 | |
---|
3100 | keyword whole parent brightmagenta |
---|
3101 | keyword whole $this brightmagenta |
---|
3102 | |
---|
3103 | keyword wholeright $+ brightgreen |
---|
3104 | |
---|
3105 | keyword /\* brown |
---|
3106 | keyword \*/ brown |
---|
3107 | keyword // brown |
---|
3108 | |
---|
3109 | keyword <?php white |
---|
3110 | keyword <? white |
---|
3111 | keyword ?> white |
---|
3112 | keyword <html cyan |
---|
3113 | keyword <HTML cyan |
---|
3114 | keyword <doctype cyan |
---|
3115 | keyword <DOCTYPE cyan |
---|
3116 | |
---|
3117 | keyword > white |
---|
3118 | keyword < white |
---|
3119 | keyword \+ white |
---|
3120 | keyword - white |
---|
3121 | keyword \* white |
---|
3122 | keyword / white |
---|
3123 | keyword % white |
---|
3124 | keyword = white |
---|
3125 | keyword != white |
---|
3126 | keyword == white |
---|
3127 | keyword & white |
---|
3128 | keyword | white |
---|
3129 | keyword :: white |
---|
3130 | keyword -> white |
---|
3131 | keyword { brightcyan |
---|
3132 | keyword } brightcyan |
---|
3133 | keyword ( brightcyan |
---|
3134 | keyword ) brightcyan |
---|
3135 | keyword [ brightcyan |
---|
3136 | keyword ] brightcyan |
---|
3137 | keyword , brightcyan |
---|
3138 | keyword : brightcyan |
---|
3139 | keyword ; brightmagenta |
---|
3140 | |
---|
3141 | context exclusive ?> <? cyan |
---|
3142 | keyword whole &*; brightgreen |
---|
3143 | context exclusive <html <? cyan |
---|
3144 | keyword whole &*; brightgreen |
---|
3145 | context exclusive <HTML <? cyan |
---|
3146 | keyword whole &*; brightgreen |
---|
3147 | context exclusive <doctype <? cyan |
---|
3148 | keyword whole &*; brightgreen |
---|
3149 | context exclusive <DOCTYPE <? cyan |
---|
3150 | keyword whole &*; brightgreen |
---|
3151 | |
---|
3152 | context exclusive /\* \*/ brown |
---|
3153 | spellcheck |
---|
3154 | context exclusive // \n brown |
---|
3155 | spellcheck |
---|
3156 | |
---|
3157 | context linestart # \n brown |
---|
3158 | spellcheck |
---|
3159 | |
---|
3160 | context " " green |
---|
3161 | spellcheck |
---|
3162 | keyword \\" brightgreen |
---|
3163 | keyword \\\n brightgreen |
---|
3164 | keyword %% brightgreen |
---|
3165 | keyword %\[#0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[L\]\{eEfgGoxX\} brightgreen |
---|
3166 | keyword %\[0\s-\+,\]\[0123456789\]\[.\]\[0123456789\]\[hl\]\{diu\} brightgreen |
---|
3167 | keyword %\[hl\]n brightgreen |
---|
3168 | keyword %\[.\]\[0123456789\]s brightgreen |
---|
3169 | keyword %[*] brightgreen |
---|
3170 | keyword %c brightgreen |
---|
3171 | keyword \\\{0123\}\{01234567\}\{01234567\} brightgreen |
---|
3172 | keyword \\\\ brightgreen |
---|
3173 | keyword \\' brightgreen |
---|
3174 | keyword \\\{abtnvfr\} brightgreen |
---|
3175 | |
---|
3176 | context ' ' brightgreen |
---|
3177 | spellcheck |
---|
3178 | keyword \\' brightcyan |
---|