Home
last modified time | relevance | path

Searched refs:RETVAL_BOOL (Results 1 – 23 of 23) sorted by relevance

/PHP-8.0/ext/session/
H A Dmod_user_class.c59 RETVAL_BOOL(SUCCESS == ret); in PHP_METHOD()
83 RETVAL_BOOL(SUCCESS == ret); in PHP_METHOD()
/PHP-8.0/ext/intl/spoofchecker/
H A Dspoofchecker_main.c48 RETVAL_BOOL(ret != 0); in PHP_METHOD()
81 RETVAL_BOOL(ret != 0); in PHP_METHOD()
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_attr.c180 RETVAL_BOOL(udat_isLenient(DATE_FORMAT_OBJECT(dfo))); in PHP_FUNCTION()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c2628 RETVAL_BOOL(type_mask == MAY_BE_ARRAY); in ZEND_METHOD()
2645 RETVAL_BOOL(type_mask == MAY_BE_CALLABLE); in ZEND_METHOD()
2660 RETVAL_BOOL(!ZEND_TYPE_IS_SET(param->arg_info->type) in ZEND_METHOD()
2676 RETVAL_BOOL(ZEND_ARG_SEND_MODE(param->arg_info)); in ZEND_METHOD()
2738 RETVAL_BOOL(!param->required); in ZEND_METHOD()
2864 RETVAL_BOOL(ZEND_ARG_IS_VARIADIC(param->arg_info)); in ZEND_METHOD()
2879 RETVAL_BOOL(ZEND_ARG_IS_PROMOTED(param->arg_info)); in ZEND_METHOD()
2894 RETVAL_BOOL(ZEND_TYPE_ALLOW_NULL(param->type)); in ZEND_METHOD()
2948 RETVAL_BOOL(ZEND_TYPE_IS_ONLY_MASK(param->type) in ZEND_METHOD()
4581 RETVAL_BOOL(ce->ce_flags & mask); in _class_check_flag()
[all …]
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c1064 RETVAL_BOOL(parse_context_params(context, params) == SUCCESS); in PHP_FUNCTION()
1638 RETVAL_BOOL(php_win32_console_fileno_is_console(fileno)); in PHP_FUNCTION()
1641 RETVAL_BOOL(isatty(fileno)); in PHP_FUNCTION()
1645RETVAL_BOOL(zend_fstat(fileno, &stat) == 0 && (stat.st_mode & /*S_IFMT*/0170000) == /*S_IFCHR*/002… in PHP_FUNCTION()
H A Darray.c6151 RETVAL_BOOL(zend_symtable_exists_ind(ht, Z_STR_P(key)));
6154 RETVAL_BOOL(zend_hash_index_exists(ht, Z_LVAL_P(key)));
6157 RETVAL_BOOL(zend_hash_exists_ind(ht, ZSTR_EMPTY_ALLOC()));
6160 RETVAL_BOOL(zend_hash_index_exists(ht, zend_dval_to_lval(Z_DVAL_P(key))));
6163 RETVAL_BOOL(zend_hash_index_exists(ht, 0));
6166 RETVAL_BOOL(zend_hash_index_exists(ht, 1));
6170 RETVAL_BOOL(zend_hash_index_exists(ht, Z_RES_HANDLE_P(key)));
/PHP-8.0/ext/readline/
H A Dreadline.c223 RETVAL_BOOL(oldval); in PHP_FUNCTION()
/PHP-8.0/ext/dom/
H A Dxpath.c454 RETVAL_BOOL(xpathobjp->boolval); in php_xpath_eval()
/PHP-8.0/ext/gmp/
H A Dgmp.c1479 RETVAL_BOOL((mpz_perfect_square_p(gmpnum_a) != 0)); in ZEND_FUNCTION()
1497 RETVAL_BOOL((mpz_perfect_power_p(gmpnum_a) != 0)); in ZEND_FUNCTION()
1949 RETVAL_BOOL(mpz_tstbit(gmpnum_a, index)); in ZEND_FUNCTION()
/PHP-8.0/ext/spl/
H A Dspl_iterators.c1854 RETVAL_BOOL(rc >= 0); in PHP_METHOD()
1864 RETVAL_BOOL(Z_LVAL(zcount) > 0); in PHP_METHOD()
1872 RETVAL_BOOL(count > 1); in PHP_METHOD()
1893 RETVAL_BOOL(count > 0); in PHP_METHOD()
1898 RETVAL_BOOL(Z_TYPE_P(return_value) != IS_TRUE); in PHP_METHOD()
H A Dspl_directory.c2178 RETVAL_BOOL(!php_stream_eof(intern->u.file.stream)); in PHP_METHOD()
/PHP-8.0/ext/zip/
H A Dphp_zip.c3006 RETVAL_BOOL(zip_compression_method_supported((zip_int32_t)method, enc));
3019 RETVAL_BOOL(zip_encryption_method_supported((zip_uint16_t)method, enc));
/PHP-8.0/ext/pcntl/
H A Dpcntl.c1403 RETVAL_BOOL(PCNTL_G(async_signals)); in PHP_FUNCTION()
/PHP-8.0/ext/phar/
H A Dphar_object.c963 RETVAL_BOOL(phar_open_executed_filename(alias, alias_len, &error) == SUCCESS); in PHP_METHOD()
983RETVAL_BOOL(phar_open_from_filename(fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, &erro… in PHP_METHOD()
1059RETVAL_BOOL(phar_detect_phar_fname_ext(fname, fname_len, &ext_str, &ext_len, is_executable, 2, 1) … in PHP_METHOD()
/PHP-8.0/Zend/
H A Dzend_API.h709 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) macro
734 #define RETURN_BOOL(b) do { RETVAL_BOOL(b); return; } while (0)
H A Dzend_builtin_functions.c954 RETVAL_BOOL(func->common.scope == zend_ce_closure in ZEND_FUNCTION()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c1292 RETVAL_BOOL(db_obj->exception); in PHP_METHOD()
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c344 RETVAL_BOOL(!mysqli_stmt_bind_param_do_bind(stmt, argc, args, types, getThis() ? 1 : 2)); in PHP_FUNCTION()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c1675 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
/PHP-8.0/ext/openssl/
H A Dopenssl.c2035 RETVAL_BOOL(X509_check_private_key(cert, key)); in PHP_FUNCTION()
2455 RETVAL_BOOL(ret); in PHP_FUNCTION()
/PHP-8.0/ext/gd/
H A Dgd.c3428 RETVAL_BOOL(gdImageScatterColor(im, (int)scatter_sub, (int)scatter_plus, colors, num_colors)); in php_image_filter_scatter()
/PHP-8.0/ext/ldap/
H A Dldap.c1675 RETVAL_BOOL(ret); in php_ldap_do_search()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c1546 RETVAL_BOOL(detected); in PHP_FUNCTION()

Completed in 193 milliseconds