Home
last modified time | relevance | path

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

123

/PHP-5.5/
H A DNEWS8262 - Fixed XSLTProcessor::importStylesheet() to return TRUE on success
H A DREADME.MAILINGLIST_RULES6 mailinglists. Following these rules is considered imperative to the success of
H A DREADME.STREAMS155 as a resource! It will close the origstream on success, and this
163 This function will return either 1 (success) or 0 (failure) indicating whether or
/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c2017 goto success;
2041 success:
/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/ext/iconv/tests/
H A Diconv003.phpt12 echo "success\n";
15 success
/PHP-5.5/ext/imap/tests/
H A Dimap_include.inc64 * @return IMAP stream to new mailbox on success; FALSE on failure
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c310 int success = 0, in PHP_FUNCTION() local
447 success = 1; in PHP_FUNCTION()
453 if( success ) { in PHP_FUNCTION()
/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/mysqli/tests/
H A Dmysqli_stmt_errno.phpt41 // reset after error & success
H A Dmysqli_stmt_error.phpt41 // reset after error & success
/PHP-5.5/ext/oci8/tests/
H A Dbug37220.phpt33 $success = oci_execute($stmt, OCI_COMMIT_ON_SUCCESS);
/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/pcre/pcrelib/
H A DChangeLog5088 0 => success, carry on matching
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1910 success, or the negative error code PCRE_ERROR_BADOPTION if the value
2700 success, or one of the following negative numbers:
4193 On success, the yield of the function is a number greater than zero,
9639 The yield of regcomp() is zero on success, and non-zero otherwise. The
9640 preg structure is filled in on success, and one member of the structure
10297 PCRE_STUDY_JIT_COMPILE option, and just-in-time compiling was success-
/PHP-5.5/ext/pdo/tests/
H A Dpdo_024.phpt26 echo "bind: success\n";
33 bind: 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/
H A Dfrontcontroller21.phpt2 Phar front controller $_SERVER munging success
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success tar-based
/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success zip-based
/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;
H A Dclient_round2_params.php69 $this->result['success'] = $ok;
99 $ok = $this->result['success'];
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc125 * @return success or failure
143 * @return Upon success, returns 0; otherwise, returns -1. Note that
/PHP-5.5/ext/spl/
H A Dphp_spl.c633 int success = FAILURE; in PHP_FUNCTION() local
676 success = SUCCESS; in PHP_FUNCTION()
679 success = zend_hash_del(SPL_G(autoload_functions), lc_name, func_name_len+1); in PHP_FUNCTION()
680 if (success != SUCCESS && obj_ptr) { in PHP_FUNCTION()
685 success = zend_hash_del(SPL_G(autoload_functions), lc_name, func_name_len+1); in PHP_FUNCTION()
693 success = SUCCESS; in PHP_FUNCTION()
699 RETURN_BOOL(success == SUCCESS); in PHP_FUNCTION()

Completed in 172 milliseconds

123