Home
last modified time | relevance | path

Searched refs:status (Results 251 – 275 of 278) sorted by relevance

1...<<1112

/PHP-5.6/ext/bcmath/libbcmath/
H A Dconfigure696 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1557 : ${CONFIG_STATUS=./config.status}
/PHP-5.6/ext/snmp/
H A Dsnmp.c712 int status, count, found; in php_snmp_internal() local
791 status = snmp_synch_response(ss, pdu, &response); in php_snmp_internal()
792 if (status == STAT_SUCCESS) { in php_snmp_internal()
936 } else if (status == STAT_TIMEOUT) { in php_snmp_internal()
/PHP-5.6/ext/oci8/tests/
H A Ddbmsoutput.phpt25 status integer;
28 dbms_output.get_line(line, status);
29 exit when status = 1;
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c1772 int status = 0; local
2082 if (wait(&status) >= 0) {
2092 while (wait(&status) < 0) {
/PHP-5.6/ext/mysqli/
H A Dmysqli_prop.c35 if (!obj->ptr || ((MYSQLI_RESOURCE *)obj->ptr)->status < value ) { \
/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c1387 int status; in start_children() local
1428 pid = wait( &status ); in start_children()
/PHP-5.6/sapi/thttpd/
H A Dthttpd.c193 TG(hc)->status = SG(sapi_headers).http_response_code; in sapi_thttpd_send_headers()
/PHP-5.6/ext/interbase/
H A Dinterbase.c964 ISC_STATUS status[20]; in _php_ibase_connect() local
973 if (!isc_database_info(status, &ib_link->handle, sizeof(info), info, sizeof(result), result)) { in _php_ibase_connect()
/PHP-5.6/ext/mssql/
H A Dphp_mssql.c2015 int status = 0; local
2082 status=DBRPCRETURN;
2103 …if (dbrpcparam(mssql_ptr->link, param_name, (BYTE)status, type, maxlen, datalen, (LPBYTE)value)==F…
/PHP-5.6/
H A DCODING_STANDARDS282 Ongoing status notes which may not be appropriate for Git comments.
H A DREADME.RELEASE_PROCESS20 ongoing bases between the releases. Check the CI status for your branch
H A DNEWS2393 polling status constants. (Daniel Lowrey)
3315 status code). (Adam)
4315 FPM status page. (Lars)
5544 . Fixed bug #55577 (status.html does not install). (fat)
5547 . Fixed bug #55486 (status show BIG processes number). (fat)
5552 . Implemented FR #54577 (Enhanced status page with full status and details
5554 real-time FPM status. (fat)
5846 . Added xml format to the status page. (fat)
7092 return status on windows). (Sriram Natarajan)
8012 - Fixed bug #47566 (pcntl_wexitstatus() returns signed status).
[all …]
H A DINSTALL790 Your script can get the HTTP status code with $_SERVER['ERROR_TYPE'].
2114 Proper response status can be sent with header(). If only GET
/PHP-5.6/ext/mbstring/
H A Dmbstring.c255 ZEND_ARG_INFO(0, status)
933 int status, loc; in php_mb_zend_encoding_converter() local
953 status = mbfl_buffer_converter_feed2(convd, &string, &loc); in php_mb_zend_encoding_converter()
954 if (status) { in php_mb_zend_encoding_converter()
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY154 default case fold status.
1056 2004/05/21: [impl] add regex status check to onig_match().
1197 2004/02/17: [spec] check capture status for empty infinite loop.
1339 2003/12/02: [memo] alias svnst='svn status | grep -v "^\?"'
1514 set option status to effect memory in optimize_node_left().
/PHP-5.6/ext/odbc/
H A Dphp_odbc.c2980 SQLINTEGER status; in PHP_FUNCTION() local
2982 rc = SQLGetConnectOption(conn->hdbc, SQL_AUTOCOMMIT, (PTR)&status); in PHP_FUNCTION()
2987 RETVAL_LONG((long)status); in PHP_FUNCTION()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_structs.h503 …data__local_tx_end)(MYSQLND_CONN_DATA * conn, size_t this_func, enum_func_status status TSRMLS_DC);
H A Dmysqlnd.c2997 …_data, local_tx_end)(MYSQLND_CONN_DATA * conn, size_t this_func, enum_func_status status TSRMLS_DC)
3000 DBG_RETURN(status);
/PHP-5.6/win32/
H A Dinstall.txt457 php-cgi.exe) then check "Set extension status to Allowed" and click OK.
821 Your script can get the HTTP status code with $_SERVER['ERROR_TYPE'].
859 You can check the status by using the phpinfo() function.
1793 response status can be sent with header(). If only GET and POST methods
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c1685 } status; in copy_private_data() local
1687 status = save ? start : loop; in copy_private_data()
1712 switch(status) in copy_private_data()
1724 status = loop; in copy_private_data()
1730 status = end; in copy_private_data()
1959 while (status != end); in copy_private_data()
H A DREADME441 The "configure" script also creates config.status, which is an executable
/PHP-5.6/build/
H A Dlibtool.m4989 int status = $lt_dlunknown;
993 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
994 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1000 exit (status);
4016 # add code to config.status for appending the configuration named by
4503 # `config.status --recheck' to rerun these tests and create the
/PHP-5.6/ext/mbstring/libmbfl/
H A DLICENSE431 decision will be guided by the two goals of preserving the free status
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c102065 int (*status)(int,int*,int*,int);
154692 UErrorCode status = U_ZERO_ERROR;
154714 if( U_SUCCESS(status) ){
154725 if( !U_SUCCESS(status) ){
154732 if( !U_SUCCESS(status) ){
154780 UErrorCode status = U_ZERO_ERROR;
154806 if( !U_SUCCESS(status) ){
154865 UErrorCode status = U_ZERO_ERROR;
154880 if( !U_SUCCESS(status) ){
155056 UErrorCode status = U_ZERO_ERROR;
[all …]
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput26303 Duplicate name status changes
6337 Duplicate name status changes
14536 Duplicate name status changes

Completed in 663 milliseconds

1...<<1112