Home
last modified time | relevance | path

Searched refs:SUCCESS (Results 176 – 200 of 345) sorted by relevance

12345678910>>...14

/PHP-7.4/Zend/
H A Dzend_constants.c104 return SUCCESS; in zend_startup_constants()
146 return SUCCESS; in zend_shutdown_constants()
403 if (UNEXPECTED(ret != SUCCESS)) { in zend_get_constant_ex()
493 int ret = SUCCESS; in zend_register_constant()
/PHP-7.4/ext/com_dotnet/
H A Dcom_saproxy.c123 if (res == SUCCESS) { in saproxy_read_dimension()
234 if (SUCCESS == php_com_do_invoke(proxy->obj, Z_STRVAL(proxy->indices[0]), in saproxy_write_dimension()
372 return SUCCESS; in saproxy_count_elements()
482 return (I->key < I->imax) ? SUCCESS : FAILURE; in saproxy_iter_valid()
H A Dcom_dotnet.c289 ret = SUCCESS; in PHP_FUNCTION()
299 ret = SUCCESS; in PHP_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c439 if (UNEXPECTED(object_init_ex(object, dbstmt_ce) != SUCCESS)) { in pdo_stmt_instantiate()
709 return SUCCESS; in pdo_dbh_attribute_set()
725 return SUCCESS; in pdo_dbh_attribute_set()
736 return SUCCESS; in pdo_dbh_attribute_set()
756 return SUCCESS; in pdo_dbh_attribute_set()
761 return SUCCESS; in pdo_dbh_attribute_set()
815 return SUCCESS; in pdo_dbh_attribute_set()
828 return SUCCESS; in pdo_dbh_attribute_set()
1116 …if (ZEND_NUM_ARGS() == 1 || SUCCESS == pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAM_PASSTHRU,… in PHP_METHOD()
H A Dpdo_stmt.c1854 return SUCCESS; in pdo_stmt_setup_fetch_mode()
1861 if (SUCCESS == retval) { in pdo_stmt_setup_fetch_mode()
1894 retval = SUCCESS; in pdo_stmt_setup_fetch_mode()
1905 retval = SUCCESS; in pdo_stmt_setup_fetch_mode()
1916 retval = SUCCESS; in pdo_stmt_setup_fetch_mode()
1928 retval = SUCCESS; in pdo_stmt_setup_fetch_mode()
1934 if (SUCCESS == retval) { in pdo_stmt_setup_fetch_mode()
1963 retval = SUCCESS; in pdo_stmt_setup_fetch_mode()
1966 if (SUCCESS == retval) { in pdo_stmt_setup_fetch_mode()
1981 if (SUCCESS == retval) { in pdo_stmt_setup_fetch_mode()
[all …]
/PHP-7.4/ext/standard/
H A Dhrtime.c109 return SUCCESS; in PHP_MINIT_FUNCTION()
H A Dfilters.c191 return SUCCESS; in php_strip_tags_filter_ctor()
280 if (php_strip_tags_filter_ctor(inst, allowed_tags, persistent) == SUCCESS) { in strfilter_strip_tags_create()
302 PHP_CONV_ERR_SUCCESS = SUCCESS,
618 return SUCCESS; in php_conv_base64_decode_ctor()
1439 return SUCCESS; in php_convert_filter_ctor()
1638 return SUCCESS; in strfilter_convert_append_bucket()
1666 php_stream_is_persistent(stream)) != SUCCESS) { in strfilter_convert_filter()
1676 php_stream_is_persistent(stream)) != SUCCESS) { in strfilter_convert_filter()
1740 filtername, persistent) != SUCCESS) { in strfilter_convert_create()
2067 return SUCCESS; in PHP_MINIT_FUNCTION()
[all …]
H A Dhtml.c107 *status = SUCCESS; in get_next_char()
646 return SUCCESS; in map_from_unicode()
776 return SUCCESS; in process_numeric_entity()
805 return SUCCESS; in process_named_entity_html()
821 return SUCCESS; in resolve_named_entity_html()
1120 int status = SUCCESS; in find_entity_for_char()
1231 int status = SUCCESS; in php_escape_html_entities_ex()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_worklist.h48 return SUCCESS; in zend_worklist_stack_prepare()
H A Dpass1_5.c75 …ary_op(&result, opline->opcode, &ZEND_OP1_LITERAL(opline), &ZEND_OP2_LITERAL(opline)) == SUCCESS) { in zend_optimizer_pass1()
94 …(zend_optimizer_eval_cast(&result, opline->extended_value, &ZEND_OP1_LITERAL(opline)) == SUCCESS) { in zend_optimizer_pass1()
120 … if (zend_optimizer_eval_unary_op(&result, opline->opcode, &ZEND_OP1_LITERAL(opline)) == SUCCESS) { in zend_optimizer_pass1()
484 if (zend_optimizer_eval_strlen(&t, &ZEND_OP1_LITERAL(opline)) == SUCCESS) { in zend_optimizer_pass1()
H A Dzend_optimizer.c126 return SUCCESS; in zend_optimizer_eval_unary_op()
136 return SUCCESS; in zend_optimizer_eval_cast()
139 return SUCCESS; in zend_optimizer_eval_cast()
142 return SUCCESS; in zend_optimizer_eval_cast()
145 return SUCCESS; in zend_optimizer_eval_cast()
151 return SUCCESS; in zend_optimizer_eval_cast()
157 return SUCCESS; in zend_optimizer_eval_cast()
169 return SUCCESS; in zend_optimizer_eval_strlen()
1372 zend_build_call_graph(&ctx.arena, script, ZEND_RT_CONSTANTS, &call_graph) == SUCCESS) { in zend_optimize_script()
1395 if (zend_dfa_analyze_op_array(call_graph.op_arrays[i], &ctx, &func_info->ssa) == SUCCESS) { in zend_optimize_script()
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.h122 #define SHARED_ALLOC_REATTACHED (SUCCESS+1)
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_format.c132 if(msgformat_fix_quotes(&spattern, &spattern_len, &INTL_DATA_ERROR_CODE(mfo)) != SUCCESS) { in PHP_FUNCTION()
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c56 int rc = SUCCESS; in collator_regular_compare_function()
176 return SUCCESS; in collator_numeric_compare_function()
186 int rc = SUCCESS; in collator_icu_compare_function()
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp62 return Z_ISUNDEF(((zoi_with_current*)iter)->current)? FAILURE : SUCCESS; in zoi_with_current_valid()
292 RETURN_BOOL(ii->iterator->funcs->valid(ii->iterator) == SUCCESS); in PHP_METHOD()
/PHP-7.4/ext/hash/
H A Dhash_sha3.c239 #define SUCCESS SHA3_SUCCESS /* Avoid conflict between KeccacHash.h and zend_types.h */ macro
250 return SUCCESS; in hash_sha3_copy()
/PHP-7.4/docs/
H A Dparameter-parsing-api.md31 Both functions return `SUCCESS` or `FAILURE` depending on the result.
42 This returns `SUCCESS` if no argument has been passed to the function, `FAILURE`
186 "lll", &l1, &l2, &l3) == SUCCESS) {
189 "s", &s, &length) == SUCCESS) {
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c375 return SUCCESS; in php_apache2_startup()
486 if (apache2_sapi_module.startup(&apache2_sapi_module) != SUCCESS) { in php_apache_server_startup()
655 if (php_apache_request_ctor(r, ctx)!=SUCCESS) { in php_handler()
666 if (php_apache_request_ctor(r, ctx)!=SUCCESS) { in php_handler()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_eol.c49 return SUCCESS; in phpdbg_eol_global_update()
H A Dphpdbg_wait.c183 if (VCWD_CHDIR(Z_STRVAL_P(zvp)) == SUCCESS) { in phpdbg_webdata_decompress()
309 …_ini->mh_arg1, original_ini->mh_arg2, original_ini->mh_arg3, ZEND_INI_STAGE_ACTIVATE) == SUCCESS) { in phpdbg_webdata_decompress()
412 return SUCCESS; in PHPDBG_COMMAND()
/PHP-7.4/ext/phar/
H A Dzip.c86 return SUCCESS; in phar_zip_process_extra()
725 if (SUCCESS != phar_free_alias(fd_ptr, actual_alias, mydata->alias_len)) { in phar_parse_zipfile()
747 if (SUCCESS != phar_free_alias(fd_ptr, alias, alias_len)) { in phar_parse_zipfile()
771 return SUCCESS; in phar_parse_zipfile()
801 return SUCCESS; in phar_open_or_create_zip()
970 …if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply_int()
1074 …if (SUCCESS != php_stream_copy_to_stream_ex(entry->cfp, p->filefp, entry->compressed_filesize, NUL… in phar_zip_changed_apply_int()
1088 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), p->filefp, entry->uncompressed… in phar_zip_changed_apply_int()
1114 …if (!entry->is_dir && entry->compressed_filesize && SUCCESS != php_stream_copy_to_stream_ex(p->old… in phar_zip_changed_apply_int()
1217 return SUCCESS; in phar_zip_applysignature()
[all …]
H A Dfunc_interceptors.c55 if (SUCCESS == phar_split_fname(fname, fname_len, &arch, &arch_len, &entry, &entry_len, 2, 0)) { in PHAR_FUNC()
129 if (SUCCESS == phar_split_fname(fname, fname_len, &arch, &arch_len, &entry, &entry_len, 2, 0)) { in PHAR_FUNC()
617 if (SUCCESS == phar_split_fname(fname, fname_len, &arch, &arch_len, &entry, &entry_len, 2, 0)) { in phar_file_stat()
874 if (SUCCESS == phar_split_fname(fname, fname_len, &arch, &arch_len, &entry, &entry_len, 2, 0)) { in PharFileFunction()
882 if (SUCCESS == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) { in PharFileFunction()
941 if (SUCCESS == phar_split_fname(fname, fname_len, &arch, &arch_len, &entry, &entry_len, 2, 0)) { in PHAR_FUNC()
949 if (SUCCESS == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) { in PHAR_FUNC()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c291 return SUCCESS; in PHP_MINIT_FUNCTION()
867 RETURN_BOOL(bSuccess == SUCCESS); in PHP_FUNCTION()
927 if (call_user_function(NULL, NULL, php_function, &retval, 1, callback_params) == SUCCESS) { in php_xmlrpc_introspection_callback()
1040 …arameters(argc, "rsz|a", &handle, &rawxml, &rawxml_len, &caller_params, &output_opts) != SUCCESS) { in PHP_FUNCTION()
1303 …, OBJECT_VALUE_TS_ATTR, sizeof(OBJECT_VALUE_TS_ATTR) - 1, &ztimestamp) != NULL)? SUCCESS : FAILURE; in set_zval_xmlrpc_type()
1314 bSuccess = SUCCESS; in set_zval_xmlrpc_type()
1405 if (set_zval_xmlrpc_type(&tmp, vtype) == SUCCESS) { in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c245 return SUCCESS; in PHP_MINIT_FUNCTION()
546 if (php_stream_stat_path_ex(buffer, 0, &ssb, context) == SUCCESS) { in _php_finfo_get_type()
561 if (php_stream_stat(stream, &ssb) == SUCCESS) { in _php_finfo_get_type()
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c85 return (iterator->i < iterator->length) ? SUCCESS : FAILURE; in resourcebundle_iterator_has_more()

Completed in 118 milliseconds

12345678910>>...14