Home
last modified time | relevance | path

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

1234

/PHP-7.2/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.2/ext/opcache/tests/
H A Dbug75370.phpt13 $success = true;
14 $success = $success AND true;
15 return $success;
/PHP-7.2/ext/tokenizer/
H A Dtokenizer.c219 zend_bool success; in tokenize_parse() local
227 if ((success = (zend_prepare_string_for_scanning(&source_zval, "") == SUCCESS))) { in tokenize_parse()
237 if((success = (zendparse() == SUCCESS))) { in tokenize_parse()
253 return success; in tokenize_parse()
264 zend_bool success; in PHP_FUNCTION() local
273 success = tokenize_parse(return_value, source); in PHP_FUNCTION()
275 success = tokenize(return_value, source); in PHP_FUNCTION()
280 if (!success) RETURN_FALSE; in PHP_FUNCTION()
/PHP-7.2/Zend/tests/try/
H A Dfinally_goto_005.phpt9 print "success";
15 success
/PHP-7.2/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.2/ext/iconv/tests/
H A Diconv003.phpt12 echo "success\n";
15 success
/PHP-7.2/tests/
H A Dquicktester.inc20 $success = TRUE;
66 $success = $success && $result;
74 if ($success) echo "OK";
/PHP-7.2/Zend/tests/
H A Dbug71622.phpt14 echo "success\n";
30 success
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY429 2006/09/08: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
438 2006/08/29: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
444 2006/08/25: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
456 2006/08/21: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
469 2006/08/17: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
480 2006/08/11: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
490 2006/08/03: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
501 2006/07/31: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
1378 2003/12/24: [test] success in regex.c compile test on ruby-m17n.
1933 2003/01/28: [test] success in Cygwin, Ruby 1.8.0 (2003-01-27).
[all …]
/PHP-7.2/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.2/ext/date/tests/
H A Dbug74639.phpt30 echo 'success';
33 success
/PHP-7.2/ext/standard/tests/array/
H A Dbug36975.phpt8 echo "natcasesort success!\n";
28 natcasesort success!
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server.inc84 $success = FALSE;
91 $success = TRUE;
97 return $success;
/PHP-7.2/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.2/ext/pdo/tests/
H A Dpdo_024.phpt36 echo "bind: success\n";
43 bind: success
/PHP-7.2/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.2/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.2/ext/xmlrpc/tests/
H A Dbug70526.phpt2 Bug #70526 (xmlrpc_set_type returns false on success)
/PHP-7.2/ext/reflection/tests/
H A Dbug26640.phpt11 print "autoload success\n";
/PHP-7.2/ext/standard/tests/assert/
H A Dassert_return_value.phpt2 assert() returns boolean on success or failure
/PHP-7.2/Zend/tests/assert/
H A Dexpect_005.phpt9 /* by passing we test there are no leaks upon success */
/PHP-7.2/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 51 milliseconds

1234