Home
last modified time | relevance | path

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

/PHP-7.4/sapi/cli/tests/
H A Dbug71624.phpt2 Bug #61977 Test that -R properly sets argi and argn
21 $test_args = ['$argi', '$argn'];
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1004 zval argn, argi; in do_cli() local
1016 ZVAL_STRINGL(&argn, input, len + 1); in do_cli()
1017 zend_hash_str_update(&EG(symbol_table), "argn", sizeof("argn")-1, &argn); in do_cli()

Completed in 8 milliseconds