Home
last modified time | relevance | path

Searched refs:ret (Results 201 – 225 of 442) sorted by relevance

12345678910>>...18

/php-src/ext/standard/tests/file/windows_links/
H A Dbug48746_1.phpt12 $ret = @exec($cmd, $output, $return_val);
27 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
28 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
H A Dbug48746_2.phpt23 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
24 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
/php-src/sapi/cli/tests/
H A Dbug64529.phpt13 exec('which expect', $output, $ret);
14 if ($ret) {
/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c74 int ret = EOF; in php_gziop_close() local
78 ret = gzclose(self->gz_file); in php_gziop_close()
88 return ret; in php_gziop_close()
/php-src/ext/spl/tests/
H A Diterator_004.phpt25 $ret = $this->i < count($this->a);
26 echo __METHOD__ . '(' . ($ret ? 'true' : 'false') . ")\n";
27 return $ret;
/php-src/ext/standard/tests/file/
H A Dfopencookie.phpt31 $ret = substr($this->data, $this->position, $count);
32 $this->position += strlen($ret);
33 return $ret;
H A Dbug38450_3.phpt26 $ret = substr($GLOBALS[$this->varname], $this->position, $count);
27 $this->position += strlen($ret);
28 return $ret;
H A Dinclude_streams.phpt53 $ret = substr($GLOBALS[$this->varname], $this->position, $count);
54 $this->position += strlen($ret);
55 return $ret;
H A Dinclude_userstream_002.phpt33 $ret = substr($this->data, $this->pos, $count);
34 $this->pos += strlen($ret);
35 return $ret;
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_iface_002.phpt69 $ret = session_set_save_handler(array($handler, 'open'), array($handler, 'close'),
72 var_dump($ret);
74 $ret = session_set_save_handler($handler);
/php-src/build/
H A Dax_func_which_gethostbyname_r.m4103 struct hostent ret, *retp;
107 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
123 struct hostent ret;
127 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
143 struct hostent ret;
145 (void)gethostbyname_r(name, &ret, &data) /* ; */
/php-src/ext/standard/
H A Dmail.c418 int ret; in php_mail() local
559 ret = pclose(sendmail); in php_mail()
568 if (ret == -1) in php_mail()
571 if ((ret != EX_OK)&&(ret != EX_TEMPFAIL)) in php_mail()
573 if (ret != EX_OK) in php_mail()
575 if (ret != 0) in php_mail()
H A Dfilestat.c326 int ret; in php_do_chgrp() local
385 ret = VCWD_CHOWN(filename, -1, gid); in php_do_chgrp()
387 if (ret == -1) { in php_do_chgrp()
464 int ret; in php_do_chown() local
526 if (ret == -1) { in php_do_chown()
559 int ret; in PHP_FUNCTION() local
589 ret = VCWD_CHMOD(filename, imode); in PHP_FUNCTION()
590 if (ret == -1) { in PHP_FUNCTION()
606 int ret; in PHP_FUNCTION() local
674 ret = VCWD_UTIME(filename, newtime); in PHP_FUNCTION()
[all …]
/php-src/sapi/cgi/
H A Dcgi_main.c294 int ret; in sapi_cgi_single_write() local
298 return ret; in sapi_cgi_single_write()
300 size_t ret; in sapi_cgi_single_write()
303 return ret; in sapi_cgi_single_write()
311 size_t ret; in sapi_cgi_ub_write() local
315 if (!ret) { in sapi_cgi_ub_write()
319 ptr += ret; in sapi_cgi_ub_write()
340 ptr += ret; in sapi_fcgi_ub_write()
556 return ret; in cgi_getenv_win32()
579 if (ret) return ret; in sapi_fcgi_getenv()
[all …]
/php-src/Zend/
H A Dzend_virtual_cwd.c1016 int ret; in virtual_file_ex() local
1184 ret = 1; in virtual_file_ex()
1187 ret = 0; in virtual_file_ex()
1195 ret = 0; in virtual_file_ex()
1337 int ret; in virtual_access() local
1353 return ret; in virtual_access()
1361 int ret; in virtual_utime() local
1376 return ret; in virtual_utime()
1384 int ret; in virtual_chmod() local
1419 int ret; in virtual_chown() local
[all …]
/php-src/ext/soap/tests/
H A Dclassmap002.phpt35 $ret = $client->dotest2("???");
36 var_dump($ret);
H A Dclassmap005.phpt39 $ret = $client->dotest2("???");
40 var_dump($ret);
/php-src/ext/intl/
H A Dintl_convertcpp.h27 int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, UErrorCode *status);
/php-src/ext/gd/libgd/
H A Dgdxpm.c28 int ret; in gdImageCreateFromXpm() local
30 ret = XpmReadFileToXpmImage(filename, &image, &info); in gdImageCreateFromXpm()
31 if (ret != XpmSuccess) { in gdImageCreateFromXpm()
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c262 static int php_pdosqlite3_stream_cast(php_stream *stream, int castas, void **ret) in php_pdosqlite3_stream_cast() argument
338 int ret = 0; in php_sqlite_collation_callback() local
358 ret = 1; in php_sqlite_collation_callback()
360 ret = -1; in php_sqlite_collation_callback()
368 return ret; in php_sqlite_collation_callback()
/php-src/ext/pdo_odbc/
H A Dodbc_driver.c145 int ret; in odbc_handle_preparer() local
154 ret = pdo_parse_params(stmt, sql, &nsql); in odbc_handle_preparer()
156 if (ret == 1) { in odbc_handle_preparer()
159 } else if (ret == -1) { in odbc_handle_preparer()
422 RETCODE ret; in odbc_handle_check_liveness() local
428 ret = SQLGetConnectAttr(H->dbc, SQL_ATTR_CONNECTION_DEAD, &dead, 0, NULL); in odbc_handle_check_liveness()
429 if (ret == SQL_SUCCESS && dead == SQL_CD_TRUE) { in odbc_handle_check_liveness()
439 ret = SQLGetInfo(H->dbc, SQL_DATA_SOURCE_READ_ONLY, d_name, in odbc_handle_check_liveness()
442 if (ret != SQL_SUCCESS || len == 0) { in odbc_handle_check_liveness()
/php-src/ext/pdo/
H A Dpdo_sql_parser.re71 int ret = 0, escapes = 0;
157 ret = -1;
177 ret = -1;
193 ret = 0;
231 ret = -1;
261 ret = -1;
268 ret = -1;
298 ret = -1;
358 ret = 1;
439 return ret;
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_104.phpt11 $ret = ++$x + 5;
/php-src/ext/sockets/
H A Dconversions.c121 void *ret = emalloc(alloc_size); in accounted_emalloc() local
123 return ret; in accounted_emalloc()
129 return ret; in accounted_ecalloc()
136 return ret; in accounted_safe_ecalloc()
310 zend_long ret = 0; in from_zval_integer_common() local
322 ret = Z_LVAL_P(arr_value); in from_zval_integer_common()
367 return ret; in from_zval_integer_common()
1250 unsigned ret = 0; in from_zval_write_ifindex() local
1257 ret = (unsigned)Z_LVAL_P(zv); in from_zval_write_ifindex()
1266 if (ret == 0) { in from_zval_write_ifindex()
[all …]
/php-src/ext/opcache/
H A Dshared_alloc_win32.c202 int err = 0, ret; in create_segments() local
231 ret = zend_shared_alloc_reattach(requested_size, error_in); in create_segments()
232 if (ret == ALLOC_FAIL_MAPPING) { in create_segments()
245 return ret; in create_segments()

Completed in 83 milliseconds

12345678910>>...18