Home
last modified time | relevance | path

Searched refs:result (Results 651 – 675 of 737) sorted by relevance

1...<<21222324252627282930

/PHP-5.3/ext/mysql/tests/
H A Dmysql_fetch_object.phpt149 Warning: mysql_fetch_object(): %d is not a valid MySQL result resource in %s on line %d
H A Dmysql_pconn_max_links.phpt95 printf("[005] Cannot run fetch result, [%d] %s\n",
162 printf("[017] Cannot run fetch result, [%d] %s\n",
H A Dmysql_unbuffered_query.phpt115 resource(%d) of type (mysql result)
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt80 printf("[004] Cannot run fetch result, [%d] %s\n",
139 printf("[014] Cannot run fetch result, [%d] %s\n",
H A Dmysqli_fetch_array.phpt59 // NOTE: for BC reasons with ext/mysql, ext/mysqli accepts invalid result modes.
369 Warning: mysqli_fetch_array(): The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or MYSQLI_…
371 Warning: mysqli_fetch_array(): The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or MYSQLI_…
H A Dmysqli_stmt_bind_result.phpt117 $result = mysqli_stmt_result_metadata($stmt);
126 $fields = mysqli_fetch_fields($result);
311 printf("[3002] Bind result should not be allowed");
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt39 Label column, result set charset.
H A Dmysqli_stmt_get_result_types.phpt72 $result = mysqli_stmt_result_metadata($stmt);
80 $fields = mysqli_fetch_fields($result);
H A Dmysqli_fetch_field.phpt34 /* label column, result set charset */
H A Dmysqli_no_reconnect.phpt93 Warning: mysqli_query(): Error reading result set's header in %d on line %d
/PHP-5.3/ext/com_dotnet/
H A Dcom_com.c781 DWORD result; in PHP_FUNCTION() local
787 result = MsgWaitForMultipleObjects(0, NULL, FALSE, timeoutms, QS_ALLINPUT); in PHP_FUNCTION()
789 if (result == WAIT_OBJECT_0) { in PHP_FUNCTION()
/PHP-5.3/ext/standard/
H A Dfile.c1147 int result; in PHP_FUNCTION() local
1156 result = php_stream_getc(stream); in PHP_FUNCTION()
1158 if (result == EOF) { in PHP_FUNCTION()
1161 buf[0] = result; in PHP_FUNCTION()
1217 int result, format_len, type, argc = 0; in PHP_FUNCTION() local
1248 result = php_sscanf_internal(buf, format, argc, args, 0, &return_value TSRMLS_CC); in PHP_FUNCTION()
1255 if (SCAN_ERROR_WRONG_PARAM_COUNT == result) { in PHP_FUNCTION()
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt50 // What will happen if a PS returns a differen number of result set column upon each execution?
H A Dbug41125.phpt2 Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault)
/PHP-5.3/ext/soap/
H A Dsoap.c231 *result++ = tolower((int)*str++); in zend_str_tolower_copy()
233 *result = *end; in zend_str_tolower_copy()
2081 zval result; local
2084 INIT_ZVAL(result);
2099 php_write(Z_STRVAL(result), Z_STRLEN(result) TSRMLS_CC);
2101 zval_dtor(&result);
2258 zval result; local
2261 INIT_ZVAL(result);
2270 Z_TYPE(result) == IS_STRING &&
2276 php_write(Z_STRVAL(result), Z_STRLEN(result) TSRMLS_CC);
[all …]
/PHP-5.3/ext/openssl/
H A DREADME145 the certificates held in recipcerts. The result is place in the file
164 The result is placed in the file named by outfile.
176 The descrypted result is placed in outfilename.
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c178 int result, i, ret; in xsl_ext_function_php() local
323 result = zend_call_function(&fci, NULL TSRMLS_CC); in xsl_ext_function_php()
324 if (result == FAILURE) { in xsl_ext_function_php()
/PHP-5.3/ext/mysqli/
H A Dmysqli_fe.c38 #define MYSQLI_ZEND_ARG_OBJ_INFO_RESULT() ZEND_ARG_OBJ_INFO(0, result, mysqli_result, 0)
42 #define MYSQLI_ZEND_ARG_OBJ_INFO_RESULT() ZEND_ARG_INFO(0, result)
/PHP-5.3/ext/oci8/
H A Doci8.c354 ZEND_ARG_INFO(1, result)
1871 sword result; in php_oci_do_connect_ex() local
1873 …PHP_OCI_CALL_RETURN(result, OCINlsEnvironmentVariableGet, (&charsetid_nls_lang, 0, OCI_NLS_CHARSET… in php_oci_do_connect_ex()
1874 if (result != OCI_SUCCESS) { in php_oci_do_connect_ex()
2275 int result = 0; in php_oci_connection_close() local
2335 return result; in php_oci_connection_close()
2346 int result = 0; in php_oci_connection_release() local
2363 result = 1; in php_oci_connection_release()
2386 if (result) { in php_oci_connection_release()
2421 return result; in php_oci_connection_release()
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.c452 char *result; in virtual_cwd_startup() local
455 result = getcwdpath(cwd, NULL, 1); in virtual_cwd_startup()
456 if(result) in virtual_cwd_startup()
466 result = getcwd(cwd, sizeof(cwd)); in virtual_cwd_startup()
468 if (!result) { in virtual_cwd_startup()
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strpos.phpt32 // Note: For offset(-15). It does not return position of latter string. (ie the same result as -50)
/PHP-5.3/Zend/
H A DREADME.ZEND_VM6 and direct threading). As a result ZE2 got more than 20% speedup on raw PHP
/PHP-5.3/ext/spl/
H A Dspl_directory.c2104 int result; in spl_filesystem_file_call() local
2135 result = zend_call_function(&fci, &fcic TSRMLS_CC); in spl_filesystem_file_call()
2137 if (result == FAILURE) { in spl_filesystem_file_call()
2144 return result; in spl_filesystem_file_call()
2730 int result; in SPL_METHOD() local
2734 result = php_stream_getc(intern->u.file.stream); in SPL_METHOD()
2736 if (result == EOF) { in SPL_METHOD()
2739 if (result == '\n') { in SPL_METHOD()
2742 buf[0] = result; in SPL_METHOD()
/PHP-5.3/ext/zip/
H A Dphp_zip.c535 char *result; in php_zip_glob() local
553 result = VCWD_GETCWD(cwd, MAXPATHLEN); in php_zip_glob()
554 if (!result) { in php_zip_glob()
640 char *result; in php_zip_pcre() local
647 result = VCWD_GETCWD(cwd, MAXPATHLEN); in php_zip_pcre()
648 if (!result) { in php_zip_pcre()
/PHP-5.3/ext/xml/
H A Dxml.c511 int result; in xml_call_handler() local
530 result = zend_call_function(&fci, NULL TSRMLS_CC); in xml_call_handler()
531 if (result == FAILURE) { in xml_call_handler()
551 if (result == FAILURE) { in xml_call_handler()

Completed in 92 milliseconds

1...<<21222324252627282930