Home
last modified time | relevance | path

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

123

/PHP-5.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-5.3/tests/lang/
H A Dbug23489.phpt15 return 'success';
23 success
H A Dbug7515.phpt27 print "success";
36 success
H A D030.phpt33 …=array('constructor','outside','outside','constructor','outside','outside')) ? 'success':'failure';
36 success
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY5 2007/08/16: [test] success in ruby 1.9.0 (2007-04-06) [i686-linux].
13 2007/06/18: [test] success in ruby 1.9.0 (2007-04-06) [i686-linux].
28 2007/03/06: [test] success in ruby 1.9.0 (2006-10-23) [i686-linux].
38 2007/02/08: [test] success in ruby 1.9.0 (2006-10-23) [i686-linux].
48 2006/11/17: [test] success in ruby 1.9.0 (2006-10-23) [i686-linux].
58 2006/11/06: [test] success in ruby 1.9.0 (2006-10-23) [i686-linux].
66 2006/10/30: [test] success in ruby 1.9.0 (2006-10-23) [i686-linux].
74 2006/10/24: [test] success in ruby 1.9.0 (2006-10-23) [i686-linux].
98 2006/09/19: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
105 2006/09/15: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
[all …]
/PHP-5.3/tests/
H A Dquicktester.inc20 $success = TRUE;
66 $success = $success && $result;
74 if ($success) echo "OK";
/PHP-5.3/ext/iconv/tests/
H A Diconv003.phpt12 echo "success\n";
15 success
/PHP-5.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) {
H A Dbug32001.phpt104 $success = @xml_parse($parser, $data, true);
108 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
109 if (!$success) {
113 if ($success) {
114 $success = @xml_parse($parser, "", true);
123 if ($success) {
/PHP-5.3/ext/standard/tests/array/
H A Dbug36975.phpt8 echo "natcasesort success!\n";
28 natcasesort success!
/PHP-5.3/ext/pdo/tests/
H A Dpdo_024.phpt26 echo "bind: success\n";
33 bind: success
/PHP-5.3/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt18 /* setlocale() to set all available locales in the system and check the success count */
60 //set locale to $value, if success, count increments
71 echo "No of setlocale() success = ".$success_count."\n";
91 No of setlocale() success = %d
/PHP-5.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-5.3/ext/reflection/tests/
H A Dbug26640.phpt12 print "autoload success\n";
/PHP-5.3/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;
/PHP-5.3/ext/phar/tests/
H A Dfrontcontroller21.phpt2 Phar front controller $_SERVER munging success
/PHP-5.3/ext/phar/tests/tar/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success tar-based
/PHP-5.3/ext/phar/tests/cache_list/
H A Dfrontcontroller21.phpt2 Phar front controller $_SERVER munging success [cache_list]
/PHP-5.3/ext/phar/tests/zip/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success zip-based
/PHP-5.3/ext/standard/tests/file/windows_acls/
H A Dcommon.inc175 echo "PHPT_ACL_NONE success!!\n";
184 echo "PHPT_ACL_READ success!!\n";
193 echo "PHPT_ACL_READ dir success!!\n";
/PHP-5.3/ext/openssl/
H A DREADME185 Uses key to create signature for data, returns true on success and false
187 signature on success.
200 sealed data on success, else false. On success, sealdata and ekeys hold
207 envelope key. Returns true on success and false on failure. On success,
261 // $pk1 is an encryption key resource id if success, else false
301 // $key is an encr key resource id if success, else false
/PHP-5.3/ext/standard/tests/file/
H A Dcopy_variation10.phpt7 Returns TRUE on success or FALSE on failure.
H A Dcopy_error.phpt7 * Returns TRUE on success or FALSE on failure.
H A Dcopy_variation12-win32.phpt12 Returns TRUE on success or FALSE on failure.

Completed in 62 milliseconds

123