Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.6/ext/zip/tests/
H A Dbug38944.phpt12 var_dump($foo->status);
29 ["status"]=>
/PHP-5.6/ext/intl/
H A Dintl_error.c252 UErrorCode status; in intl_parse_error_to_string() local
280 intl_convert_utf16_to_utf8( &buf, &u8len, pe->preContext, -1, &status ); in intl_parse_error_to_string()
281 if( U_FAILURE( status ) ) in intl_parse_error_to_string()
299 intl_convert_utf16_to_utf8( &buf, &u8len, pe->postContext, -1, &status ); in intl_parse_error_to_string()
300 if( U_FAILURE( status ) ) in intl_parse_error_to_string()
/PHP-5.6/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.6/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.6/ext/opcache/tests/
H A Dblacklist-win32.phpt19 $status = opcache_get_status();
20 print_r(count($status['scripts']));
H A Dblacklist.phpt19 $status = opcache_get_status();
20 print_r(count($status['scripts']));
/PHP-5.6/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.6/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.6/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.6/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.6/ext/pdo_pgsql/
H A Dpgsql_driver.c364 ExecStatusType status; in pdo_pgsql_last_insert_id() local
381 status = PQresultStatus(res); in pdo_pgsql_last_insert_id()
383 if (res && (status == PGRES_TUPLES_OK)) { in pdo_pgsql_last_insert_id()
572 ExecStatusType status; in PHP_METHOD() local
608 status = PQresultStatus(pgsql_result); in PHP_METHOD()
683 ExecStatusType status; in PHP_METHOD() local
721 status = PQresultStatus(pgsql_result); in PHP_METHOD()
783 ExecStatusType status; in PHP_METHOD() local
820 status = PQresultStatus(pgsql_result); in PHP_METHOD()
878 ExecStatusType status; in PHP_METHOD() local
[all …]
/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp555 UErrorCode status = UErrorCode(); in umsg_format_helper() local
557 &status) == SUCCESS) { in umsg_format_helper()
598 UErrorCode status = UErrorCode(); in umsg_format_helper() local
600 &status) == SUCCESS) { in umsg_format_helper()
643 …r(UMessageFormat *fmt, int *count, zval ***args, UChar *source, int source_len, UErrorCode *status) in umsg_parse_helper() argument
646 Formattable *fargs = ((const MessageFormat*)fmt)->parse(srcString, *count, *status); in umsg_parse_helper()
648 if(U_FAILURE(*status)) { in umsg_parse_helper()
689 intl_convert_utf16_to_utf8(&stmp, &stmp_len, temp.getBuffer(), temp.length(), status); in umsg_parse_helper()
690 if(U_FAILURE(*status)) { in umsg_parse_helper()
699 *status = U_ILLEGAL_ARGUMENT_ERROR; in umsg_parse_helper()
H A Dmsgformat_helpers.h24 UChar *source, int source_len, UErrorCode *status);
/PHP-5.6/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.6/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt19 $status = opcache_get_status();
20 if ($status["opcache_enabled"]) {
/PHP-5.6/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt19 $status = opcache_get_status();
20 if ($status["opcache_enabled"]) {
/PHP-5.6/ext/phar/tests/
H A Dcreate_new_and_modify.phpt25 $status = opcache_get_status();
26 if ($status["opcache_enabled"]) {
/PHP-5.6/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.6/ext/standard/tests/general_functions/
H A Dheader_redirection_001.phpt2 Location: headers change the status code
/PHP-5.6/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.6/ext/pcntl/tests/
H A Dpcntl_get_last_error.phpt10 $pid = pcntl_wait($status);
/PHP-5.6/ext/zip/examples/
H A Ddir.php12 echo "status: " . $za->status . "\n";
H A Dcreate.php21 echo "status:" . $zip->status . "\n";

Completed in 141 milliseconds

12345678910>>...12