Searched refs:ret_val (Results 1 – 12 of 12) sorted by relevance
/PHP-7.4/ext/standard/tests/file/windows_links/ |
H A D | bug48746_2.phpt | 19 exec("mkdir " . $dirname, $output, $ret_val); 23 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val); 24 exec("mklink /j mounted_volume " . $ret, $output, $ret_val); 26 exec("mklink /j mklink_junction directory", $output, $ret_val);
|
H A D | bug73962.phpt | 17 exec("mkdir " . $dirname, $output, $ret_val); 21 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val); 22 exec("mklink /d mounted_volume " . $ret, $output, $ret_val); 24 exec("mklink /d mklink_symlink \"новая папка\"", $output, $ret_val);
|
H A D | bug48746.phpt | 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 D | bug48746_1.phpt | 23 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 D | bug48746_3.phpt | 22 exec("mkdir " . $dirname, $output, $ret_val); 24 exec(get_junction()." junction directory", $output, $ret_val);
|
/PHP-7.4/ext/intl/transliterator/ |
H A D | transliterator_class.c | 137 zend_object *ret_val; in Transliterator_clone_obj() local 142 ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) ); in Transliterator_clone_obj() 143 to_new = php_intl_transliterator_fetch_object( ret_val ); in Transliterator_clone_obj() 157 ZVAL_OBJ(&tempz, ret_val); in Transliterator_clone_obj() 188 return ret_val; in Transliterator_clone_obj()
|
/PHP-7.4/ext/fileinfo/ |
H A D | fileinfo.c | 436 char *ret_val = NULL, *buffer = NULL; in _php_finfo_get_type() local 498 ret_val = (char *) magic_buffer(magic, buffer, buffer_len); in _php_finfo_get_type() 515 ret_val = (char *) magic_stream(magic, stream); in _php_finfo_get_type() 548 ret_val = mime_directory; in _php_finfo_get_type() 563 ret_val = mime_directory; in _php_finfo_get_type() 565 ret_val = (char *)magic_stream(magic, stream); in _php_finfo_get_type() 579 if (ret_val) { in _php_finfo_get_type() 580 RETVAL_STRING(ret_val); in _php_finfo_get_type()
|
/PHP-7.4/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 103 zend_object *ret_val; in BreakIterator_clone_obj() local 108 ret_val = BreakIterator_ce_ptr->create_object(Z_OBJCE_P(object)); in BreakIterator_clone_obj() 109 bio_new = php_intl_breakiterator_fetch_object(ret_val); in BreakIterator_clone_obj() 134 return ret_val; in BreakIterator_clone_obj()
|
/PHP-7.4/ext/intl/calendar/ |
H A D | calendar_class.cpp | 85 zend_object *ret_val; in Calendar_clone_obj() local 91 ret_val = Calendar_ce_ptr->create_object(Z_OBJCE_P(object)); in Calendar_clone_obj() 92 co_new = php_intl_calendar_fetch_object(ret_val); in Calendar_clone_obj() 116 return ret_val; in Calendar_clone_obj()
|
/PHP-7.4/ext/intl/timezone/ |
H A D | timezone_class.cpp | 230 zend_object *ret_val; in TimeZone_clone_obj() local 236 ret_val = TimeZone_ce_ptr->create_object(Z_OBJCE_P(object)); in TimeZone_clone_obj() 237 to_new = php_intl_timezone_fetch_object(ret_val); in TimeZone_clone_obj() 262 return ret_val; in TimeZone_clone_obj()
|
/PHP-7.4/ext/libxml/ |
H A D | libxml.c | 302 void *ret_val = NULL; in php_libxml_streams_IO_open_wrapper() local 361 ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); in php_libxml_streams_IO_open_wrapper() 362 if (ret_val) { in php_libxml_streams_IO_open_wrapper() 364 ((php_stream*)ret_val)->flags |= PHP_STREAM_FLAG_NO_FCLOSE; in php_libxml_streams_IO_open_wrapper() 369 return ret_val; in php_libxml_streams_IO_open_wrapper()
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd.h | 108 #define mysqlnd_fetch_into(result, flags, ret_val, ext) (result)->m.fetch_into((result), (flags), (… argument
|
Completed in 31 milliseconds