Home
last modified time | relevance | path

Searched refs:return_value (Results 1 – 6 of 6) sorted by relevance

/plugin/asciidocjs/
Dsyntax.php78 $return_value = 1;
105 $return_value = proc_close($process);
107 if ($return_value==0) {
110 return "<!-- ascii-doc error $return_value: $error -->";
/plugin/plantuml/
Dsyntax.php211 $encoded = exec($command, $output, $return_value);
213 if ($return_value == 0) {
260 exec($command, $output, $return_value);
262 if ($return_value == 0) {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
Dmaxminddb.c188 get_record(INTERNAL_FUNCTION_PARAM_PASSTHRU, return_value, &prefix_len); in ZEND_END_ARG_INFO()
205 array_init(return_value); in PHP_METHOD()
206 add_next_index_zval(return_value, record); in PHP_METHOD()
209 add_next_index_zval(return_value, z_prefix_len); in PHP_METHOD()
340 object_init_ex(return_value, metadata_ce); in ZEND_END_ARG_INFO()
357 zend_call_method_with_1_params(Z_OBJ_P(return_value), in ZEND_END_ARG_INFO()
365 zend_call_method_with_1_params(return_value, in ZEND_END_ARG_INFO()
373 zend_call_method_with_1_params(&return_value, in ZEND_END_ARG_INFO()
/plugin/rst/
Dsyntax.php74 $return_value = proc_close($process);
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
Dtwig.c1199 TWIG_NEW(return_value, "Twig_Markup", ret, charset TSRMLS_CC); in PHP_FUNCTION()
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js10874 function return_value(stat) { function
10888 stat = return_value(stat);
10915 return return_value(stat);