Home
last modified time | relevance | path

Searched refs:res (Results 476 – 500 of 570) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A Dunlink_variation8.phpt70 $res = unlink($tounlink);
71 if ($res === true) {
94 $res = unlink($tounlink);
95 if ($res === true) {
H A Dunlink_variation9-win32.phpt65 $res = unlink($tounlink);
66 if ($res === true) {
H A Dreadfile_variation5.phpt113 $res = readfile($filename, $value);
114 if ($res == false) {
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt106 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-15');
107 $d = unpack("H*", $res);
111 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-15');
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_cp866.phpt138 $res = html_entity_decode($ent, ENT_QUOTES, 'CP866');
139 $d = unpack("H*", $res);
143 $res = html_entity_decode($ent, ENT_QUOTES, 'CP866');
144 if ($res[0] != "&" || $res[1] != "#")
145 $res = unpack("H*", $res)[1];
146 echo sprintf("%s => %s\n\n", $ent, $res);
H A Dhtml_entity_decode_koi8-r.phpt138 $res = html_entity_decode($ent, ENT_QUOTES, 'KOI8-R');
139 $d = unpack("H*", $res);
143 $res = html_entity_decode($ent, ENT_QUOTES, 'KOI8-R');
144 if ($res[0] != "&" || $res[1] != "#")
145 $res = unpack("H*", $res)[1];
146 echo sprintf("%s => %s\n\n", $ent, $res);
/PHP-5.5/ext/spl/tests/
H A Dclass_implements_variation1.phpt27 $res = fopen(__FILE__,'r');
101 'resource' => $res,
111 fclose($res);
H A Dclass_uses_variation1.phpt27 $res = fopen(__FILE__,'r');
101 'resource' => $res,
111 fclose($res);
/PHP-5.5/win32/build/
H A Dprojectgen.js98 res = new Enumerator(resdir.Files);
101 for (; !res.atEnd(); res.moveNext()) {
102 fname = FSO.GetFileName(res.item());
609 res = generate_resource_filelist(ext, ext_dir);
612 tmpl = tmpl.replace(/RESOURCEFILES/, res);
/PHP-5.5/ext/interbase/
H A Dibase_query.c693 struct tm *res; in _php_ibase_bind() local
694 res = php_gmtime_r(&Z_LVAL_P(b_var), &t); in _php_ibase_bind()
695 if (!res) { in _php_ibase_bind()
942 ibase_result *res; in _php_ibase_exec() local
946 res->link = ib_query->link; in _php_ibase_exec()
947 res->trans = ib_query->trans; in _php_ibase_exec()
948 res->stmt = ib_query->stmt; in _php_ibase_exec()
950 res->query = ib_query; in _php_ibase_exec()
951 ib_query->result = res; in _php_ibase_exec()
953 res->has_more_rows = 1; in _php_ibase_exec()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_mysqlnd_read_timeout.phpt24 if (!$res = mysqli_query($link, "SELECT SLEEP(5)"))
H A Dmysqli_stmt_get_result_types.phpt74 if (!$res = mysqli_stmt_get_result($stmt)) {
82 while ($row = mysqli_fetch_assoc($res)) {
90 mysqli_free_result($res);
101 mysqli_free_result($res);
106 mysqli_free_result($res);
H A Dbug45289.phpt26 if ($res = $link->store_result()) {
H A Dmysqli_ping.phpt27 $res = mysqli_query($link, 'SELECT * FROM unknown_table');
H A Dmysqli_fetch_assoc_bit.phpt82 if (!$res = mysqli_query($link, $sql))
85 if (!$row = mysqli_fetch_assoc($res))
H A Dmysqli_fetch_field_types.phpt38 if (!$res = mysqli_query($link, 'SELECT id FROM test')) {
44 if (!is_object($field = mysqli_fetch_field($res))) {
H A Dmysqli_warning_count.phpt27 if (!$res = mysqli_query($link, "SELECT id, label FROM test"))
/PHP-5.5/main/
H A Dphp_variables.c281 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local
329 res = (char *) estrdup(c_var); in SAPI_TREAT_DATA_FUNC()
337 res = (char *) estrdup(c_var); in SAPI_TREAT_DATA_FUNC()
343 res = str; in SAPI_TREAT_DATA_FUNC()
347 if (!res) { in SAPI_TREAT_DATA_FUNC()
361 var = php_strtok_r(res, separator, &strtok_buf); in SAPI_TREAT_DATA_FUNC()
414 efree(res); in SAPI_TREAT_DATA_FUNC()
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp213 UBool res = utext_moveIndex32(this->fText, n); in next() local
219 if (res) { in next()
/PHP-5.5/ext/exif/
H A Dtest.txt310 $res = '';
315 $res = '';
325 $res .= AddInfo($Name,'Array('.count($Value).')');
329 $res .= AddInfo($Name.':'.$idx,$Entry);
333 $res .= AddInfo($Name,$Value);
350 $tab2 .= $res;
/PHP-5.5/Zend/
H A Dzend_alloc.c2465 size_t res = nmemb; in safe_address() local
2470 : "%0"(res), in safe_address()
2478 return res; in safe_address()
2498 : "%0"(res), in safe_address()
2507 return res; in safe_address()
2514 size_t res; in safe_address() local
2528 return res; in safe_address()
2535 size_t res; in safe_address() local
2548 return res; in safe_address()
2561 return (size_t) res; in safe_address()
[all …]
/PHP-5.5/ext/pdo/tests/
H A Dpdo_018.phpt130 $res = $db->query('SELECT test.val FROM test')->fetchAll(PDO::FETCH_COLUMN);
133 if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci' && $res[0] === null) {
134 $res[0] = "";
136 var_dump($res);
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1166 zval *res; in php_mysqli_fetch_into_hash_aux() local
1168 MAKE_STD_ZVAL(res); in php_mysqli_fetch_into_hash_aux()
1189 ZVAL_STRING(res, tmp, 1); in php_mysqli_fetch_into_hash_aux()
1197 Z_TYPE_P(res) = IS_STRING; in php_mysqli_fetch_into_hash_aux()
1198 Z_STRVAL_P(res) = php_addslashes(row[i], field_len[i], &Z_STRLEN_P(res), 0 TSRMLS_CC); in php_mysqli_fetch_into_hash_aux()
1201 ZVAL_STRINGL(res, row[i], field_len[i], 1); in php_mysqli_fetch_into_hash_aux()
1208 add_index_zval(return_value, i, res); in php_mysqli_fetch_into_hash_aux()
1212 Z_ADDREF_P(res); in php_mysqli_fetch_into_hash_aux()
1214 add_assoc_zval(return_value, fields[i].name, res); in php_mysqli_fetch_into_hash_aux()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_ping.phpt23 $res = mysql_query('SELECT * FROM unknown_table', $link);
/PHP-5.5/ext/soap/tests/
H A Dbug68361.phpt92 $res = $client->__getTypes(); // Segmentation fault here
94 print_r($res);

Completed in 100 milliseconds

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