Lines Matching refs:what
241 char *what = NULL; in PHP_FUNCTION() local
246 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sz", &what, &what_len, &value) == FAILURE) { in PHP_FUNCTION()
250 if (!what) { in PHP_FUNCTION()
278 if (!strcasecmp(what,"line_buffer")) { in PHP_FUNCTION()
286 } else if (!strcasecmp(what, "point")) { in PHP_FUNCTION()
289 } else if (!strcasecmp(what, "end")) { in PHP_FUNCTION()
293 } else if (!strcasecmp(what, "mark")) { in PHP_FUNCTION()
295 } else if (!strcasecmp(what, "done")) { in PHP_FUNCTION()
302 } else if (!strcasecmp(what, "pending_input")) { in PHP_FUNCTION()
309 } else if (!strcasecmp(what, "prompt")) { in PHP_FUNCTION()
311 } else if (!strcasecmp(what, "terminal_name")) { in PHP_FUNCTION()
313 } else if (!strcasecmp(what, "completion_suppress_append")) { in PHP_FUNCTION()
319 } else if (!strcasecmp(what, "completion_append_character")) { in PHP_FUNCTION()
329 } else if (!strcasecmp(what, "erase_empty_line")) { in PHP_FUNCTION()
338 } else if (!strcasecmp(what,"library_version")) { in PHP_FUNCTION()
341 } else if (!strcasecmp(what, "readline_name")) { in PHP_FUNCTION()
349 } else if (!strcasecmp(what, "attempted_completion_over")) { in PHP_FUNCTION()