Lines Matching refs:what
243 char *what = NULL; in PHP_FUNCTION() local
248 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sz", &what, &what_len, &value) == FAILURE) { in PHP_FUNCTION()
252 if (!what) { in PHP_FUNCTION()
275 if (!strcasecmp(what,"line_buffer")) { in PHP_FUNCTION()
283 } else if (!strcasecmp(what, "point")) { in PHP_FUNCTION()
286 } else if (!strcasecmp(what, "end")) { in PHP_FUNCTION()
290 } else if (!strcasecmp(what, "mark")) { in PHP_FUNCTION()
292 } else if (!strcasecmp(what, "done")) { in PHP_FUNCTION()
299 } else if (!strcasecmp(what, "pending_input")) { in PHP_FUNCTION()
306 } else if (!strcasecmp(what, "prompt")) { in PHP_FUNCTION()
308 } else if (!strcasecmp(what, "terminal_name")) { in PHP_FUNCTION()
312 } else if (!strcasecmp(what, "erase_empty_line")) { in PHP_FUNCTION()
321 } else if (!strcasecmp(what,"library_version")) { in PHP_FUNCTION()
324 } else if (!strcasecmp(what, "readline_name")) { in PHP_FUNCTION()
332 } else if (!strcasecmp(what, "attempted_completion_over")) { in PHP_FUNCTION()