Home
last modified time | relevance | path

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

/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_main.c60 RETVAL_BOOL(ret != 0); in PHP_METHOD()
94 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.c2783 RETVAL_BOOL(type_mask == MAY_BE_ARRAY); in ZEND_METHOD()
2800 RETVAL_BOOL(type_mask == MAY_BE_CALLABLE); in ZEND_METHOD()
2831 RETVAL_BOOL(ZEND_ARG_SEND_MODE(param->arg_info)); in ZEND_METHOD()
2893 RETVAL_BOOL(!param->required); in ZEND_METHOD()
2964 RETVAL_BOOL(ast->kind == ZEND_AST_CONSTANT in ZEND_METHOD()
3028 RETVAL_BOOL(ZEND_ARG_IS_VARIADIC(param->arg_info)); in ZEND_METHOD()
3058 RETVAL_BOOL(ZEND_TYPE_ALLOW_NULL(param->type)); in ZEND_METHOD()
3128 RETVAL_BOOL(ZEND_TYPE_IS_ONLY_MASK(param->type) in ZEND_METHOD()
3921 RETVAL_BOOL(ZEND_TYPE_IS_SET(ref->type)); in ZEND_METHOD()
4923 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()
1017 RETVAL_BOOL(info->hnd->exists(info, key_str) == SUCCESS); in PHP_FUNCTION()
1200 RETVAL_BOOL(info->hnd->delete(info, key_str) == SUCCESS); in PHP_FUNCTION()
/php-src/ext/readline/
H A Dreadline.c226 RETVAL_BOOL(oldval); in PHP_FUNCTION()
/php-src/ext/standard/
H A Dstreamsfuncs.c1699 RETVAL_BOOL(php_win32_console_fileno_is_console(fileno)); in PHP_FUNCTION()
1702 RETVAL_BOOL(isatty(fileno)); in PHP_FUNCTION()
1706RETVAL_BOOL(zend_fstat(fileno, &stat) == 0 && (stat.st_mode & /*S_IFMT*/0170000) == /*S_IFCHR*/002… in PHP_FUNCTION()
H A Darray.c6929 RETVAL_BOOL(zend_symtable_exists(ht, Z_STR_P(key)));
6932 RETVAL_BOOL(zend_hash_index_exists(ht, Z_LVAL_P(key)));
6935 RETVAL_BOOL(zend_hash_exists(ht, ZSTR_EMPTY_ALLOC()));
6938 RETVAL_BOOL(zend_hash_index_exists(ht, zend_dval_to_lval_safe(Z_DVAL_P(key))));
6941 RETVAL_BOOL(zend_hash_index_exists(ht, 0));
6944 RETVAL_BOOL(zend_hash_index_exists(ht, 1));
6948 RETVAL_BOOL(zend_hash_index_exists(ht, Z_RES_HANDLE_P(key)));
H A Dstring.c1875RETVAL_BOOL(php_memnstr(ZSTR_VAL(haystack), ZSTR_VAL(needle), ZSTR_LEN(needle), ZSTR_VAL(haystack)…
1904 RETVAL_BOOL(zend_string_starts_with(haystack, needle));
/php-src/ext/dom/
H A Dxpath.c368 RETVAL_BOOL(xpathobjp->boolval); in php_xpath_eval()
/php-src/ext/gmp/
H A Dgmp.c1495 RETVAL_BOOL((mpz_perfect_square_p(gmpnum_a) != 0)); in ZEND_FUNCTION()
1513 RETVAL_BOOL((mpz_perfect_power_p(gmpnum_a) != 0)); in ZEND_FUNCTION()
1973 RETVAL_BOOL(mpz_tstbit(gmpnum_a, index)); in ZEND_FUNCTION()
/php-src/ext/spl/
H A Dspl_iterators.c1807 RETVAL_BOOL(rc >= 0); in PHP_METHOD()
1817 RETVAL_BOOL(Z_LVAL(zcount) > 0); in PHP_METHOD()
1825 RETVAL_BOOL(count > 1); in PHP_METHOD()
1852 RETVAL_BOOL(count > 0); in PHP_METHOD()
1857 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/pcntl/
H A Dpcntl.c1359 RETVAL_BOOL(PCNTL_G(async_signals)); in PHP_FUNCTION()
/php-src/ext/phar/
H A Dphar_object.c966 RETVAL_BOOL(phar_open_executed_filename(alias, alias_len, &error) == SUCCESS); in PHP_METHOD()
986RETVAL_BOOL(phar_open_from_filename(fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, &erro… in PHP_METHOD()
1062RETVAL_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.c157 RETVAL_BOOL(!mysqli_stmt_bind_param_do_bind(stmt, argc, args, types, hasThis() ? 1 : 2)); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_builtin_functions.c924 RETVAL_BOOL(func->common.scope == zend_ce_closure in ZEND_FUNCTION()
H A Dzend_API.h1008 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) macro
1034 #define RETURN_BOOL(b) do { RETVAL_BOOL(b); return; } while (0)
/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.c3538 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.c1963 RETVAL_BOOL(X509_check_private_key(cert, key)); in PHP_FUNCTION()
2383 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.c6165 RETVAL_BOOL(PQresultStatus(pg_result) == PGRES_COMMAND_OK); in PHP_FUNCTION()

Completed in 257 milliseconds