Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt25 exec("mkdir " . $dirname, $output, $ret_val);
29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_1.phpt25 exec("mkdir " . $dirname, $output, $ret_val);
29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746.phpt29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_3.phpt24 exec("mkdir " . $dirname, $output, $ret_val);
26 exec(get_junction()." junction directory", $output, $ret_val);
/PHP-5.3/ext/fileinfo/
H A Dfileinfo.c419 char *ret_val = NULL, *buffer = NULL; local
479 ret_val = (char *) magic_buffer(magic, buffer, buffer_len);
496 ret_val = (char *) magic_stream(magic, stream);
524 ret_val = mime_directory;
543 ret_val = mime_directory;
545 ret_val = (char *)magic_stream(magic, stream);
559 if (ret_val) {
560 RETVAL_STRING(ret_val, 1);
/PHP-5.3/ext/libxml/
H A Dlibxml.c276 void *ret_val = NULL; in php_libxml_streams_IO_open_wrapper() local
316ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, ENFORCE_SAFE_MODE|REPORT_ERRORS, … in php_libxml_streams_IO_open_wrapper()
320 return ret_val; in php_libxml_streams_IO_open_wrapper()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd.h120 #define mysqlnd_fetch_into(result, flags, ret_val, ext) (result)->m.fetch_into((result), (flags), ( argument
/PHP-5.3/ext/xmlwriter/
H A Dphp_xmlwriter.c682 void *ret_val = NULL; in php_xmlwriter_streams_IO_open_write_wrapper() local
684ret_val = php_stream_open_wrapper_ex((char *)filename, "wb", ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL… in php_xmlwriter_streams_IO_open_write_wrapper()
685 return ret_val; in php_xmlwriter_streams_IO_open_write_wrapper()

Completed in 33 milliseconds