Home
last modified time | relevance | path

Searched refs:result (Results 451 – 475 of 737) sorted by relevance

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

/PHP-5.3/ext/interbase/
H A Dphp_ibase_udf.c147 int result, remaining = b->blob_total_length, i = 0; in exec_php() local
161 if (FAILURE == (result = php_request_startup(TSRMLS_C))) { in exec_php()
168result = zend_eval_stringl(code, b->blob_total_length, NULL, "Firebird Embedded PHP engine" TSRMLS… in exec_php()
177 *(ISC_LONG*)res->dsc_address = (result == SUCCESS); in exec_php()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dutil.c639 int result; in sqliteCompare() local
650 result = -1; in sqliteCompare()
656 result = -1; in sqliteCompare()
658 result = +1; in sqliteCompare()
660 result = 0; in sqliteCompare()
664 result = +1; in sqliteCompare()
666 result = strcmp(atext, btext); in sqliteCompare()
668 return result; in sqliteCompare()
/PHP-5.3/main/
H A DSAPI.c723 char *ptr = colon_offset+1, *result, *newheader; in sapi_header_op() local
738 result = php_pcre_replace("/realm=\"(.*?)\"/i", 16, in sapi_header_op()
743 efree(result); in sapi_header_op()
747 result = php_pcre_replace("/realm=([^\\s]+)(.*)/i", 21, in sapi_header_op()
759 efree(result); in sapi_header_op()
761 result = emalloc(ptr_len+conv_len+1); in sapi_header_op()
763 memcpy(result, ptr, ptr_len); in sapi_header_op()
764 memcpy(result+ptr_len, conv_temp, conv_len); in sapi_header_op()
765 *(result+ptr_len+conv_len) = '\0'; in sapi_header_op()
770 newlen = spprintf(&newheader, 0, "WWW-Authenticate: %s", result); in sapi_header_op()
[all …]
/PHP-5.3/ext/mysqli/tests/
H A Dbug46614.phpt2 Bug #46614 (Extended MySQLi class gives incorrect empty() result)
/PHP-5.3/ext/gd/tests/
H A Dimagecolordeallocate_error1.phpt18 $result = imagecolordeallocate($resource, $white);
/PHP-5.3/ext/gmp/tests/
H A Dbug52906.phpt2 Bug #52906 gmp_mod returns negative result when non-negative is expected
/PHP-5.3/ext/standard/tests/array/
H A Dbug24766.phpt2 Bug #24766 (strange result array from unpack)
/PHP-5.3/ext/pdo/tests/
H A Dpdo_022.phpt46 // Retrieve column metadata for a result set returned by explicit SELECT
55 // Retrieve column metadata for a result set returned by a function
/PHP-5.3/ext/sqlite/
H A Dsess_sqlite.c89 int colcount, result; in PS_READ_FUNC() local
109 switch ((result = sqlite_step(vm, &colcount, &rowdata, &colnames))) { in PS_READ_FUNC()
/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_variation13.phpt52 $result = vprintf($format, $args_array[$counter-1]);
54 var_dump($result);
H A Dvprintf_variation13_64bit.phpt52 $result = vprintf($format, $args_array[$counter-1]);
54 var_dump($result);
H A Dvprintf_variation6.phpt64 $result = vprintf($formats, $args);
66 var_dump($result);
H A Dvprintf_variation7.phpt63 $result = vprintf($format, $args_array[$counter-1]);
65 var_dump($result);
H A Dvprintf_variation8.phpt67 $result = vprintf($formats, $args);
69 var_dump($result);
/PHP-5.3/ext/mysqli/
H A Dmysqli.c176 php_free_stmt_bind_buffer(stmt->result, FETCH_RESULT); in php_clear_stmt_bind()
1040 MYSQL_RES *result = NULL; in PHP_FUNCTION() local
1064 result = mysql_store_result(mysql->mysql); in PHP_FUNCTION()
1067 result = mysql_use_result(mysql->mysql); in PHP_FUNCTION()
1073 if (!result) { in PHP_FUNCTION()
1078 mysqli_resource->ptr = (void *)result; in PHP_FUNCTION()
1090 MYSQL_RES *result; in php_mysqli_fetch_into_hash() local
1141 if (!(row = mysql_fetch_row(result))) { in php_mysqli_fetch_into_hash()
1146 fields = mysql_fetch_fields(result); in php_mysqli_fetch_into_hash()
1150 field_len = mysql_fetch_lengths(result); in php_mysqli_fetch_into_hash()
[all …]
/PHP-5.3/ext/standard/
H A Dvar_unserializer.re205 long result = 0;
219 result = result * 10 + (size_t)(cursor - (unsigned char)'0');
226 if (neg) return -result;
227 return result;
239 size_t result = 0;
248 result = result * 10 + (size_t)(cursor - (unsigned char)'0');
254 return result;
/PHP-5.3/ext/ldap/tests/
H A Dldap_first_attribute_error.phpt21 Warning: ldap_first_attribute(): supplied resource is not a valid ldap result entry resource in %s …
H A Dldap_free_result_error.phpt18 Warning: ldap_free_result(): supplied resource is not a valid ldap result resource in %s on line %d
H A Dldap_get_attributes_error.phpt21 Warning: ldap_get_attributes(): supplied resource is not a valid ldap result entry resource in %s o…
H A Dldap_get_dn_error.phpt21 Warning: ldap_get_dn(): supplied resource is not a valid ldap result entry resource in %s on line %d
H A Dldap_count_entries_error.phpt21 Warning: ldap_count_entries(): supplied resource is not a valid ldap result resource in %s on line …
/PHP-5.3/ext/spl/tests/
H A Dbug54971.phpt2 Bug #54971 (Wrong result when using iterator_to_array with use_keys on true)
/PHP-5.3/ext/date/tests/
H A Dbug48187.phpt2 Bug #48187 (DateTime::diff() corrupting microtime() result)
H A Dbug48097.phpt2 Bug #48097 (date_timezone_set function produces wrong datetime result)
/PHP-5.3/ext/standard/tests/file/windows_acls/
H A Dbug44859_3.phpt2 bug #44859 (incorrect result with NTFS ACL permissions, is_executable)

Completed in 99 milliseconds

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