Home
last modified time | relevance | path

Searched refs:status (Results 101 – 125 of 271) sorted by relevance

1234567891011

/PHP-5.5/ext/zip/tests/
H A Dbug38944.phpt12 var_dump($foo->status);
29 ["status"]=>
/PHP-5.5/sapi/cli/tests/
H A Dbug65066_100.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 100 status code
H A Dbug65066_422.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 422 status code
H A Dbug65066_511.phpt2 Bug #65066 (Cli server not responsive when responding with 422 http status code): 511 status code
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64433.phpt25 echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1");
35 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
45 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
/PHP-5.5/ext/opcache/tests/
H A Dblacklist.phpt19 $status = opcache_get_status();
20 print_r(count($status['scripts']));
H A Dblacklist-win32.phpt19 $status = opcache_get_status();
20 print_r(count($status['scripts']));
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c247 UErrorCode status = U_ZERO_ERROR; in PHP_FUNCTION() local
261 en = utrans_openIDs( &status ); in PHP_FUNCTION()
262 INTL_CHECK_STATUS( status, in PHP_FUNCTION()
266 while( (elem = uenum_unext( en, &elem_len, &status )) ) in PHP_FUNCTION()
271 intl_convert_utf16_to_utf8( &el_char, &el_len, elem, elem_len, &status ); in PHP_FUNCTION()
273 if( U_FAILURE( status ) ) in PHP_FUNCTION()
285 intl_error_set_code( NULL, status TSRMLS_CC ); in PHP_FUNCTION()
286 if( U_FAILURE( status ) ) in PHP_FUNCTION()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c369 ExecStatusType status; in pdo_pgsql_last_insert_id() local
373 status = PQresultStatus(res); in pdo_pgsql_last_insert_id()
375 if (res && (status == PGRES_TUPLES_OK)) { in pdo_pgsql_last_insert_id()
551 ExecStatusType status; in PHP_METHOD() local
585 status = PQresultStatus(pgsql_result); in PHP_METHOD()
656 ExecStatusType status; in PHP_METHOD() local
691 status = PQresultStatus(pgsql_result); in PHP_METHOD()
749 ExecStatusType status; in PHP_METHOD() local
783 status = PQresultStatus(pgsql_result); in PHP_METHOD()
838 ExecStatusType status; in PHP_METHOD() local
[all …]
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.h24 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status TSRMLS_DC );
44 UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCode *status TSRMLS_DC );
/PHP-5.5/main/
H A Dalloca.c345 struct stk_stat status; in i00afunc() local
355 STKSTAT (&status); in i00afunc()
359 trailer = (struct stk_trailer *) (status.current_address in i00afunc()
360 + status.current_size in i00afunc()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c58 ZEND_ARG_INFO(1, status)
63 ZEND_ARG_INFO(1, status)
92 ZEND_ARG_INFO(0, status)
96 ZEND_ARG_INFO(0, status)
100 ZEND_ARG_INFO(0, status)
104 ZEND_ARG_INFO(0, status)
108 ZEND_ARG_INFO(0, status)
112 ZEND_ARG_INFO(0, status)
574 int status; in PHP_FUNCTION() local
602 int status; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp551 UErrorCode status = UErrorCode(); in umsg_format_helper() local
553 &status) == SUCCESS) { in umsg_format_helper()
594 UErrorCode status = UErrorCode(); in umsg_format_helper() local
596 &status) == SUCCESS) { in umsg_format_helper()
639 …r(UMessageFormat *fmt, int *count, zval ***args, UChar *source, int source_len, UErrorCode *status) in umsg_parse_helper() argument
642 Formattable *fargs = ((const MessageFormat*)fmt)->parse(srcString, *count, *status); in umsg_parse_helper()
644 if(U_FAILURE(*status)) { in umsg_parse_helper()
685 intl_convert_utf16_to_utf8(&stmp, &stmp_len, temp.getBuffer(), temp.length(), status); in umsg_parse_helper()
686 if(U_FAILURE(*status)) { in umsg_parse_helper()
695 *status = U_ILLEGAL_ARGUMENT_ERROR; in umsg_parse_helper()
H A Dmsgformat_helpers.h24 UChar *source, int source_len, UErrorCode *status);
/PHP-5.5/ext/oci8/tests/
H A Dbug51291_1.phpt56 echo "Rollback status is ";
75 echo "Execute status is ";
94 echo "Execute status is ";
113 echo "Execute status is ";
131 echo "Execute status is ";
262 Rollback status is true
290 Execute status is true
319 Execute status is true
340 Execute status is false
380 Execute status is false
/PHP-5.5/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt19 $status = opcache_get_status();
20 if ($status["opcache_enabled"]) {
/PHP-5.5/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt19 $status = opcache_get_status();
20 if ($status["opcache_enabled"]) {
/PHP-5.5/ext/phar/tests/
H A Dcreate_new_and_modify.phpt25 $status = opcache_get_status();
26 if ($status["opcache_enabled"]) {
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp222 UErrorCode status = UErrorCode(); local
223 rv = (double)co->ucal->getTime(status);
224 if (U_FAILURE(status)) {
227 intl_errors_set(err, status, message, 1 TSRMLS_CC);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dheader_redirection_001.phpt2 Location: headers change the status code
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp51 UErrorCode status = UErrorCode(); in _breakiter_factory() local
66 biter = func(Locale::createFromName(locale_str), status); in _breakiter_factory()
67 intl_error_set_code(NULL, status TSRMLS_CC); in _breakiter_factory()
68 if (U_FAILURE(status)) { in _breakiter_factory()
116 UErrorCode status = UErrorCode(); in PHP_FUNCTION() local
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_get_last_error.phpt10 $pid = pcntl_wait($status);
/PHP-5.5/ext/zip/examples/
H A Ddir.php12 echo "status: " . $za->status . "\n";
H A Dcreate.php21 echo "status:" . $zip->status . "\n";
/PHP-5.5/main/streams/
H A Dfilter.c355 php_stream_filter_status_t status; in php_stream_filter_append_ex() local
361status = filter->fops->filter(stream, filter, brig_inp, brig_outp, &consumed, PSFS_FLAG_NORMAL TSR… in php_stream_filter_append_ex()
365 status = PSFS_ERR_FATAL; in php_stream_filter_append_ex()
368 switch (status) { in php_stream_filter_append_ex()
450 php_stream_filter_status_t status; in _php_stream_filter_flush() local
452 status = filter->fops->filter(stream, current, inp, outp, NULL, flags TSRMLS_CC); in _php_stream_filter_flush()
453 if (status == PSFS_FEED_ME) { in _php_stream_filter_flush()
457 if (status == PSFS_ERR_FATAL) { in _php_stream_filter_flush()

Completed in 38 milliseconds

1234567891011