Home
last modified time | relevance | path

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

1234

/PHP-8.2/ext/tokenizer/
H A Dtokenizer.c462 bool success; in tokenize_parse() local
482 if((success = (zendparse() == SUCCESS))) { in tokenize_parse()
497 return success; in tokenize_parse()
506 int success = tokenize(return_value, source, token_class); in tokenize_common() local
509 return success; in tokenize_common()
/PHP-8.2/ext/phar/tests/tar/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success tar-based
/PHP-8.2/ext/phar/tests/zip/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success zip-based
/PHP-8.2/ext/phar/tests/cache_list/
H A Dfrontcontroller21.phpt2 Phar front controller $_SERVER munging success [cache_list]
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_success2.phpt2 Typed class constants (inheritance success - object types)
/PHP-8.2/ext/sysvsem/tests/
H A Dnowait.phpt111 echo "C: success acquired semaphore.\n";
128 C: success acquired semaphore.
/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/hash/tests/
H A Dhash_serialize_004.phpt27 echo "Unexpected success\n";
/PHP-8.2/ext/pdo/tests/
H A Dgh8626.phpt36 // success
/PHP-8.2/Zend/tests/generators/
H A Dget_return.phpt2 Generator::getReturn() success cases
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_errno.phpt30 // reset after error & success
H A Dmysqli_stmt_error.phpt30 // reset after error & success
/PHP-8.2/build/
H A Dax_check_compile_flag.m415 # success/failure.
H A Dgen_stub.php5050 $success = $doc->loadXML($replacedXml);
5051 if (!$success) {
5229 $success = $doc->loadXML($replacedXml);
5230 if (!$success) {
5414 $success = $doc->loadXML($replacedXml);
5415 if (!$success) {
/PHP-8.2/main/streams/
H A Dplain_wrapper.c1314 int success = 0; in php_plain_files_rename() local
1317 success = 1; in php_plain_files_rename()
1329 success = 0; in php_plain_files_rename()
1333 if (success) { in php_plain_files_rename()
1337 success = 0; in php_plain_files_rename()
1342 if (success) { in php_plain_files_rename()
1354 return success; in php_plain_files_rename()
/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.c1168 int success = deflateSetDictionary(&ctx->Z, (Bytef *) dict, dictlen); in PHP_FUNCTION() local
1169 ZEND_ASSERT(success == Z_OK); in PHP_FUNCTION()
/PHP-8.2/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6816 int success;
6820 success=read_line(L,f);
6825 success=1;
6826 for(n=first;nargs--&&success;n++){
6836 success=read_number(L,f);
6839 success=read_line(L,f);
6843 success=1;
6853 if(!success){
6867 int success;
6870 success=read_line(L,f);
[all …]
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c832 bool success = false; in kill_all_lockers() local
840 success = true; in kill_all_lockers()
852 success = true; in kill_all_lockers()
863 if (!success) { in kill_all_lockers()
/PHP-8.2/ext/ldap/
H A Dldap.c460 int success = LDAP_SUCCESS; in _php_ldap_control_from_array() local
461 ldap_set_option(ld, LDAP_OPT_RESULT_CODE, &success); in _php_ldap_control_from_array()

Completed in 119 milliseconds

1234