Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 835) sorted by path

12345678910>>...34

/PHP-5.5/
H A D.gdbinit578 printf "result => "
579 printzn &execute_data->opline.result
H A DINSTALL331 binary, so the final result here is a single httpd binary that includes
806 virtual()) to make subrequests on the web server and insert the result
1496 This will result in the following directory:
H A DNEWS424 incorrect result). (Anatol)
811 . Fixed bug #68463 (listen.allowed_clients can silently result
2715 result). (Laruence)
3231 . ZEND_RECV now always has IS_CV as its result.
6437 result). (Ilia)
7358 result in major slowdown). (Dmitry)
7633 set_exception_handler() might result in crash). (Tony)
8777 result->close()). (Ilia,Tony)
9046 result cursor. (Ilia)
9532 - Fixed bug #33153 (crash in mssql_next result). (Frank)
[all …]
H A DREADME.PARAMETER_PARSING_API26 Both functions return SUCCESS or FAILURE depending on the result.
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES29 functions return NULL when no more data is available in the result set
H A DREADME.SELF-CONTAINED-EXTENSIONS18 While the result will run on any system, a developer's setup needs these
H A DREADME.STREAMS317 MYSQL_RES * result;
325 state->result = mysql_use_result(&state->conn);
352 ... mysql_fetch_row(state->result) ...
H A DREADME.TESTING81 the "run-tests.php" script saves the result, the expected result and the
146 REPORT_EXIT_STATUS is set. The result of "make test" may be higher
H A DUPGRADING51 - Add support for using empty() on the result of function calls and
221 inconsistent state which has been observed to result in crashes and may
237 We note also that using unserialize() on any data that is not the result
239 not be relied on to produce any specific result.
H A DUPGRADING.INTERNALS35 ZEND_INIT_FCALL_BY_NAME, ZEND_INIT_NS_FCALL_BY_NAME use result.num as
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c440 char *result; in virtual_cwd_startup() local
443 result = getcwdpath(cwd, NULL, 1); in virtual_cwd_startup()
444 if(result) in virtual_cwd_startup()
454 result = getcwd(cwd, sizeof(cwd)); in virtual_cwd_startup()
456 if (!result) { in virtual_cwd_startup()
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO6 1. As a result of a function call. E.g.:
H A DREADME.ZEND_VM6 and direct threading). As a result ZE2 got more than 20% speedup on raw PHP
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 Dacinclude.m4117 volatile double result;
124 result = a / b;
139 volatile double result;
145 result = a / b;
160 volatile double result;
166 result = a / b;
181 volatile double result;
188 result = a / b;
203 volatile double result;
211 result = a / b;
/PHP-5.5/Zend/RFCs/
H A D001.txt85 result in the $obj->setMember("foo") call being called on a duplicate
86 of $object. Line 22 will then result in "bar" being printed.
99 will therefore result in "foo" being printed. This approach gives
/PHP-5.5/Zend/tests/
H A D019.phpt361 // because these are not functions but statements, it will result in syntax error.
H A Dbug30394.phpt2 Bug #30394 (Assignment operators yield wrong result with __get/__set)
H A Dbug40815.phpt2 …ng strings like "class::func" and static methods in set_exception_handler() might result in crash).
H A Dbug42817.phpt2 Bug #42817 (clone() on a non-object does not result in a fatal error)
H A Dbug45178.phpt2 Bug #45178 memory corruption on assignment result of "new" by reference
H A Dbug64417.phpt21 $result = null;
23 $result = &$this->container[$offset];
25 return $result;
H A Dclosure_013.phpt2 Closure 013: __invoke() on temporary result
H A Ddereference_004.phpt2 Testing array dereference on __invoke() result
/PHP-5.5/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt2 Yielding the result of a non-ref function call throw a notice

Completed in 71 milliseconds

12345678910>>...34