Home
last modified time | relevance | path

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

/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_main.c60 RETVAL_BOOL(ret != 0); in PHP_METHOD()
93 RETVAL_BOOL(ret != 0); in PHP_METHOD()
/php-src/ext/intl/dateformat/
H A Ddateformat_attr.c180 RETVAL_BOOL(udat_isLenient(DATE_FORMAT_OBJECT(dfo))); in PHP_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c2803 RETVAL_BOOL(type_mask == MAY_BE_ARRAY); in ZEND_METHOD()
2820 RETVAL_BOOL(type_mask == MAY_BE_CALLABLE); in ZEND_METHOD()
2851 RETVAL_BOOL(ZEND_ARG_SEND_MODE(param->arg_info)); in ZEND_METHOD()
2913 RETVAL_BOOL(!param->required); in ZEND_METHOD()
2984 RETVAL_BOOL(ast->kind == ZEND_AST_CONSTANT in ZEND_METHOD()
3048 RETVAL_BOOL(ZEND_ARG_IS_VARIADIC(param->arg_info)); in ZEND_METHOD()
3078 RETVAL_BOOL(ZEND_TYPE_ALLOW_NULL(param->type)); in ZEND_METHOD()
3148 RETVAL_BOOL(ZEND_TYPE_IS_ONLY_MASK(param->type) in ZEND_METHOD()
3941 RETVAL_BOOL(ZEND_TYPE_IS_SET(ref->type)); in ZEND_METHOD()
4943 RETVAL_BOOL(ce->ce_flags & mask); in _class_check_flag()
[all …]
/php-src/ext/dba/
H A Ddba.c486 RETVAL_BOOL(info->hnd->update(info, key_str, value, mode) == SUCCESS); in php_dba_update()
1012 RETVAL_BOOL(info->hnd->exists(info, key_str) == SUCCESS); in PHP_FUNCTION()
1193 RETVAL_BOOL(info->hnd->delete(info, key_str) == SUCCESS); in PHP_FUNCTION()
/php-src/ext/readline/
H A Dreadline.c244 RETVAL_BOOL(oldval); in PHP_FUNCTION()
/php-src/ext/standard/
H A Dstreamsfuncs.c1703 RETVAL_BOOL(php_win32_console_fileno_is_console(fileno)); in PHP_FUNCTION()
1706 RETVAL_BOOL(isatty(fileno)); in PHP_FUNCTION()
1710RETVAL_BOOL(zend_fstat(fileno, &stat) == 0 && (stat.st_mode & /*S_IFMT*/0170000) == /*S_IFCHR*/002… in PHP_FUNCTION()
H A Darray.c6933 RETVAL_BOOL(zend_symtable_exists(ht, Z_STR_P(key)));
6936 RETVAL_BOOL(zend_hash_index_exists(ht, Z_LVAL_P(key)));
6939 RETVAL_BOOL(zend_hash_exists(ht, ZSTR_EMPTY_ALLOC()));
6942 RETVAL_BOOL(zend_hash_index_exists(ht, zend_dval_to_lval_safe(Z_DVAL_P(key))));
6945 RETVAL_BOOL(zend_hash_index_exists(ht, 0));
6948 RETVAL_BOOL(zend_hash_index_exists(ht, 1));
6952 RETVAL_BOOL(zend_hash_index_exists(ht, Z_RES_HANDLE_P(key)));
H A Dstring.c1844RETVAL_BOOL(php_memnstr(ZSTR_VAL(haystack), ZSTR_VAL(needle), ZSTR_LEN(needle), ZSTR_VAL(haystack)…
1873 RETVAL_BOOL(zend_string_starts_with(haystack, needle));
/php-src/ext/dom/
H A Dxpath.c376 RETVAL_BOOL(xpathobjp->boolval); in php_xpath_eval()
/php-src/ext/gmp/
H A Dgmp.c1500 RETVAL_BOOL((mpz_perfect_square_p(gmpnum_a) != 0)); in ZEND_FUNCTION()
1518 RETVAL_BOOL((mpz_perfect_power_p(gmpnum_a) != 0)); in ZEND_FUNCTION()
1978 RETVAL_BOOL(mpz_tstbit(gmpnum_a, index)); in ZEND_FUNCTION()
/php-src/ext/spl/
H A Dspl_iterators.c1804 RETVAL_BOOL(rc >= 0); in PHP_METHOD()
1814 RETVAL_BOOL(Z_LVAL(zcount) > 0); in PHP_METHOD()
1822 RETVAL_BOOL(count > 1); in PHP_METHOD()
1849 RETVAL_BOOL(count > 0); in PHP_METHOD()
1854 RETVAL_BOOL(Z_TYPE_P(return_value) != IS_TRUE); in PHP_METHOD()
/php-src/ext/zip/
H A Dphp_zip.c3120 RETVAL_BOOL(zip_compression_method_supported((zip_int32_t)method, enc));
3133 RETVAL_BOOL(zip_encryption_method_supported((zip_uint16_t)method, enc));
/php-src/ext/tidy/
H A Dtidy.c1430 RETVAL_BOOL(php_tidy_apply_config(obj->ptdoc->doc, options_str, options_ht) == SUCCESS in PHP_METHOD()
/php-src/ext/pcntl/
H A Dpcntl.c1405 RETVAL_BOOL(PCNTL_G(async_signals)); in PHP_FUNCTION()
/php-src/ext/phar/
H A Dphar_object.c974 RETVAL_BOOL(phar_open_executed_filename(alias, alias_len, &error) == SUCCESS); in PHP_METHOD()
994RETVAL_BOOL(phar_open_from_filename(fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, &erro… in PHP_METHOD()
1070RETVAL_BOOL(phar_detect_phar_fname_ext(fname, fname_len, &ext_str, &ext_len, is_executable, 2, 1) … in PHP_METHOD()
/php-src/ext/mysqli/
H A Dmysqli_api.c155 RETVAL_BOOL(mysqli_stmt_bind_param_do_bind(stmt, argc, args, types, ERROR_ARG_POS(2)) == PASS); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h1009 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) macro
1035 #define RETURN_BOOL(b) do { RETVAL_BOOL(b); return; } while (0)
H A Dzend_builtin_functions.c976 RETVAL_BOOL(func->common.scope == zend_ce_closure in ZEND_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_stmt.c1603 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
/php-src/ext/sqlite3/
H A Dsqlite3.c1299 RETVAL_BOOL(db_obj->exception); in PHP_METHOD()
/php-src/ext/mbstring/
H A Dmbstring.c1549 RETVAL_BOOL(detected); in PHP_FUNCTION()
4667RETVAL_BOOL(php_mail(to_r, ZSTR_VAL(subject), message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL… in PHP_FUNCTION()
/php-src/ext/gd/
H A Dgd.c3676 RETVAL_BOOL(gdImageScatterColor(im, (int)scatter_sub, (int)scatter_plus, colors, num_colors)); in php_image_filter_scatter()
/php-src/ext/openssl/
H A Dopenssl.c1978 RETVAL_BOOL(X509_check_private_key(cert, key)); in PHP_FUNCTION()
2398 RETVAL_BOOL(ret); in PHP_FUNCTION()
/php-src/ext/ldap/
H A Dldap.c1699 RETVAL_BOOL(ret); in php_ldap_do_search()
/php-src/ext/pgsql/
H A Dpgsql.c6160 RETVAL_BOOL(PQresultStatus(pg_result) == PGRES_COMMAND_OK); in PHP_FUNCTION()

Completed in 241 milliseconds