Home
last modified time | relevance | path

Searched refs:status (Results 51 – 75 of 271) sorted by last modified time

1234567891011

/PHP-5.5/ext/zip/tests/
H A Dbug8700.phpt26 echo "status: " . $zip->status . "\n";
30 status: 0
H A Doo_addemptydir.phpt23 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_addfile.phpt24 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_close.phpt17 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_delete.phpt24 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_getnameindex.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_namelocate.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_open.phpt35 if ($zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_properties.phpt21 printf("zip->status (%d):\n\tempty(): %d\n\tisset(): %d\n", $zip->status, empty($zip->status), isse…
28 printf("zip->status (%d):\n\tempty(): %d\n\tisset(): %d\n", $zip->status, empty($zip->status), isse…
37 zip->status (0):
48 zip->status (0):
H A Doo_rename.phpt25 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Doo_setcomment.phpt37 if (!$zip->status == ZIPARCHIVE::ER_OK) {
H A Dbug11216.phpt22 [status] => 0
H A Dbug38944.phpt12 var_dump($foo->status);
29 ["status"]=>
/PHP-5.5/ext/xml/
H A Dxml.c687 int status = FAILURE; in xml_utf8_decode() local
688 c = php_next_utf8_char((const unsigned char*)s, (size_t) len, &pos, &status); in xml_utf8_decode()
690 if (status == FAILURE || c > 0xFFU) { in xml_utf8_decode()
/PHP-5.5/ext/tidy/tests/
H A Dtidy_error.phpt2 Ensure tidy_get_status() returns correct status
24 // status 0 indicates no errors or warnings
30 // status 1 indicates warnings
36 // status 2 indicates error
/PHP-5.5/ext/tidy/
H A Dtidy.c1114 int status; in PHP_INI_MH() local
1128 status = php_output_get_status(TSRMLS_C); in PHP_INI_MH()
1130 if (value && (status & PHP_OUTPUT_WRITTEN)) { in PHP_INI_MH()
1134 if (status & PHP_OUTPUT_SENT) { in PHP_INI_MH()
1140status = OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
1148 return status; in PHP_INI_MH()
1178 int status = FAILURE; in php_tidy_output_handler() local
1203 status = SUCCESS; in php_tidy_output_handler()
1211 return status; in php_tidy_output_handler()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1438 } status; in php_sybase_query() local
1530 status = Q_FAILURE; in php_sybase_query()
1545 status = Q_SUCCESS; in php_sybase_query()
1557 status = Q_RESULT; in php_sybase_query()
1570 status = Q_FAILURE; in php_sybase_query()
1584 status = Q_RESULT; in php_sybase_query()
1597 status = Q_FAILURE; in php_sybase_query()
1600 if (status == Q_FAILURE) { in php_sybase_query()
1626 status = Q_FAILURE; in php_sybase_query()
1656 if (status == Q_SUCCESS) { in php_sybase_query()
[all …]
/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",…
H A Dbug64433_srv.inc10 if(!empty($_REQUEST["status"])) {
11 http_response_code($_REQUEST["status"]);
H A Dproc_open_bug51800.phpt25 $status;
67 $status = proc_close($process);
71 "status" => $status,
85 ["status"]=>
H A Dproc_open_bug51800_right.phpt9 $status;
50 $status = proc_close($process);
54 "status" => $status,
68 ["status"]=>
H A Dproc_open_bug51800_right2.phpt9 $status;
56 $status = proc_close($process);
60 "status" => $status,
74 ["status"]=>
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc89 pcntl_waitpid($pid, $status);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dheader_redirection_001.phpt2 Location: headers change the status code
/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_basic-win32.phpt67 clearstatcache();//clears file status cache

Completed in 37 milliseconds

1234567891011