Home
last modified time | relevance | path

Searched refs:success (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-8.2/ext/hash/tests/
H A Dhash_serialize_004.phpt27 echo "Unexpected success\n";
/PHP-8.2/ext/intl/transliterator/
H A Dtransliterator_methods.c276 int success = 0; in PHP_FUNCTION() local
400 success = 1; in PHP_FUNCTION()
406 if( success ) { in PHP_FUNCTION()
/PHP-8.2/ext/pdo/tests/
H A Dgh8626.phpt37 // success
/PHP-8.2/Zend/tests/generators/
H A Dget_return.phpt2 Generator::getReturn() success cases
/PHP-8.2/ext/oci8/tests/
H A Dbug37220.phpt35 $success = oci_execute($stmt, OCI_COMMIT_ON_SUCCESS);
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_error.phpt32 // reset after error & success
H A Dmysqli_stmt_errno.phpt32 // reset after error & success
/PHP-8.2/build/
H A Dax_check_compile_flag.m415 # success/failure.
H A Dgen_stub.php4258 $success = $doc->loadXML($replacedXml);
4259 if (!$success) {
4440 $success = $doc->loadXML($replacedXml);
4441 if (!$success) {
/PHP-8.2/main/streams/
H A Dplain_wrapper.c1306 int success = 0; in php_plain_files_rename() local
1309 success = 1; in php_plain_files_rename()
1321 success = 0; in php_plain_files_rename()
1325 if (success) { in php_plain_files_rename()
1329 success = 0; in php_plain_files_rename()
1334 if (success) { in php_plain_files_rename()
1346 return success; in php_plain_files_rename()
/PHP-8.2/ext/standard/tests/mail/
H A Dmail_include.inc18 * @return IMAP stream to new mailbox on success; FALSE on failure
/PHP-8.2/ext/date/lib/
H A Dinterval.c119 …int success = timelib_get_time_zone_offset_info(two->sse, two->tz_info, &trans_offset, &trans_tran… in timelib_diff_with_tzid() local
122 success && in timelib_diff_with_tzid()
/PHP-8.2/tests/security/
H A Dopen_basedir.inc108 // This is used by functions that return an array on success
/PHP-8.2/ext/standard/tests/file/
H A Dfile.inc27 true on success, false otherwise
46 Returns: true on success, false on invalid fill type
92 Returns: true on success, false on failure & invalid fill type
433 Returns: true on success
/PHP-8.2/docs/
H A Dmailinglist-rules.md4 mailing lists. Following these rules is considered imperative to the success of
H A Dstreams.md161 resource! It will close the origstream on success, and this can lead to a crash
171 This function will return either 1 (success) or 0 (failure) indicating whether
/PHP-8.2/ext/ftp/
H A Dphp_ftp.c1219 bool success = true; in PHP_FUNCTION() local
1227 success = ftp_quit(obj->ftp); in PHP_FUNCTION()
1232 RETURN_BOOL(success); in PHP_FUNCTION()
/PHP-8.2/ext/zlib/
H A Dzlib.c1170 int success = deflateSetDictionary(&ctx->Z, (Bytef *) dict, dictlen); in PHP_FUNCTION() local
1171 ZEND_ASSERT(success == Z_OK); in PHP_FUNCTION()
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c6815 int success;
6819 success=read_line(L,f);
6824 success=1;
6825 for(n=first;nargs--&&success;n++){
6835 success=read_number(L,f);
6838 success=read_line(L,f);
6842 success=1;
6852 if(!success){
6866 int success;
6869 success=read_line(L,f);
[all …]
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c845 bool success = false; in kill_all_lockers() local
853 success = true; in kill_all_lockers()
865 success = true; in kill_all_lockers()
876 if (!success) { in kill_all_lockers()
/PHP-8.2/Zend/
H A Dzend_execute.c3342 zend_result success; in zend_fetch_static_property_address() local
3343success = zend_fetch_static_property_address_ex(retval, &property_info, cache_slot, fetch_type OPL… in zend_fetch_static_property_address()
3344 if (UNEXPECTED(success != SUCCESS)) { in zend_fetch_static_property_address()
H A Dzend_compile.c1107 bool success; in zend_bind_class_in_slot() local
1109success = zend_hash_set_bucket_key(EG(class_table), (Bucket*) class_table_slot, Z_STR_P(lcname)) !… in zend_bind_class_in_slot()
1112 success = zend_hash_add_ptr(EG(class_table), Z_STR_P(lcname), ce) != NULL; in zend_bind_class_in_slot()
1114 if (UNEXPECTED(!success)) { in zend_bind_class_in_slot()
/PHP-8.2/ext/ldap/
H A Dldap.c463 int success = LDAP_SUCCESS; in _php_ldap_control_from_array() local
464 ldap_set_option(ld, LDAP_OPT_RESULT_CODE, &success); in _php_ldap_control_from_array()
/PHP-8.2/
H A DNEWS1174 . Propagate success status of ftp_close(). (nielsdos)
1316 the latter was considered success by callers. (nielsdos).
/PHP-8.2/ext/standard/tests/misc/
H A Duser_agents.txt1096 ; success; BB-code not working; message must go through moderation;

Completed in 209 milliseconds

1234