Home
last modified time | relevance | path

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

1234

/PHP-7.1/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.1/ext/tokenizer/
H A Dtokenizer.c231 zend_bool success; in tokenize_parse() local
239 if ((success = (zend_prepare_string_for_scanning(&source_zval, "") == SUCCESS))) { in tokenize_parse()
249 if((success = (zendparse() == SUCCESS))) { in tokenize_parse()
265 return success; in tokenize_parse()
276 zend_bool success; in PHP_FUNCTION() local
283 success = tokenize_parse(return_value, source); in PHP_FUNCTION()
285 success = tokenize(return_value, source); in PHP_FUNCTION()
290 if (!success) RETURN_FALSE; in PHP_FUNCTION()
/PHP-7.1/Zend/tests/try/
H A Dfinally_goto_005.phpt9 print "success";
15 success
/PHP-7.1/tests/lang/
H A Dbug23489.phpt15 return 'success';
23 success
H A D030.phpt34 …=array('constructor','outside','outside','constructor','outside','outside')) ? 'success':'failure';
37 success
H A Dbug7515.phpt27 print "success";
37 success
/PHP-7.1/ext/iconv/tests/
H A Diconv003.phpt12 echo "success\n";
15 success
/PHP-7.1/tests/
H A Dquicktester.inc20 $success = TRUE;
66 $success = $success && $result;
74 if ($success) echo "OK";
/PHP-7.1/Zend/tests/
H A Dbug71622.phpt14 echo "success\n";
30 success
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY341 2006/09/08: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
350 2006/08/29: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
356 2006/08/25: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
368 2006/08/21: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
381 2006/08/17: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
392 2006/08/11: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
402 2006/08/03: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
413 2006/07/31: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
1290 2003/12/24: [test] success in regex.c compile test on ruby-m17n.
1845 2003/01/28: [test] success in Cygwin, Ruby 1.8.0 (2003-01-27).
[all …]
/PHP-7.1/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) {
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.1/ext/date/tests/
H A Dbug74639.phpt30 echo 'success';
33 success
/PHP-7.1/ext/standard/tests/array/
H A Dbug36975.phpt8 echo "natcasesort success!\n";
28 natcasesort success!
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server.inc84 $success = FALSE;
91 $success = TRUE;
97 return $success;
/PHP-7.1/ext/pdo/tests/
H A Dpdo_024.phpt26 echo "bind: success\n";
33 bind: success
/PHP-7.1/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.1/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.1/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.1/ext/xmlrpc/tests/
H A Dbug70526.phpt2 Bug #70526 (xmlrpc_set_type returns false on success)
/PHP-7.1/ext/reflection/tests/
H A Dbug26640.phpt12 print "autoload success\n";
/PHP-7.1/ext/standard/tests/assert/
H A Dassert_return_value.phpt2 assert() returns boolean on success or failure
/PHP-7.1/Zend/tests/assert/
H A Dexpect_005.phpt9 /* by passing we test there are no leaks upon success */
/PHP-7.1/ext/soap/interop/
H A Dclient_round2_interop.php260 $success = 'OK';
263 $success = $result['fault']->faultcode;
264 $pos = strpos($success,':');
266 $success = substr($success,$pos+1);
289 $this->dbc->quote($success).",".
497 $success = TRUE;

Completed in 38 milliseconds

1234