Home
last modified time | relevance | path

Searched refs:res (Results 451 – 475 of 570) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug38055.phpt35 $res = $client->Test(array('boolA'=>$boolA, 'boolB'=>$boolB));
/PHP-5.5/ext/standard/tests/file/
H A Drmdir_variation3-win32.phpt62 $res = rmdir($dir);
63 if ($res === true) {
H A Dunlink_variation10.phpt67 $res = unlink($tounlink);
68 if ($res === true) {
H A Dmkdir_variation5-win32.phpt61 $res = mkdir($dir);
62 if ($res === true) {
H A Dunlink_variation8-win32.phpt65 $res = unlink($tounlink);
66 if ($res === true) {
H A Dfile_put_contents_variation7-win32.phpt62 $res = file_put_contents($dir."\\".$filename, ($data + $i));
63 if ($res !== false) {
H A Dfile_put_contents_variation7.phpt54 $res = file_put_contents($dir."/".$filename, ($data + $i));
55 if ($res !== false) {
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt39 $res = mail($to, $subject, $message);
41 if ($res !== true) {
H A Dmail_basic_alt2-win32.phpt37 $res = mail($to, $subject, $message, $extra_headers);
39 if ($res !== true) {
H A Dmail_basic_alt3-win32.phpt37 $res = mail($to, $subject, $message, $extra_headers);
39 if ($res !== true) {
H A Dmail_basic_alt4-win32.phpt38 $res = mail($to, $subject, $message, $extra_headers, $extra_parameters);
40 if ($res !== true) {
H A Dmail_variation_alt1-win32.phpt38 $res = mail($to, $subject, $message);
40 if ($res !== true) {
H A Dmail_variation_alt2-win32.phpt38 $res = mail($to, $subject, $message);
40 if ($res !== true) {
H A Dmail_variation_alt3-win32.phpt37 $res = mail($to, $subject, $message);
39 if ($res !== true) {
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl16 <part name="res" type="xsi:string"/>
22 <part name="res" type="tns:book"/>
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll.phpt64 $res = $mysqli->reap_async_query();
66 $res = mysqli_reap_async_query($mysqli);
68 if (is_object($res)) {
H A Dmysqli_begin_transaction.phpt66 $res = mysqli_query($link, "SELECT * FROM test");
67 var_dump($res->fetch_assoc());
97 $res = mysqli_query($link, "SELECT id FROM test WHERE id = 2");
H A Dmysqli_stmt_num_rows.phpt63 if ($res = mysqli_query($link, 'SELECT COUNT(id) AS num FROM test')) {
64 $row = mysqli_fetch_assoc($res);
65 mysqli_free_result($res);
H A Dmysqli_fetch_array_large.phpt40 if (!$res = mysqli_query($link, "SELECT id, label FROM test")) {
45 while ($row = mysqli_fetch_assoc($res)) {
52 mysqli_free_result($res);
H A Dmysqli_max_links.phpt29 if ($res = mysqli_query($links[$i], 'SELECT id FROM test LIMIT 1')) {
31 mysqli_free_result($res);
/PHP-5.5/sapi/caudium/
H A Dcaudium.c388 int res = 0; in php_caudium_sapi_send_headers() local
389 THREAD_SAFE_RUN(res = php_caudium_low_send_headers(sapi_headers TSRMLS_CC), "send headers"); in php_caudium_sapi_send_headers()
390 return res; in php_caudium_sapi_send_headers()
566 int res; in php_caudium_module_main() local
648 res = php_request_startup(TSRMLS_C); in php_caudium_module_main()
650 if(res == FAILURE) { in php_caudium_module_main()
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt106 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-5');
107 $d = unpack("H*", $res);
111 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-5');
112 if ($res[0] != "&" || $res[1] != "#")
113 $res = unpack("H*", $res)[1];
114 echo sprintf("%s => %s\n\n", $ent, $res);
H A Dhtml_entity_decode_macroman.phpt136 $res = html_entity_decode("&#x7F;", ENT_QUOTES, 'MacRoman');
138 echo $res,"\n\n";
142 $res = html_entity_decode($ent, ENT_QUOTES, 'MacRoman');
143 $d = unpack("H*", $res);
147 $res = html_entity_decode($ent, ENT_QUOTES, 'MacRoman');
148 if ($res[0] != "&" || $res[1] != "#")
149 $res = unpack("H*", $res)[1];
150 echo sprintf("%s => %s\n\n", $ent, $res);
H A Dhtml_entity_decode_win1251.phpt136 $res = html_entity_decode("&#x98;", ENT_QUOTES, 'WINDOWS-1251');
138 echo $res,"\n\n";
142 $res = html_entity_decode($ent, ENT_QUOTES, 'WINDOWS-1251');
143 $d = unpack("H*", $res);
147 $res = html_entity_decode($ent, ENT_QUOTES, 'WINDOWS-1251');
148 if ($res[0] != "&" || $res[1] != "#")
149 $res = unpack("H*", $res)[1];
150 echo sprintf("%s => %s\n\n", $ent, $res);
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c884 LineContribType *res; in _gdContributionsAlloc() local
888 if (!res) { in _gdContributionsAlloc()
894 gdFree(res); in _gdContributionsAlloc()
899 gdFree(res); in _gdContributionsAlloc()
914 gdFree(res); in _gdContributionsAlloc()
918 return res; in _gdContributionsAlloc()
938 LineContribType *res; in _gdContributionsCalc() local
950 if (res == NULL) { in _gdContributionsCalc()
988 return res; in _gdContributionsCalc()
2285 int res; in gdTransformAffineGetImage() local
[all …]

Completed in 107 milliseconds

1...<<11121314151617181920>>...23