le_proc_open       73 ext/standard/proc_open.c static int le_proc_open;
le_proc_open      253 ext/standard/proc_open.c 	le_proc_open = zend_register_list_destructors_ex(proc_open_rsrc_dtor, NULL, "process", module_number);
le_proc_open      270 ext/standard/proc_open.c 	if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_open)) == NULL) {
le_proc_open      301 ext/standard/proc_open.c 	if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_open)) == NULL) {
le_proc_open      331 ext/standard/proc_open.c 	if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_open)) == NULL) {
le_proc_open      970 ext/standard/proc_open.c 	ZVAL_RES(return_value, zend_register_resource(proc, le_proc_open));