Home
last modified time | relevance | path

Searched refs:result (Results 776 – 800 of 835) sorted by relevance

1...<<31323334

/PHP-5.5/sapi/apache/
H A Dmod_php5.c693 int result = send_php(r, 0, NULL); in send_parsed_php() local
699 return result; in send_parsed_php()
/PHP-5.5/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_execute_API.c1227 int result; in zend_eval_stringl_ex() local
1229 result = zend_eval_stringl(str, str_len, retval_ptr, string_name TSRMLS_CC); in zend_eval_stringl_ex()
1232 result = FAILURE; in zend_eval_stringl_ex()
1234 return result; in zend_eval_stringl_ex()
H A DOBJECTS2_HOWTO6 1. As a result of a function call. E.g.:
/PHP-5.5/ext/spl/
H A Dspl_observer.c397 zval result; in spl_object_storage_compare_info() local
399 if (compare_function(&result, e1->inf, e2->inf TSRMLS_CC) == FAILURE) { in spl_object_storage_compare_info()
403 return Z_LVAL(result); in spl_object_storage_compare_info()
/PHP-5.5/
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
H A D.gdbinit578 printf "result => "
579 printzn &execute_data->opline.result
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt23 // Change each element and dump result.
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS70 They instead destroy the object to that the result of new IntlClass() can
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt59 string(29) "Numerical result out of range"
/PHP-5.5/ext/dom/tests/
H A Ddom001.phpt17 // children() of of document would result in a memleak
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_array.phpt358 Warning: mysql_fetch_array(): The result type should be either MYSQL_NUM, MYSQL_ASSOC or MYSQL_BOTH…
360 Warning: mysql_fetch_array(): %d is not a valid MySQL result resource in %s on line %d
/PHP-5.5/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.5/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata_sqltests.phpt172 /* Note: very weak testing, we accept almost any result */
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities_html5.phpt31 $result = htmlentities($str, ENT_QUOTES | ENT_HTML5, 'UTF-8');
32 if ($str != $result) {
33 printf("%s\tU+%05X\n", $result, $i);
109 $result = htmlentities($str, ENT_QUOTES | ENT_HTML5, 'UTF-8');
110 printf("%s\tU+%05X U+%05X\n", $result, $i[0], $i[1]);
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt130 to make subrequests on the webserver and insert the result in the webpage.
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput14151 ** Truncation will probably give the wrong result.
155 ** Truncation will probably give the wrong result.
/PHP-5.5/ext/standard/
H A Dbasic_functions.c2406 ZEND_ARG_INFO(1, result)
4211 static int parse_opts(char * opts, opt_struct ** result) argument
4227 *result = paras;
5075 zval result; local
5076 zend_compare_arrays(&result, func1, func2 TSRMLS_CC);
5077 ret = (Z_LVAL(result) == 0);
5079 zval result; local
5080 zend_compare_objects(&result, func1, func2 TSRMLS_CC);
5081 ret = (Z_LVAL(result) == 0);
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY382 anchors(\A, \z, \Z) cause invalid result.
516 invalid result.
522 invalid result in UTF-16/32.
533 ex. [\s&&[^\n]] makes wrong result.
778 (which was 10-16% cost in gprof result for my test program)
939 illegal result in negative character class in ignore case
952 invalid result in onig_capture_tree_traverse().
965 invalid result in onig_capture_tree_traverse().
1543 2003/06/18: [bug] return wrong result UTF-8 case in regex_mb2wc().
1587 was wrong result. (should be "aaaa")
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c400 php_cli_server_http_response_status_code_pair needle, *result = NULL; in get_status_string() local
405result = bsearch(&needle, status_map, sizeof(status_map) / sizeof(needle), sizeof(needle), status_… in get_status_string()
407 if (result) { in get_status_string()
408 return result->str; in get_status_string()
/PHP-5.5/ext/oci8/tests/
H A Dbug43492.phpt45 ocifetchinto($s, $result, OCI_ASSOC);
46 ociexecute($result['C'], OCI_DEFAULT);
47 return $result['C'];
H A Dbug43492_2.phpt37 ocifetchinto($s, $result, OCI_ASSOC);
38 ociexecute($result['C'], OCI_DEFAULT);
39 return $result['C'];
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c51 int result = setsockopt(socketd, IPPROTO_TCP, TCP_NODELAY, (char *) &flag, sizeof(int)); in mysqlnd_set_sock_no_delay() local
55 if (result == -1) { in mysqlnd_set_sock_no_delay()

Completed in 71 milliseconds

1...<<31323334