Lines Matching refs:what
236 char *what = NULL; in PHP_FUNCTION() local
241 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sZ", &what, &what_len, &value) == FAILURE) { in PHP_FUNCTION()
245 if (!what) { in PHP_FUNCTION()
264 if (!strcasecmp(what,"line_buffer")) { in PHP_FUNCTION()
272 } else if (!strcasecmp(what, "point")) { in PHP_FUNCTION()
274 } else if (!strcasecmp(what, "end")) { in PHP_FUNCTION()
277 } else if (!strcasecmp(what, "mark")) { in PHP_FUNCTION()
279 } else if (!strcasecmp(what, "done")) { in PHP_FUNCTION()
286 } else if (!strcasecmp(what, "pending_input")) { in PHP_FUNCTION()
293 } else if (!strcasecmp(what, "prompt")) { in PHP_FUNCTION()
295 } else if (!strcasecmp(what, "terminal_name")) { in PHP_FUNCTION()
299 } else if (!strcasecmp(what, "erase_empty_line")) { in PHP_FUNCTION()
307 } else if (!strcasecmp(what,"library_version")) { in PHP_FUNCTION()
309 } else if (!strcasecmp(what, "readline_name")) { in PHP_FUNCTION()
317 } else if (!strcasecmp(what, "attempted_completion_over")) { in PHP_FUNCTION()