Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dproc_open.c1330 posix_spawn_file_actions_t factions; in PHP_FUNCTION() local
1332 posix_spawn_file_actions_init(&factions); in PHP_FUNCTION()
1334 if (close_parentends_of_pipes(&factions, descriptors, ndesc) == FAILURE) { in PHP_FUNCTION()
1335 posix_spawn_file_actions_destroy(&factions); in PHP_FUNCTION()
1341 r = posix_spawn_file_actions_addchdir_np(&factions, cwd); in PHP_FUNCTION()
1348 …r = posix_spawnp(&child, ZSTR_VAL(command_str), &factions, NULL, argv, (env.envarray ? env.envarra… in PHP_FUNCTION()
1350 r = posix_spawn(&child, "/bin/sh" , &factions, NULL, in PHP_FUNCTION()
1354 posix_spawn_file_actions_destroy(&factions); in PHP_FUNCTION()

Completed in 9 milliseconds