Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 82) sorted by relevance

1234

/PHP-7.4/ext/gd/tests/
H A Dimagefilter.phpt29 echo "$filt success\n";
97 IMG_FILTER_NEGATE success
98 IMG_FILTER_GRAYSCALE success
99 IMG_FILTER_EDGEDETECT success
102 IMG_FILTER_EMBOSS success
104 IMG_FILTER_SMOOTH success
105 IMG_FILTER_COLORIZE success
106 IMG_FILTER_CONTRAST success
107 IMG_FILTER_BRIGHTNESS success
108 IMG_FILTER_PIXELATE success
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dbug75370.phpt13 $success = true;
14 $success = $success AND true;
15 return $success;
/PHP-7.4/ext/xml/tests/
H A Dbug81351.phpt17 $success = xml_parse($parser, $xml, false);
20 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
21 $success = xml_parse($parser, 'Y>', true);
24 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
H A Dbug32001b.phpt62 $success = @xml_parse($parser, $data, true);
66 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
67 if (!$success) {
71 if ($success) {
72 $success = @xml_parse($parser, "", true);
81 if ($success) {
H A Dbug32001.phpt106 $success = @xml_parse($parser, $data, true);
110 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
111 if (!$success) {
115 if ($success) {
116 $success = @xml_parse($parser, "", true);
125 if ($success) {
/PHP-7.4/ext/tokenizer/
H A Dtokenizer.c228 zend_bool success; in tokenize_parse() local
236 if ((success = (zend_prepare_string_for_scanning(&source_zval, "") == SUCCESS))) { in tokenize_parse()
246 if((success = (zendparse() == SUCCESS))) { in tokenize_parse()
262 return success; in tokenize_parse()
273 zend_bool success; in PHP_FUNCTION() local
282 success = tokenize_parse(return_value, source); in PHP_FUNCTION()
284 success = tokenize(return_value, source); in PHP_FUNCTION()
289 if (!success) RETURN_FALSE; in PHP_FUNCTION()
/PHP-7.4/Zend/tests/try/
H A Dfinally_goto_005.phpt9 print "success";
15 success
/PHP-7.4/tests/lang/
H A Dbug23489.phpt15 return 'success';
23 success
H A Dbug7515.phpt25 print "success";
35 success
H A D030.phpt34 …=array('constructor','outside','outside','constructor','outside','outside')) ? 'success':'failure';
37 success
/PHP-7.4/ext/iconv/tests/
H A Diconv003.phpt12 echo "success\n";
15 success
/PHP-7.4/tests/
H A Dquicktester.inc20 $success = TRUE;
66 $success = $success && $result;
74 if ($success) echo "OK";
/PHP-7.4/Zend/tests/
H A Dbug71622.phpt14 echo "success\n";
30 success
/PHP-7.4/ext/date/tests/
H A Dbug74639.phpt26 echo 'success';
29 success
/PHP-7.4/ext/standard/tests/array/
H A Dbug36975.phpt8 echo "natcasesort success!\n";
28 natcasesort success!
/PHP-7.4/ext/spl/tests/
H A DSplHeap_isEmpty.phpt2 Check that SplHeap::isEmpty standard success test
H A DSplObjectStorage_offsetGet.phpt2 Standard success for SplObjectStorage::offsetGet
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt22 /* setlocale() to set all available locales in the system and check the success count */
67 //set locale to $value, if success, count increments
78 echo "No of setlocale() success = ".$success_count."\n";
98 No of setlocale() success = %d
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug70526.phpt2 Bug #70526 (xmlrpc_set_type returns false on success)
/PHP-7.4/ext/pdo/tests/
H A Dpdo_024.phpt36 echo "bind: success\n";
43 bind: success
/PHP-7.4/ext/reflection/tests/
H A Dbug26640.phpt11 print "autoload success\n";
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_return_value.phpt2 assert() returns boolean on success or failure
/PHP-7.4/Zend/tests/assert/
H A Dexpect_005.phpt9 /* by passing we test there are no leaks upon success */
/PHP-7.4/ext/phar/tests/
H A Dbug79912.phpt15 var_dump($file->compress(Phar::GZ)); //true (success)
18 var_dump($phar->decompressFiles()); //true (success)
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc32 // MUST return bool. Return TRUE for success.
44 // MUST return bool. Return TRUE for success.
85 // MUST return bool. Return TRUE for success.
98 // MUST return bool. Return TRUE for success.
175 // MUST return bool. Return TRUE for success.

Completed in 39 milliseconds

1234