Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt23 exec("mkdir " . $dirname, $output, $ret_val);
27 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
28 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug73962.phpt21 exec("mkdir " . $dirname, $output, $ret_val);
25 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
26 exec("mklink /d mounted_volume " . $ret, $output, $ret_val);
28 exec("mklink /d mklink_symlink \"новая папка\"", $output, $ret_val);
H A Dbug48746_1.phpt23 exec("mkdir " . $dirname, $output, $ret_val);
27 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
28 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746.phpt27 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
28 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_3.phpt22 exec("mkdir " . $dirname, $output, $ret_val);
24 exec(get_junction()." junction directory", $output, $ret_val);
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_class.c138 zend_object *ret_val; in Transliterator_clone_obj() local
143 ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) ); in Transliterator_clone_obj()
144 to_new = php_intl_transliterator_fetch_object( ret_val ); in Transliterator_clone_obj()
159 ZVAL_OBJ(&tempz, ret_val); in Transliterator_clone_obj()
190 return ret_val; in Transliterator_clone_obj()
/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c438 char *ret_val = NULL, *buffer = NULL; in _php_finfo_get_type() local
500 ret_val = (char *) magic_buffer(magic, buffer, buffer_len); in _php_finfo_get_type()
517 ret_val = (char *) magic_stream(magic, stream); in _php_finfo_get_type()
550 ret_val = mime_directory; in _php_finfo_get_type()
565 ret_val = mime_directory; in _php_finfo_get_type()
567 ret_val = (char *)magic_stream(magic, stream); in _php_finfo_get_type()
581 if (ret_val) { in _php_finfo_get_type()
582 RETVAL_STRING(ret_val); in _php_finfo_get_type()
/PHP-7.2/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp102 zend_object *ret_val; in BreakIterator_clone_obj() local
107 ret_val = BreakIterator_ce_ptr->create_object(Z_OBJCE_P(object)); in BreakIterator_clone_obj()
108 bio_new = php_intl_breakiterator_fetch_object(ret_val); in BreakIterator_clone_obj()
133 return ret_val; in BreakIterator_clone_obj()
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.cpp226 zend_object *ret_val; in TimeZone_clone_obj() local
232 ret_val = TimeZone_ce_ptr->create_object(Z_OBJCE_P(object)); in TimeZone_clone_obj()
233 to_new = php_intl_timezone_fetch_object(ret_val); in TimeZone_clone_obj()
258 return ret_val; in TimeZone_clone_obj()
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_class.cpp82 zend_object *ret_val; in Calendar_clone_obj() local
88 ret_val = Calendar_ce_ptr->create_object(Z_OBJCE_P(object)); in Calendar_clone_obj()
89 co_new = php_intl_calendar_fetch_object(ret_val); in Calendar_clone_obj()
113 return ret_val; in Calendar_clone_obj()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd.h108 #define mysqlnd_fetch_into(result, flags, ret_val, ext) (result)->m.fetch_into((result), (flags), ( argument
/PHP-7.2/ext/libxml/
H A Dlibxml.c307 void *ret_val = NULL; in php_libxml_streams_IO_open_wrapper() local
362 ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); in php_libxml_streams_IO_open_wrapper()
366 return ret_val; in php_libxml_streams_IO_open_wrapper()

Completed in 22 milliseconds