Home
last modified time | relevance | path

Searched refs:result (Results 676 – 700 of 737) sorted by relevance

1...<<21222324252627282930

/PHP-5.3/main/
H A Drfc1867.c574 char *result = emalloc(len + 2); in substring_conf() local
575 char *resp = result; in substring_conf()
599 return result; in substring_conf()
/PHP-5.3/ext/mbstring/tests/
H A Dmb_stripos.phpt35 // Note: For offset(-15). It does not return position of latter string. (ie the same result as -50)
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_field_seek.phpt83 /* label column, result set charset */
H A Dmysqli_stmt_get_result2.phpt138 printf("[024] Unknown result set type %s\n", $res->type);
H A Dmysqli_stmt_result_metadata_sqltests.phpt172 /* Note: very weak testing, we accept almost any result */
/PHP-5.3/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES29 functions return NULL when no more data is available in the result set
H A D.gdbinit473 printf "result => "
474 printzn &execute_data->opline.result
H A DREADME.STREAMS317 MYSQL_RES * result;
325 state->result = mysql_use_result(&state->conn);
352 ... mysql_fetch_row(state->result) ...
H A DREADME.SELF-CONTAINED-EXTENSIONS18 While the result will run on any system, a developer's setup needs these
/PHP-5.3/ext/mysql/tests/
H A Dmysql_fetch_array.phpt357 Warning: mysql_fetch_array(): The result type should be either MYSQL_NUM, MYSQL_ASSOC or MYSQL_BOTH…
359 Warning: mysql_fetch_array(): %d is not a valid MySQL result resource in %s on line %d
/PHP-5.3/sapi/apache/
H A Dmod_php5.c697 int result = send_php(r, 0, NULL); in send_parsed_php() local
703 return result; in send_parsed_php()
/PHP-5.3/ext/exif/
H A Dtest.txt291 $result = exif_thumbnail($file, $t_width, $t_height);
293 if ( $result === false) {
/PHP-5.3/Zend/
H A DZEND_CHANGES1063 a loop that has an SQL query inside it, something like '$result
1065 another SQL result-set allocated in the memory, and all of the
1066 result sets weren't destroyed until the end of the script's
1068 result set with a new one, the old result set which is no longer
1162 PHP 3.0), it will result in a parse error with the Zend Engine.
H A Dzend.c469 EG(exception_op)[0].result.op_type = IS_UNUSED; in zend_init_exception_op()
474 EG(exception_op)[1].result.op_type = IS_UNUSED; in zend_init_exception_op()
479 EG(exception_op)[2].result.op_type = IS_UNUSED; in zend_init_exception_op()
H A Dzend_execute_API.c1236 int result; in zend_eval_stringl_ex() local
1238 result = zend_eval_stringl(str, str_len, retval_ptr, string_name TSRMLS_CC); in zend_eval_stringl_ex()
1241 result = FAILURE; in zend_eval_stringl_ex()
1243 return result; in zend_eval_stringl_ex()
H A Dzend_opcode.c297 SET_UNUSED(op->result); in init_op()
/PHP-5.3/ext/spl/
H A Dspl_observer.c346 zval result; in spl_object_storage_compare_info() local
348 if (compare_function(&result, e1->inf, e2->inf TSRMLS_CC) == FAILURE) { in spl_object_storage_compare_info()
352 return Z_LVAL(result); in spl_object_storage_compare_info()
H A Dspl_iterators.c1880 char *subject, tmp[32], *result; in SPL_METHOD() local
1957result = php_pcre_replace_impl(intern->u.regex.pce, subject, subject_len, replacement, 0, &result_… in SPL_METHOD()
1964 intern->current.str_key = result; in SPL_METHOD()
1969 ZVAL_STRINGL(intern->current.data, result, result_len, 0); in SPL_METHOD()
3470 int result; in spl_iterator_func_apply() local
3475 result = zend_is_true(retval) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_STOP; in spl_iterator_func_apply()
3478 result = ZEND_HASH_APPLY_STOP; in spl_iterator_func_apply()
3480 return result; in spl_iterator_func_apply()
/PHP-5.3/ext/sockets/tests/
H A Dsocket_strerror.phpt59 string(29) "Numerical result out of range"
/PHP-5.3/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt23 // Change each element and dump result.
/PHP-5.3/ext/dom/tests/
H A Ddom001.phpt17 // children() of of document would result in a memleak
/PHP-5.3/ext/oci8/
H A Doci8_lob.c878 …oci_descriptor *descriptor_first, php_oci_descriptor *descriptor_second, boolean *result TSRMLS_DC)
884 …_CALL_RETURN(connection->errcode, OCILobIsEqual, (connection->env, first_lob, second_lob, result));
H A Dphp_oci8_int.h455 int php_oci_bind_pre_exec(void *data, void *result TSRMLS_DC);
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY177 anchors(\A, \z, \Z) cause invalid result.
311 invalid result.
317 invalid result in UTF-16/32.
328 ex. [\s&&[^\n]] makes wrong result.
573 (which was 10-16% cost in gprof result for my test program)
734 illegal result in negative character class in ignore case
747 invalid result in onig_capture_tree_traverse().
760 invalid result in onig_capture_tree_traverse().
1338 2003/06/18: [bug] return wrong result UTF-8 case in regex_mb2wc().
1382 was wrong result. (should be "aaaa")
/PHP-5.3/sapi/nsapi/
H A Dnsapi-readme.txt130 to make subrequests on the webserver and insert the result in the webpage.

Completed in 103 milliseconds

1...<<21222324252627282930