Home
last modified time | relevance | path

Searched refs:status (Results 201 – 225 of 271) sorted by relevance

1234567891011

/PHP-5.5/ext/tidy/
H A Dtidy.c1114 int status; in PHP_INI_MH() local
1128 status = php_output_get_status(TSRMLS_C); in PHP_INI_MH()
1130 if (value && (status & PHP_OUTPUT_WRITTEN)) { in PHP_INI_MH()
1134 if (status & PHP_OUTPUT_SENT) { in PHP_INI_MH()
1140status = OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
1148 return status; in PHP_INI_MH()
1178 int status = FAILURE; in php_tidy_output_handler() local
1203 status = SUCCESS; in php_tidy_output_handler()
1211 return status; in php_tidy_output_handler()
/PHP-5.5/ext/standard/
H A Dimage.c206 int slength, status=0; in php_handle_swc() local
235 status = uncompress(buf, &szlength, bufz, slength); in php_handle_swc()
236 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
242 if (status == Z_OK) { in php_handle_swc()
251 if (!status) { in php_handle_swc()
/PHP-5.5/ext/pcntl/tests/
H A D002.phpt47 pcntl_waitpid($pid, $status);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_free_result.phpt32 // stmt object status test
H A Dmysqli_stmt_store_result.phpt30 // stmt object status test
H A Dmysqli_stmt_fetch.phpt32 // stmt object status test
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1718 ExecStatusType status; local
1763 switch (status) {
1820 ExecStatusType status; local
1903 switch (status) {
1941 ExecStatusType status; local
1986 switch (status) {
2027 ExecStatusType status; local
2110 switch (status) {
3880 ExecStatusType status; local
3922 switch (status) {
[all …]
H A DREADME120 Gets connection status. It returns PGSQL_CONNECTION_OK or
137 Get status of query result
/PHP-5.5/ext/pdo/
H A DTODO66 mysqli_stat(); one line summary of server status
/PHP-5.5/win32/build/
H A Dprojectgen.js537 var status = (PHP_DEBUG == "no" ? 'Release' : 'Debug');
538 var statusts = status + (ts ? "_" + ts.toUpperCase() : "");
605 … + '"' + ' /libpath:"' + outpath + '"' + ' /libpath:"..\\' + path + 'bindlib_w32\\' + status + '"';
/PHP-5.5/main/streams/
H A Dstreams.c592 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_fill_read_buffer() local
610 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, NULL, flags TSRMLS_CC); in _php_stream_fill_read_buffer()
612 if (status != PSFS_PASS_ON) { in _php_stream_fill_read_buffer()
625 switch (status) { in _php_stream_fill_read_buffer()
1165 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_write_filtered() local
1176 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, in _php_stream_write_filtered()
1179 if (status != PSFS_PASS_ON) { in _php_stream_write_filtered()
1191 switch (status) { in _php_stream_write_filtered()
/PHP-5.5/ext/soap/
H A DTODO87 ? HTTP status codes
/PHP-5.5/sapi/apache/
H A Dmod_php5.c231 r->status = SG(sapi_headers).http_response_code; in sapi_apache_send_headers()
243 if(r->status==304) { in sapi_apache_send_headers()
533 SG(sapi_headers).http_response_code = r->status; in init_request_info()
H A Dphp_apache.c364 if (rr->status != 200) { in PHP_FUNCTION()
475 add_property_long(return_value,"status", rr->status); in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c746 …E *)((mysqli_object *)zend_object_store_get_object(mysql_link TSRMLS_CC))->ptr)->status TSRMLS_CC); in PHP_FUNCTION()
747 …sqli_object *)zend_object_store_get_object(mysql_link TSRMLS_CC))->ptr)->status = MYSQLI_STATUS_UN… in PHP_FUNCTION()
1554 mysqli_resource->status = MYSQLI_STATUS_INITIALIZED;
1895 if (mysql->mysql->status == MYSQL_STATUS_GET_RESULT) {
1954 mysqli_resource->status = MYSQLI_STATUS_VALID;
2499 mysqli_resource->status = MYSQLI_STATUS_INITIALIZED;
2551 mysqli_resource->status = MYSQLI_STATUS_VALID;
2649 mysqli_resource->status = MYSQLI_STATUS_VALID;
2703 mysqli_resource->status = MYSQLI_STATUS_VALID;
H A Dmysqli_warning.c319 mysqli_resource->status = MYSQLI_STATUS_VALID;
H A Dmysqli.c231 php_mysqli_close(mysql, MYSQLI_CLOSE_EXPLICIT, my_res->status TSRMLS_CC); in mysqli_link_free_storage()
235 my_res->status = MYSQLI_STATUS_UNKNOWN; in mysqli_link_free_storage()
1082 mysqli_resource->status = (ZEND_NUM_ARGS() == 1) ? MYSQLI_STATUS_INITIALIZED : MYSQLI_STATUS_VALID; in PHP_FUNCTION()
1135 mysqli_resource->status = MYSQLI_STATUS_VALID; in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c370 ((request_rec *) SG(server_context))->status = SG(sapi_headers).http_response_code; in sapi_apache_send_headers()
586 SG(sapi_headers).http_response_code = r->status; in init_request_info()
1332 int status = DECLINED; in php_access_hook() local
1336 status = sapi_stack_apply_with_argument_stop_if_http_error(&conf->access_handlers, in php_access_hook()
1339 return status; in php_access_hook()
/PHP-5.5/main/
H A Dphp_output.h204 PHPAPI void php_output_set_status(int status TSRMLS_DC);
/PHP-5.5/sapi/fpm/
H A Dconfig.m4148 int status;
157 waitpid(child, &status, 0);
639 …-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html)
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h210 int (*status)(int,int*,int*,int); member
448 #define sqlite3_status sqlite3_api->status
/PHP-5.5/
H A DREADME.NEW-OUTPUT-API9 Checking output control layers status:
H A Drun-tests.php376 $status = "failed";
378 $status = "success";
433 …if ($just_save_results || !mail_qa_team($failed_tests_data, $compression, $status) && !TRAVIS_CI) {
981 function mail_qa_team($data, $compression, $status = false) argument
1011 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c60 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error() argument
93 switch (status) { in _oci_error()
/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_variation1-win32.phpt71 clearstatcache();//clears file status cache

Completed in 95 milliseconds

1234567891011