Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/gd/tests/
H A Dimagefilter.phpt29 echo "$filt success\n";
87 IMG_FILTER_NEGATE success
88 IMG_FILTER_GRAYSCALE success
89 IMG_FILTER_EDGEDETECT success
92 IMG_FILTER_EMBOSS success
93 IMG_FILTER_MEAN_REMOVAL success
94 IMG_FILTER_SMOOTH success
95 IMG_FILTER_COLORIZE success
96 IMG_FILTER_CONTRAST success
97 IMG_FILTER_BRIGHTNESS success
[all …]
/PHP-7.3/ext/opcache/tests/
H A Dbug75370.phpt13 $success = true;
14 $success = $success AND true;
15 return $success;
/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c224 zend_bool success; in tokenize_parse() local
232 if ((success = (zend_prepare_string_for_scanning(&source_zval, "") == SUCCESS))) { in tokenize_parse()
242 if((success = (zendparse() == SUCCESS))) { in tokenize_parse()
258 return success; in tokenize_parse()
269 zend_bool success; in PHP_FUNCTION() local
278 success = tokenize_parse(return_value, source); in PHP_FUNCTION()
280 success = tokenize(return_value, source); in PHP_FUNCTION()
285 if (!success) RETURN_FALSE; in PHP_FUNCTION()
/PHP-7.3/Zend/tests/try/
H A Dfinally_goto_005.phpt9 print "success";
15 success
/PHP-7.3/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.3/ext/iconv/tests/
H A Diconv003.phpt12 echo "success\n";
15 success
/PHP-7.3/tests/
H A Dquicktester.inc20 $success = TRUE;
66 $success = $success && $result;
74 if ($success) echo "OK";
/PHP-7.3/Zend/tests/
H A Dbug71622.phpt14 echo "success\n";
30 success
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.BUILTIN33 Restricts the maximum count of success(default), progress or retraction.
38 (* success count = progress count - retraction count)
44 slot 0: '>': progress count, '<': retraction count, 'X': success count (default)
56 slot 0: '>': progress count (default), '<': retraction count, 'X': success count
73 slot 0: '>': progress count (default), '<': retraction count, 'X': success count
/PHP-7.3/ext/xml/tests/
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) {
/PHP-7.3/ext/date/tests/
H A Dbug74639.phpt30 echo 'success';
33 success
/PHP-7.3/ext/standard/tests/array/
H A Dbug36975.phpt8 echo "natcasesort success!\n";
28 natcasesort success!
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY624 2006/09/08: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
633 2006/08/29: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
639 2006/08/25: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
651 2006/08/21: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
664 2006/08/17: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
675 2006/08/11: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
685 2006/08/03: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
1573 2003/12/24: [test] success in regex.c compile test on ruby-m17n.
2128 2003/01/28: [test] success in Cygwin, Ruby 1.8.0 (2003-01-27).
2156 2003/01/14: [test] success in Ruby make test on Windows 2000.
[all …]
/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server.inc84 $success = FALSE;
91 $success = TRUE;
97 return $success;
/PHP-7.3/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt18 /* setlocale() to set all available locales in the system and check the success count */
63 //set locale to $value, if success, count increments
74 echo "No of setlocale() success = ".$success_count."\n";
94 No of setlocale() success = %d
/PHP-7.3/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.3/ext/pdo/tests/
H A Dpdo_024.phpt36 echo "bind: success\n";
43 bind: success
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug70526.phpt2 Bug #70526 (xmlrpc_set_type returns false on success)
/PHP-7.3/ext/zip/lib/
H A Dzip_source_win32handle.c338 int success; in _win32_read_file() local
353 success = _zip_stat_win32(h, st, ctx); in _win32_read_file()
361 if (success < 0) { in _win32_read_file()
425 BOOL success; in _win32_create_temp_file() local
435 success = GetUserObjectSecurity(ctx->h, &si, NULL, len, &len); in _win32_create_temp_file()
436 if (!success && GetLastError() == ERROR_INSUFFICIENT_BUFFER) { in _win32_create_temp_file()
441 success = GetUserObjectSecurity(ctx->h, &si, psd, len, &len); in _win32_create_temp_file()
443 if (success) { in _win32_create_temp_file()
/PHP-7.3/ext/reflection/tests/
H A Dbug26640.phpt11 print "autoload success\n";
/PHP-7.3/ext/standard/tests/assert/
H A Dassert_return_value.phpt2 assert() returns boolean on success or failure
/PHP-7.3/Zend/tests/assert/
H A Dexpect_005.phpt9 /* by passing we test there are no leaks upon success */

Completed in 45 milliseconds

1234