zproc 262 ext/standard/proc_open.c zval *zproc; zproc 266 ext/standard/proc_open.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|l", &zproc, &sig_no) == FAILURE) { zproc 270 ext/standard/proc_open.c if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_open)) == NULL) { zproc 294 ext/standard/proc_open.c zval *zproc; zproc 297 ext/standard/proc_open.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &zproc) == FAILURE) { zproc 301 ext/standard/proc_open.c if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_open)) == NULL) { zproc 306 ext/standard/proc_open.c zend_list_close(Z_RES_P(zproc)); zproc 316 ext/standard/proc_open.c zval *zproc; zproc 327 ext/standard/proc_open.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "r", &zproc) == FAILURE) { zproc 331 ext/standard/proc_open.c if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_open)) == NULL) {