Home
last modified time | relevance | path

Searched refs:retval (Results 151 – 169 of 169) sorted by relevance

1234567

/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c38 int retval = 1; in zend_optimizer_get_persistent_constant() local
48 retval = 0; in zend_optimizer_get_persistent_constant()
51 retval = 0; in zend_optimizer_get_persistent_constant()
56 if (retval) { in zend_optimizer_get_persistent_constant()
65 retval = 0; in zend_optimizer_get_persistent_constant()
69 return retval; in zend_optimizer_get_persistent_constant()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c2158 zval retval; in magiccheck() local
2162 ZVAL_NULL(&retval); in magiccheck()
2169 php_pcre_match_impl(pce, haystack, &retval, &subpats, 0, 1, PREG_OFFSET_CAPTURE, 0); in magiccheck()
2173 if (Z_LVAL(retval) < 0) { in magiccheck()
2177 } else if ((Z_LVAL(retval) > 0) && (Z_TYPE(subpats) == IS_ARRAY)) { in magiccheck()
/PHP-7.4/Zend/
H A Dzend_closures.c180 fci.retval = &closure_result; in ZEND_METHOD()
258 fci.retval = return_value; in ZEND_NAMED_FUNCTION()
H A Dzend_compile.h785 ZEND_API int zend_execute_scripts(int type, zval *retval, int file_count, ...);
H A Dzend_exceptions.c698 fci.retval = &trace; in ZEND_METHOD()
H A Dzend_API.h45 zval *retval; member
525 ZEND_API int zend_fcall_info_call(zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *retval, z…
H A Dzend_compile.c1598 int retval; in zend_register_auto_global() local
1604retval = zend_hash_add_mem(CG(auto_globals), auto_global.name, &auto_global, sizeof(zend_auto_glob… in zend_register_auto_global()
1606 return retval; in zend_register_auto_global()
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities_html5.phpt7 $retval = pack('C', $k);
9 $retval = pack('C2',
13 $retval = pack('C3',
18 $retval = pack('C4',
24 return $retval;
/PHP-7.4/ext/standard/
H A Dstring.c4925 const char *retval; local
4969 retval = php_my_setlocale(cat, loc ? ZSTR_VAL(loc) : NULL);
4982 retval = NULL;
4984 retval = php_my_setlocale(cat, ZSTR_VAL(loc));
4987 retval = php_my_setlocale(cat, NULL);
4991 if (retval) {
4994 size_t len = strlen(retval);
5001 if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) {
5005 BG(locale_string) = zend_string_init(retval, len, 0);
5009 } else if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) {
[all …]
H A Durl_scanner_ex.re626 char *retval;
644 retval = estrndup(ZSTR_VAL(ctx->result.s), ZSTR_LEN(ctx->result.s));
646 return retval;
/PHP-7.4/ext/phar/
H A Dphar_object.c676 zval params, retval; in PHP_METHOD() local
694 fci.retval = &retval; in PHP_METHOD()
709 if (Z_TYPE_P(fci.retval) == IS_UNDEF || Z_TYPE(retval) == IS_UNDEF) { in PHP_METHOD()
718 switch (Z_TYPE(retval)) { in PHP_METHOD()
721 entry = estrndup(Z_STRVAL_P(fci.retval), Z_STRLEN_P(fci.retval)); in PHP_METHOD()
722 entry_len = Z_STRLEN_P(fci.retval); in PHP_METHOD()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1106 zval param, retval; in php_openssl_limit_handshake_reneg() local
1112 if (FAILURE == call_user_function_ex(NULL, NULL, val, &retval, 1, &param, 0, NULL)) { in php_openssl_limit_handshake_reneg()
1118 if (Z_TYPE(retval) == IS_TRUE) { in php_openssl_limit_handshake_reneg()
1122 zval_ptr_dtor(&retval); in php_openssl_limit_handshake_reneg()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c1108 zval retval; in phpdbg_find_conditional_breakpoint() local
1129 zend_execute(bp->ops, &retval); in phpdbg_find_conditional_breakpoint()
1130 if (zend_is_true(&retval)) { in phpdbg_find_conditional_breakpoint()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1006 php_mb_regex_t *retval; in _php_mb_compile_regex() local
1010 if ((err_code = onig_new(&retval, in _php_mb_compile_regex()
1018 retval = NULL; in _php_mb_compile_regex()
1020 return retval; in _php_mb_compile_regex()
1055 pcre2_code *retval; in _php_mb_compile_regex() local
1059 if (!(retval = pcre2_compile((PCRE2_SPTR)pattern, PCRE2_ZERO_TERMINATED, in _php_mb_compile_regex()
1065 return retval; in _php_mb_compile_regex()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2595 int retval, sets = 0; local
2644 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
2646 if (retval == -1) {
2659 *desc_num = retval;
/PHP-7.4/ext/date/lib/
H A Dparse_date.c378 timelib_sll retval = 0; in timelib_meridian() local
385 retval = -12; in timelib_meridian()
388 retval = 12; in timelib_meridian()
400 return retval; in timelib_meridian()
415 retval = -12; in timelib_meridian_with_check()
418 retval = 12; in timelib_meridian_with_check()
436 return retval; in timelib_meridian_with_check()
785 return retval; in timelib_parse_tz_minutes()
806 return retval; in timelib_parse_tz_minutes()
864 retval = offset; in timelib_parse_zone()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3544 + zval retval;
3548 + ZVAL_NULL(&retval);
3555 + php_pcre_match_impl(pce, haystack, &retval, &subpats, 0, 1, PREG_OFFSET_CAPTURE, 0);
3559 + if (Z_LVAL(retval) < 0) {
3563 + } else if ((Z_LVAL(retval) > 0) && (Z_TYPE(subpats) == IS_ARRAY)) {
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2817 zval retval; local
2832 fci.retval = &retval;
2857 zval_ptr_dtor(&retval);
/PHP-7.4/ext/ffi/
H A Dffi.c853 zval retval; in zend_ffi_callback_trampoline() local
858 fci.retval = &retval; in zend_ffi_callback_trampoline()
875 ZVAL_UNDEF(&retval); in zend_ffi_callback_trampoline()
895 zend_ffi_zval_to_cdata(ret, ret_type, &retval); in zend_ffi_callback_trampoline()

Completed in 204 milliseconds

1234567