Home
last modified time | relevance | path

Searched refs:oldval (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/readline/
H A Dreadline.c243 size_t what_len, oldval; in PHP_FUNCTION() local
285 oldval = rl_done; in PHP_FUNCTION()
290 RETVAL_LONG(oldval); in PHP_FUNCTION()
292 oldval = rl_pending_input; in PHP_FUNCTION()
297 RETVAL_LONG(oldval); in PHP_FUNCTION()
305 oldval = rl_erase_empty_line; in PHP_FUNCTION()
310 RETVAL_LONG(oldval); in PHP_FUNCTION()
323 oldval = rl_attempted_completion_over; in PHP_FUNCTION()
328 RETVAL_LONG(oldval); in PHP_FUNCTION()
/PHP-7.0/main/streams/
H A Dplain_wrapper.c615 int oldval; in php_stdiop_set_option() local
626 oldval = (flags & O_NONBLOCK) ? 0 : 1; in php_stdiop_set_option()
634 return oldval; in php_stdiop_set_option()

Completed in 18 milliseconds