/PHP-8.4/ext/standard/ |
H A D | proc_open.c | 682 switch (descriptors[i].index) { in init_startup_info() 1018 &descriptors[ndesc], (int)Z_LVAL_P(ztarget), descriptors, ndesc, nindex); in set_proc_descriptor_from_array() 1073 if (descriptors[i].childend != descriptors[i].index) { in close_parentends_of_pipes() 1074 r = posix_spawn_file_actions_adddup2(actions, descriptors[i].childend, descriptors[i].index); in close_parentends_of_pipes() 1077 "file descriptor %d: %s", descriptors[i].childend, descriptors[i].index, strerror(r)); in close_parentends_of_pipes() 1101 if (descriptors[i].childend != descriptors[i].index) { in close_parentends_of_pipes() 1102 if (dup2(descriptors[i].childend, descriptors[i].index) < 0) { in close_parentends_of_pipes() 1104 "file descriptor %d: %s", descriptors[i].childend, descriptors[i].index, strerror(errno)); in close_parentends_of_pipes() 1120 if (descriptors[i].parentend) in close_all_descriptors() 1507 if (descriptors) { in PHP_FUNCTION() [all …]
|
/PHP-8.4/ext/standard/tests/file/ |
H A D | bug69442.phpt | 8 $descriptors = array(array("pty"), array("pty"), array("pty"), array("pipe", "w")); 10 $process = proc_open('echo "foo";', $descriptors, $pipes); 27 $descriptors = array(array("pty"), array("pty"), array("pty"), array("pipe", "w")); 30 $process = proc_open($cmd, $descriptors, $pipes);
|
H A D | bug60120.phpt | 18 $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w')); 22 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
|
H A D | php_fd_wrapper_03.phpt | 19 Warning: fopen(php://fd/-2): Failed to open stream: The file descriptors must be non-negative numbe…
|
/PHP-8.4/ext/posix/tests/ |
H A D | posix_ttyname_error_wrongparams.phpt | 18 $descriptors = [["pty"], ["pty"], ["pty"], ["pipe", "w"]]; 20 $process = proc_open('echo "foo";', $descriptors, $pipes);
|
H A D | posix_isatty_value_errors.phpt | 2 posix_isatty(): errors for invalid file descriptors
|
H A D | posix_ttyname_value_errors.phpt | 2 posix_ttyname(): errors for invalid file descriptors
|
/PHP-8.4/ext/standard/tests/general_functions/ |
H A D | bug39322.phpt | 10 $descriptors = array( 17 $process = proc_open('/bin/sleep 120', $descriptors, $pipes);
|
/PHP-8.4/ext/libxml/tests/ |
H A D | libxml_get_external_entity_loader_error_callback_name.phpt | 21 $descriptors = [["pty"], ["pty"], ["pty"], ["pipe", "w"]]; 23 return proc_open('echo "foo";', $descriptors, $pipes);
|
/PHP-8.4/ext/standard/tests/streams/ |
H A D | proc_open_bug51800_right.phpt | 20 $descriptors = array( 43 $process = proc_open($cmd, $descriptors, $pipes);
|
H A D | proc_open_bug51800_right2.phpt | 14 $descriptors = array( 43 $process = proc_open($cmd, $descriptors, $pipes);
|
H A D | proc_open_bug64438.phpt | 13 $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w')); 17 $process = proc_open($cmd, $descriptors, $pipes, getcwd(), array(), $options);
|
H A D | gh9590-001.phpt | 30 It is set to 1024, but you have descriptors numbered at least as high as %d.
|
H A D | gh9590-002.phpt | 32 It is set to 1024, but you have descriptors numbered at least as high as %d.
|
/PHP-8.4/ext/sockets/ |
H A D | conversions.c | 249 const field_descriptor *descriptors, in from_zval_write_aggregation() argument 259 for (descr = descriptors; descr->name != NULL && !ctx->err.has_error; descr++) { in from_zval_write_aggregation() 281 const field_descriptor *descriptors, in to_zval_read_aggregation() argument 1008 static const field_descriptor descriptors[] = { in to_zval_read_control() local 1016 to_zval_read_aggregation(cmsghdr_c, zv, descriptors, ctx); in to_zval_read_control() 1143 static const field_descriptor descriptors[] = { in from_zval_write_msghdr_send() local 1150 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_send() 1168 static const field_descriptor descriptors[] = { in from_zval_write_msghdr_recv() local 1183 from_zval_write_aggregation(container, msghdr_c, descriptors, ctx); in from_zval_write_msghdr_recv() 1233 static const field_descriptor descriptors[] = { in to_zval_read_msghdr() local [all …]
|
/PHP-8.4/ext/mysqli/tests/ |
H A D | gh9590.phpt | 55 It is set to 1024, but you have descriptors numbered at least as high as %d.
|
/PHP-8.4/sapi/fpm/tests/ |
H A D | logreader.inc | 22 * Log descriptors.
|
H A D | tester.inc | 1137 * Close all open descriptors and process resources
|
/PHP-8.4/ |
H A D | NEWS | 1072 . Updated posix_isatty to set the error number on file descriptors.
|
/PHP-8.4/ext/fileinfo/tests/ |
H A D | magic | 2460 # number of driver descriptors sbDrvrCount <= 61 22624 # Flash descriptors for Intel SPI flash roms.
|
H A D | magic私はガラスを食べられます | 2460 # number of driver descriptors sbDrvrCount <= 61 22624 # Flash descriptors for Intel SPI flash roms.
|