Lines Matching refs:what
239 char *what = NULL; in PHP_FUNCTION() local
244 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sZ", &what, &what_len, &value) == FAILURE) { in PHP_FUNCTION()
248 if (!what) { in PHP_FUNCTION()
267 if (!strcasecmp(what,"line_buffer")) { in PHP_FUNCTION()
275 } else if (!strcasecmp(what, "point")) { in PHP_FUNCTION()
277 } else if (!strcasecmp(what, "end")) { in PHP_FUNCTION()
280 } else if (!strcasecmp(what, "mark")) { in PHP_FUNCTION()
282 } else if (!strcasecmp(what, "done")) { in PHP_FUNCTION()
289 } else if (!strcasecmp(what, "pending_input")) { in PHP_FUNCTION()
296 } else if (!strcasecmp(what, "prompt")) { in PHP_FUNCTION()
298 } else if (!strcasecmp(what, "terminal_name")) { in PHP_FUNCTION()
302 } else if (!strcasecmp(what, "erase_empty_line")) { in PHP_FUNCTION()
310 } else if (!strcasecmp(what,"library_version")) { in PHP_FUNCTION()
312 } else if (!strcasecmp(what, "readline_name")) { in PHP_FUNCTION()
320 } else if (!strcasecmp(what, "attempted_completion_over")) { in PHP_FUNCTION()