Home
last modified time | relevance | path

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

123

/PHP-5.5/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.5/tests/lang/
H A Dbug23489.phpt15 return 'success';
23 success
H A D030.phpt33 …=array('constructor','outside','outside','constructor','outside','outside')) ? 'success':'failure';
36 success
H A Dbug7515.phpt27 print "success";
37 success
/PHP-5.5/tests/
H A Dquicktester.inc20 $success = TRUE;
66 $success = $success && $result;
74 if ($success) echo "OK";
/PHP-5.5/ext/iconv/tests/
H A Diconv003.phpt12 echo "success\n";
15 success
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY317 2006/09/08: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
326 2006/08/29: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
332 2006/08/25: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
344 2006/08/21: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
357 2006/08/17: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
368 2006/08/11: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
378 2006/08/03: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
389 2006/07/31: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
1266 2003/12/24: [test] success in regex.c compile test on ruby-m17n.
1821 2003/01/28: [test] success in Cygwin, Ruby 1.8.0 (2003-01-27).
[all …]
/PHP-5.5/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.5/ext/standard/tests/array/
H A Dbug36975.phpt8 echo "natcasesort success!\n";
28 natcasesort success!
/PHP-5.5/ext/pdo/tests/
H A Dpdo_024.phpt26 echo "bind: success\n";
33 bind: success
/PHP-5.5/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.5/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.5/ext/reflection/tests/
H A Dbug26640.phpt12 print "autoload success\n";
/PHP-5.5/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.5/ext/phar/tests/
H A Dfrontcontroller21.phpt2 Phar front controller $_SERVER munging success
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller21.phpt2 Phar front controller $_SERVER munging success [cache_list]
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success tar-based
/PHP-5.5/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.5/ext/phar/tests/zip/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success zip-based
/PHP-5.5/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.5/ext/standard/tests/file/
H A Dcopy_variation10.phpt7 Returns TRUE on success or FALSE on failure.
H A Dcopy_variation12-win32.phpt12 Returns TRUE on success or FALSE on failure.
H A Dcopy_error.phpt7 * Returns TRUE on success or FALSE on failure.

Completed in 28 milliseconds

123