Home
last modified time | relevance | path

Searched refs:result (Results 476 – 500 of 737) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-5.3/ext/standard/tests/math/
H A Dpow.phpt143 echo "On failure, please mail result to php-dev@lists.php.net\n";
148 On failure, please mail result to php-dev@lists.php.net
/PHP-5.3/Zend/
H A Dzend_constants.h63 ZEND_API int zend_get_constant(const char *name, uint name_len, zval *result TSRMLS_DC);
64 ZEND_API int zend_get_constant_ex(const char *name, uint name_len, zval *result, zend_class_entry *…
/PHP-5.3/ext/oci8/tests/
H A Dbug43497.phpt55 while ($result = oci_fetch_array($stmt, OCI_NUM)) {
56 $result[0]->free(); // cleanup properly
70 while ($result = oci_fetch_array($stmt, OCI_NUM)) {
84 while ($result = oci_fetch_array($stmt, OCI_NUM+OCI_RETURN_LOBS)) {
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt24 /* no result set, one output parameter */
68 // no result set, one output parameter
85 …printf("[025] Cannot get result set, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
105 // no result set, one input parameter, output parameter
143 // no result set, one input parameter, output parameter
/PHP-5.3/Zend/tests/
H A Dbug45178.phpt2 Bug #45178 memory corruption on assignment result of "new" by reference
/PHP-5.3/ext/spl/internal/
H A Dregexiterator.inc94 $result = preg_replace($this->regex, $this->replacement, $subject);
97 $this->key = $result;
101 $this->current = $result;
/PHP-5.3/ext/odbc/
H A Dphp_odbc_includes.h275 int odbc_add_result(HashTable *list, odbc_result *result);
281 int odbc_bindcols(odbc_result *result TSRMLS_DC);
/PHP-5.3/ext/soap/tests/soap12/
H A DT45.phpt34 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug37013.phpt58result id="ref1" xsi:type="SOAP-ENC:Struct"><parent id="ref2" xsi:type="SOAP-ENC:Struct"><parent x…
H A Dbug29844.phpt2 Bug #29844 (SOAP doesn't return the result of a valid SOAP request)
/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_variation10.phpt71 $result = vprintf($formats, $args);
73 var_dump($result);
H A Dvprintf_variation12.phpt75 $result = vprintf($formats, $args);
77 var_dump($result);
H A Dvprintf_variation12_64bit.phpt75 $result = vprintf($formats, $args);
77 var_dump($result);
H A Dvprintf_variation16.phpt68 $result = vprintf($formats, $args);
70 var_dump($result);
H A Dvprintf_variation16_64bit.phpt68 $result = vprintf($formats, $args);
70 var_dump($result);
H A Dvprintf_variation4.phpt68 $result = vprintf($formats, $args);
70 var_dump($result);
H A Dvprintf_variation4_64bit.phpt68 $result = vprintf($formats, $args);
70 var_dump($result);
/PHP-5.3/ext/standard/
H A Dvar_unserializer.c201 long result = 0; in parse_iv2() local
215 result = result * 10 + (size_t)(cursor - (unsigned char)'0'); in parse_iv2()
222 if (neg) return -result; in parse_iv2()
223 return result; in parse_iv2()
235 size_t result = 0; in parse_uiv() local
244 result = result * 10 + (size_t)(cursor - (unsigned char)'0'); in parse_uiv()
250 return result; in parse_uiv()
/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c375 static inline size_t fcgi_get_params_len( int *result, unsigned char *p, unsigned char *end) in fcgi_get_params_len() argument
380 *result = p[0]; in fcgi_get_params_len()
381 if (*result < 128) { in fcgi_get_params_len()
385 *result = ((*result & 0x7f) << 24); in fcgi_get_params_len()
386 *result |= (p[1] << 16); in fcgi_get_params_len()
387 *result |= (p[2] << 8); in fcgi_get_params_len()
388 *result |= p[3]; in fcgi_get_params_len()
392 if (*result < 0) { in fcgi_get_params_len()
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.h57 …PI extern mbfl_string * mbfl_memory_device_result(mbfl_memory_device *device, mbfl_string *result);
/PHP-5.3/ext/pgsql/tests/
H A D80_bug36625.phpt46 resource(%d) of type (pgsql result)
/PHP-5.3/ext/ldap/tests/
H A Dldap_first_entry_error.phpt25 Warning: ldap_first_entry(): supplied resource is not a valid ldap result resource in %s on line %d
H A Dldap_first_reference_error.phpt25 Warning: ldap_first_reference(): supplied resource is not a valid ldap result resource in %s on lin…
H A Dldap_next_entry_error.phpt25 Warning: ldap_next_entry(): supplied resource is not a valid ldap result entry resource in %s on li…
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_003.phpt2 sqlite: Simple insert/select, different result represenatation

Completed in 28 milliseconds

1...<<11121314151617181920>>...30