Home
last modified time | relevance | path

Searched refs:status (Results 226 – 250 of 292) sorted by relevance

12345678910>>...12

/PHP-7.2/main/streams/
H A Dstreams.c547 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_fill_read_buffer() local
565 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, NULL, flags); in _php_stream_fill_read_buffer()
567 if (status != PSFS_PASS_ON) { in _php_stream_fill_read_buffer()
580 switch (status) { in _php_stream_fill_read_buffer()
1122 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_write_filtered() local
1133 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, in _php_stream_write_filtered()
1136 if (status != PSFS_PASS_ON) { in _php_stream_write_filtered()
1148 switch (status) { in _php_stream_write_filtered()
/PHP-7.2/ext/mysqli/
H A Dmysqli_api.c730 …li_close(mysql, MYSQLI_CLOSE_EXPLICIT, ((MYSQLI_RESOURCE *)(Z_MYSQLI_P(mysql_link))->ptr)->status); in PHP_FUNCTION()
731 ((MYSQLI_RESOURCE *)(Z_MYSQLI_P(mysql_link))->ptr)->status = MYSQLI_STATUS_UNKNOWN; in PHP_FUNCTION()
1515 mysqli_resource->status = MYSQLI_STATUS_INITIALIZED;
1854 if (mysql->mysql->status == MYSQL_STATUS_GET_RESULT) {
1912 mysqli_resource->status = MYSQLI_STATUS_VALID;
2454 mysqli_resource->status = MYSQLI_STATUS_INITIALIZED;
2506 mysqli_resource->status = MYSQLI_STATUS_VALID;
2610 mysqli_resource->status = MYSQLI_STATUS_VALID;
2663 mysqli_resource->status = MYSQLI_STATUS_VALID;
H A Dmysqli_warning.c303 mysqli_resource->status = MYSQLI_STATUS_VALID;
H A Dmysqli.c222 php_mysqli_close(mysql, MYSQLI_CLOSE_EXPLICIT, my_res->status); in mysqli_link_free_storage()
226 my_res->status = MYSQLI_STATUS_UNKNOWN; in mysqli_link_free_storage()
1090 mysqli_resource->status = (ZEND_NUM_ARGS() == 1) ? MYSQLI_STATUS_INITIALIZED : MYSQLI_STATUS_VALID; in ZEND_GET_MODULE()
1143 mysqli_resource->status = MYSQLI_STATUS_VALID; in PHP_FUNCTION()
/PHP-7.2/ext/soap/
H A DTODO87 ? HTTP status codes
/PHP-7.2/
H A DUPGRADING.INTERNALS79 . Session module manages session status correctly.
H A DREADME.NEW-OUTPUT-API9 Checking output control layers status:
H A D.gitignore50 config.status
H A Drun-tests.php404 $status = "failed";
406 $status = "success";
461 if (($just_save_results || !mail_qa_team($failed_tests_data, $status)) && !TRAVIS_CI) {
1032 function mail_qa_team($data, $status = false) argument
1062 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
/PHP-7.2/main/
H A Dphp_output.h200 PHPAPI void php_output_set_status(int status);
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_fetch.phpt32 // stmt object status test
/PHP-7.2/ext/pgsql/
H A DREADME120 Gets connection status. It returns PGSQL_CONNECTION_OK or
137 Get status of query result
/PHP-7.2/ext/intl/
H A Dphp_intl.c1049 UErrorCode status = U_ZERO_ERROR; in PHP_MINFO_FUNCTION() local
1061 tzdata_ver = ucal_getTZDataVersion(&status); in PHP_MINFO_FUNCTION()
1062 if (U_ZERO_ERROR == status) { in PHP_MINFO_FUNCTION()
/PHP-7.2/sapi/fpm/
H A Dconfig.m4148 int status;
157 waitpid(child, &status, 0);
675 …/www.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html)
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c1830 int status = 0; local
2154 if (wait(&status) >= 0) {
2164 while (wait(&status) < 0) {
2245 DWORD status; local
2248 if(!GetExitCodeProcess(kid_cgi_ps[i], &status) || status != STILL_ACTIVE) {
/PHP-7.2/ext/libxml/
H A Dlibxml.c581 int status; in _php_libxml_external_entity_loader() local
624 status = zend_call_function(fci, &LIBXML(entity_loader).fcc); in _php_libxml_external_entity_loader()
625 if (status != SUCCESS || Z_ISUNDEF(retval)) { in _php_libxml_external_entity_loader()
/PHP-7.2/ext/
H A Dext_skel222 config.status
/PHP-7.2/ext/standard/tests/file/
H A Dfwrite_variation1-win32-mb.phpt71 clearstatcache();//clears file status cache
H A Dfwrite_variation1-win32.phpt71 clearstatcache();//clears file status cache
H A Dfwrite_variation1.phpt70 clearstatcache();//clears file status cache
H A Dfwrite_variation4-win32.phpt63 clearstatcache();//clears file status cache
H A Dfwrite_variation4.phpt63 clearstatcache();//clears file status cache
/PHP-7.2/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-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h208 int (*status)(int,int*,int*,int); member
514 #define sqlite3_status sqlite3_api->status
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE304 * The option status of the called group is always effective.
409 then changes of the capture group status are checked as stop condition.

Completed in 112 milliseconds

12345678910>>...12