Home
last modified time | relevance | path

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

1234567891011

/PHP-7.0/ext/standard/tests/http/
H A Dserver.inc89 pcntl_waitpid($pid, $status);
/PHP-7.0/ext/bcmath/libbcmath/
H A Daclocal.m429 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
110 dnl When config.status generates a header, we must update the stamp-h file.
/PHP-7.0/
H A DMakefile.global121 …rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool m…
125 …p-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html
H A DREADME.NEW-OUTPUT-API9 Checking output control layers status:
H A Drun-tests.php413 $status = "failed";
415 $status = "success";
470 …if ($just_save_results || !mail_qa_team($failed_tests_data, $compression, $status) && !TRAVIS_CI) {
1021 function mail_qa_team($data, $compression, $status = false) argument
1051 fwrite($fs, "POST " . $path . "?status=$status&version=$php_version HTTP/1.1\r\n");
/PHP-7.0/ext/pgsql/
H A Dpgsql.c1832 ExecStatusType status; local
1876 switch (status) {
1935 ExecStatusType status; local
2011 switch (status) {
2051 ExecStatusType status; local
2095 switch (status) {
2138 ExecStatusType status; local
2215 switch (status) {
4111 switch (status) {
4244 switch (status) {
[all …]
H A DREADME120 Gets connection status. It returns PGSQL_CONNECTION_OK or
137 Get status of query result
/PHP-7.0/ext/standard/
H A Dimage.c206 int status = 0; in php_handle_swc() local
241 status = uncompress(buf, &szlength, (unsigned char *) ZSTR_VAL(bufz), ZSTR_LEN(bufz)); in php_handle_swc()
242 } while ((status==Z_BUF_ERROR)&&(factor<maxfactor)); in php_handle_swc()
248 if (status == Z_OK) { in php_handle_swc()
257 if (!status) { in php_handle_swc()
/PHP-7.0/ext/pcntl/tests/
H A D002.phpt47 pcntl_waitpid($pid, $status);
/PHP-7.0/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-7.0/ext/pdo/
H A DTODO66 mysqli_stat(); one line summary of server status
/PHP-7.0/main/streams/
H A Dstreams.c575 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_fill_read_buffer() local
593 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, NULL, flags); in _php_stream_fill_read_buffer()
595 if (status != PSFS_PASS_ON) { in _php_stream_fill_read_buffer()
608 switch (status) { in _php_stream_fill_read_buffer()
1148 php_stream_filter_status_t status = PSFS_ERR_FATAL; in _php_stream_write_filtered() local
1159 status = filter->fops->filter(stream, filter, brig_inp, brig_outp, in _php_stream_write_filtered()
1162 if (status != PSFS_PASS_ON) { in _php_stream_write_filtered()
1174 switch (status) { in _php_stream_write_filtered()
/PHP-7.0/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()
1511 mysqli_resource->status = MYSQLI_STATUS_INITIALIZED;
1858 if (mysql->mysql->status == MYSQL_STATUS_GET_RESULT) {
1916 mysqli_resource->status = MYSQLI_STATUS_VALID;
2458 mysqli_resource->status = MYSQLI_STATUS_INITIALIZED;
2510 mysqli_resource->status = MYSQLI_STATUS_VALID;
2614 mysqli_resource->status = MYSQLI_STATUS_VALID;
2667 mysqli_resource->status = MYSQLI_STATUS_VALID;
H A Dmysqli_warning.c303 mysqli_resource->status = MYSQLI_STATUS_VALID;
H A Dmysqli.c221 php_mysqli_close(mysql, MYSQLI_CLOSE_EXPLICIT, my_res->status); in mysqli_link_free_storage()
225 my_res->status = MYSQLI_STATUS_UNKNOWN; in mysqli_link_free_storage()
1094 mysqli_resource->status = (ZEND_NUM_ARGS() == 1) ? MYSQLI_STATUS_INITIALIZED : MYSQLI_STATUS_VALID; in ZEND_GET_MODULE()
1147 mysqli_resource->status = MYSQLI_STATUS_VALID; in PHP_FUNCTION()
/PHP-7.0/ext/soap/
H A DTODO87 ? HTTP status codes
/PHP-7.0/main/
H A Dphp_output.h200 PHPAPI void php_output_set_status(int status);
/PHP-7.0/sapi/fpm/
H A Dconfig.m4148 int status;
157 waitpid(child, &status, 0);
670 …/www.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sapi/fpm/status.html)
/PHP-7.0/ext/
H A Dext_skel205 config.status
/PHP-7.0/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.0/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h208 int (*status)(int,int*,int*,int); member
474 #define sqlite3_status sqlite3_api->status
/PHP-7.0/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.0/ext/fileinfo/libmagic/
H A Dcompress.c400 int status; in uncompressbuf() local

Completed in 152 milliseconds

1234567891011