Lines Matching refs:what
221 char *what = NULL; in PHP_FUNCTION() local
226 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sZ", &what, &what_len, &value) == FAILURE) { in PHP_FUNCTION()
230 if (!what) { in PHP_FUNCTION()
248 if (!strcasecmp(what,"line_buffer")) { in PHP_FUNCTION()
256 } else if (!strcasecmp(what, "point")) { in PHP_FUNCTION()
258 } else if (!strcasecmp(what, "end")) { in PHP_FUNCTION()
261 } else if (!strcasecmp(what, "mark")) { in PHP_FUNCTION()
263 } else if (!strcasecmp(what, "done")) { in PHP_FUNCTION()
270 } else if (!strcasecmp(what, "pending_input")) { in PHP_FUNCTION()
277 } else if (!strcasecmp(what, "prompt")) { in PHP_FUNCTION()
279 } else if (!strcasecmp(what, "terminal_name")) { in PHP_FUNCTION()
283 } else if (!strcasecmp(what, "erase_empty_line")) { in PHP_FUNCTION()
291 } else if (!strcasecmp(what,"library_version")) { in PHP_FUNCTION()
293 } else if (!strcasecmp(what, "readline_name")) { in PHP_FUNCTION()