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()
269 if (!strcasecmp(what,"line_buffer")) { in PHP_FUNCTION()
277 } else if (!strcasecmp(what, "point")) { in PHP_FUNCTION()
279 } else if (!strcasecmp(what, "end")) { in PHP_FUNCTION()
282 } else if (!strcasecmp(what, "mark")) { in PHP_FUNCTION()
284 } else if (!strcasecmp(what, "done")) { in PHP_FUNCTION()
291 } else if (!strcasecmp(what, "pending_input")) { in PHP_FUNCTION()
298 } else if (!strcasecmp(what, "prompt")) { in PHP_FUNCTION()
300 } else if (!strcasecmp(what, "terminal_name")) { in PHP_FUNCTION()
304 } else if (!strcasecmp(what, "erase_empty_line")) { in PHP_FUNCTION()
312 } else if (!strcasecmp(what,"library_version")) { in PHP_FUNCTION()
314 } else if (!strcasecmp(what, "readline_name")) { in PHP_FUNCTION()
322 } else if (!strcasecmp(what, "attempted_completion_over")) { in PHP_FUNCTION()