Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dproc_open.c1331 posix_spawn_file_actions_t factions; in PHP_FUNCTION() local
1333 posix_spawn_file_actions_init(&factions); in PHP_FUNCTION()
1335 if (close_parentends_of_pipes(&factions, descriptors, ndesc) == FAILURE) { in PHP_FUNCTION()
1336 posix_spawn_file_actions_destroy(&factions); in PHP_FUNCTION()
1342 r = posix_spawn_file_actions_addchdir_np(&factions, cwd); in PHP_FUNCTION()
1349 …r = posix_spawnp(&child, ZSTR_VAL(command_str), &factions, NULL, argv, (env.envarray ? env.envarra… in PHP_FUNCTION()
1351 r = posix_spawn(&child, "/bin/sh" , &factions, NULL, in PHP_FUNCTION()
1355 posix_spawn_file_actions_destroy(&factions); in PHP_FUNCTION()

Completed in 7 milliseconds