Home
last modified time | relevance | path

Searched refs:result (Results 501 – 525 of 737) sorted by relevance

1...<<21222324252627282930

/PHP-5.3/ext/ldap/tests/
H A Dldap_next_reference_error.phpt25 Warning: ldap_next_reference(): supplied resource is not a valid ldap result entry resource in %s o…
H A Dldap_parse_reference_error.phpt24 Warning: ldap_parse_reference(): supplied resource is not a valid ldap result entry resource in %s …
/PHP-5.3/main/streams/
H A Dphp_streams_int.h67 void php_stream_mode_sanitize_fdopen_fopencookie(php_stream *stream, char *result);
/PHP-5.3/ext/soap/tests/soap12/
H A DT42.phpt40 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT46.phpt35 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_variation1.phpt91 $result = vprintf($value,$args);
93 var_dump($result);
H A Dvprintf_variation14.phpt76 $result = vprintf($formats, $args);
78 var_dump($result);
H A Dvprintf_variation14_64bit.phpt76 $result = vprintf($formats, $args);
78 var_dump($result);
H A Dvprintf_variation2.phpt87 $result = vprintf($format,$value);
89 var_dump($result);
H A Dstrnatcasecmp_variation1.phpt8 * Description: Returns the result of case-insensitive string comparison using 'natural' algorithm
H A Dvprintf_variation18.phpt64 $result = vprintf($formats, $args);
66 var_dump($result);
/PHP-5.3/ext/tokenizer/tests/
H A Dtoken_get_all_variation9.phpt33 * display result
274 * display result
/PHP-5.3/tests/lang/
H A Dbug20175.phpt12 * Storing the result of a function in a static variable.
36 * Storing a reference to the result of a function in a static variable.
61 * Storing a reference to the result of a function in a static variable.
/PHP-5.3/ext/oci8/tests/
H A Dbug43497_92.phpt59 while ($result = oci_fetch_array($stmt, OCI_NUM)) {
60 $result[0]->free(); // cleanup properly
74 while ($result = oci_fetch_array($stmt, OCI_NUM)) {
88 while ($result = oci_fetch_array($stmt, OCI_NUM+OCI_RETURN_LOBS)) {
/PHP-5.3/main/
H A Dnetwork.c396 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result) argument
398 result->tv_usec = a.tv_usec - b.tv_usec;
399 if (result->tv_usec < 0L) {
401 result->tv_usec += 1000000L;
403 result->tv_sec = a.tv_sec - b.tv_sec;
404 if (result->tv_sec < 0L) {
405 result->tv_sec++;
406 result->tv_usec -= 1000000L;
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_exec_basic.phpt8 * Description: Executes a result-less query against a given database
H A Dsqlite_oo_003.phpt2 sqlite-oo: Simple insert/select, different result representation
/PHP-5.3/ext/standard/tests/array/
H A Darray_shift_variation7.phpt19 var_dump($result = array_shift($stack));
H A Darray_push_variation5.phpt20 var_dump($result = array_push($stack, $var0));
/PHP-5.3/ext/mysqli/tests/
H A Dbug55653.phpt31 printf("[005] Wrong result: '%s'\n", $in_and_out);
H A Dmysqli_poll_kill.phpt49 // Yes, you can fetch a result - the query has been processed
154 // No, you cannot fetch the result
191 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
197 Warning: mysqli_reap_async_query(): Error reading result set's header in %s on line %d
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt27 echo "Unexpected result. Server info was:\n";
/PHP-5.3/ext/xml/tests/
H A Dbug35447.phpt25 $result = xml_parse_into_struct($parser, $data, $vals, $index);
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug36575.phpt51result xsi:type="ns2:A3"><var1 xsi:type="xsd:string">one</var1><var2 xsi:type="xsd:string">var two…
/PHP-5.3/ext/date/tests/
H A Dexamine_diff.inc25 * @param string $expect_spec the expected result of the tests, in the
31 * @param bool $absolute should the result always be a positive number?

Completed in 80 milliseconds

1...<<21222324252627282930