Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/zlib/
H A Dzlib.c1146 int success = deflateSetDictionary(ctx, (Bytef *) dict, dictlen); in PHP_FUNCTION() local
1147 ZEND_ASSERT(success == Z_OK); in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c773 int success, tries; in kill_all_lockers() local
780 success = 0; in kill_all_lockers()
788 success = 1; in kill_all_lockers()
798 success = 1; in kill_all_lockers()
807 if (!success) { in kill_all_lockers()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c1373 int success; in spl_dual_it_call_method() local
1396 success = SUCCESS; in spl_dual_it_call_method()
1399 success = FAILURE; in spl_dual_it_call_method()
1403 return success; in spl_dual_it_call_method()
/PHP-7.4/Zend/
H A Dzend_execute.c3078 int success; in zend_fetch_static_property_address() local
3093success = zend_fetch_static_property_address_ex(retval, &property_info, cache_slot, fetch_type OPL… in zend_fetch_static_property_address()
3094 if (UNEXPECTED(success != SUCCESS)) { in zend_fetch_static_property_address()
/PHP-7.4/ext/ldap/
H A Dldap.c359 int success = LDAP_SUCCESS; in _php_ldap_control_from_array() local
360 ldap_set_option(ld, LDAP_OPT_RESULT_CODE, &success); in _php_ldap_control_from_array()
/PHP-7.4/ext/standard/tests/misc/
H A Duser_agents.txt1096 ; success; BB-code not working; message must go through moderation;
H A Dget_browser_variation3.phpt2205 Agent ; success; BB-code not working; message must go through moderation;

Completed in 68 milliseconds

1234