/php-src/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.c | 60 RETVAL_BOOL(ret != 0); in PHP_METHOD() 93 RETVAL_BOOL(ret != 0); in PHP_METHOD()
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 180 RETVAL_BOOL(udat_isLenient(DATE_FORMAT_OBJECT(dfo))); in PHP_FUNCTION()
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 2747 RETVAL_BOOL(type_mask == MAY_BE_ARRAY); in ZEND_METHOD() 2762 RETVAL_BOOL(type_mask == MAY_BE_CALLABLE); in ZEND_METHOD() 2789 RETVAL_BOOL(ZEND_ARG_SEND_MODE(param->arg_info)); in ZEND_METHOD() 2845 RETVAL_BOOL(!param->required); in ZEND_METHOD() 2910 RETVAL_BOOL(ast->kind == ZEND_AST_CONSTANT in ZEND_METHOD() 2970 RETVAL_BOOL(ZEND_ARG_IS_VARIADIC(param->arg_info)); in ZEND_METHOD() 2996 RETVAL_BOOL(ZEND_TYPE_ALLOW_NULL(param->type)); in ZEND_METHOD() 3060 RETVAL_BOOL(ZEND_TYPE_IS_ONLY_MASK(param->type) in ZEND_METHOD() 3821 RETVAL_BOOL(ZEND_TYPE_IS_SET(ref->type)); in ZEND_METHOD() 4788 RETVAL_BOOL(ce->ce_flags & mask); in _class_check_flag() [all …]
|
/php-src/ext/dba/ |
H A D | dba.c | 485 RETVAL_BOOL(info->hnd->update(info, key_str, value, mode) == SUCCESS); in php_dba_update() 1008 RETVAL_BOOL(info->hnd->exists(info, key_str) == SUCCESS); in PHP_FUNCTION() 1187 RETVAL_BOOL(info->hnd->delete(info, key_str) == SUCCESS); in PHP_FUNCTION()
|
/php-src/ext/readline/ |
H A D | readline.c | 244 RETVAL_BOOL(oldval); in PHP_FUNCTION()
|
/php-src/ext/standard/ |
H A D | streamsfuncs.c | 1703 RETVAL_BOOL(php_win32_console_fileno_is_console(fileno)); in PHP_FUNCTION() 1706 RETVAL_BOOL(isatty(fileno)); in PHP_FUNCTION() 1710 …RETVAL_BOOL(zend_fstat(fileno, &stat) == 0 && (stat.st_mode & /*S_IFMT*/0170000) == /*S_IFCHR*/002… in PHP_FUNCTION()
|
H A D | array.c | 6934 RETVAL_BOOL(zend_symtable_exists(ht, Z_STR_P(key))); 6937 RETVAL_BOOL(zend_hash_index_exists(ht, Z_LVAL_P(key))); 6940 RETVAL_BOOL(zend_hash_exists(ht, ZSTR_EMPTY_ALLOC())); 6943 RETVAL_BOOL(zend_hash_index_exists(ht, zend_dval_to_lval_safe(Z_DVAL_P(key)))); 6946 RETVAL_BOOL(zend_hash_index_exists(ht, 0)); 6949 RETVAL_BOOL(zend_hash_index_exists(ht, 1)); 6953 RETVAL_BOOL(zend_hash_index_exists(ht, Z_RES_HANDLE_P(key)));
|
H A D | string.c | 1844 …RETVAL_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 D | xpath.c | 381 RETVAL_BOOL(xpathobjp->boolval); in php_xpath_eval()
|
/php-src/ext/spl/ |
H A D | spl_iterators.c | 1802 RETVAL_BOOL(rc >= 0); in PHP_METHOD() 1812 RETVAL_BOOL(Z_LVAL(zcount) > 0); in PHP_METHOD() 1820 RETVAL_BOOL(count > 1); in PHP_METHOD() 1847 RETVAL_BOOL(count > 0); in PHP_METHOD() 1852 RETVAL_BOOL(Z_TYPE_P(return_value) != IS_TRUE); in PHP_METHOD()
|
/php-src/ext/gmp/ |
H A D | gmp.c | 1586 RETVAL_BOOL((mpz_perfect_square_p(gmpnum_a) != 0)); in ZEND_FUNCTION() 1604 RETVAL_BOOL((mpz_perfect_power_p(gmpnum_a) != 0)); in ZEND_FUNCTION() 2070 RETVAL_BOOL(mpz_tstbit(gmpnum_a, index)); in ZEND_FUNCTION()
|
/php-src/ext/zip/ |
H A D | php_zip.c | 3120 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 D | tidy.c | 1430 RETVAL_BOOL(php_tidy_apply_config(obj->ptdoc->doc, options_str, options_ht) == SUCCESS in PHP_METHOD()
|
/php-src/ext/pcntl/ |
H A D | pcntl.c | 1405 RETVAL_BOOL(PCNTL_G(async_signals)); in PHP_FUNCTION()
|
/php-src/ext/phar/ |
H A D | phar_object.c | 974 RETVAL_BOOL(phar_open_executed_filename(alias, alias_len, &error) == SUCCESS); in PHP_METHOD() 994 …RETVAL_BOOL(phar_open_from_filename(fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, &erro… in PHP_METHOD() 1070 …RETVAL_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 D | mysqli_api.c | 155 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 D | zend_API.h | 1009 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) macro 1035 #define RETURN_BOOL(b) do { RETVAL_BOOL(b); return; } while (0)
|
H A D | zend_builtin_functions.c | 976 RETVAL_BOOL(func->common.scope == zend_ce_closure in ZEND_FUNCTION()
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 1299 RETVAL_BOOL(db_obj->exception); in PHP_METHOD()
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 1598 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 1549 RETVAL_BOOL(detected); in PHP_FUNCTION() 4692 …RETVAL_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 D | gd.c | 3681 RETVAL_BOOL(gdImageScatterColor(im, (int)scatter_sub, (int)scatter_plus, colors, num_colors)); in php_image_filter_scatter()
|
/php-src/ext/openssl/ |
H A D | openssl.c | 1981 RETVAL_BOOL(X509_check_private_key(cert, key)); in PHP_FUNCTION() 2407 RETVAL_BOOL(ret); in PHP_FUNCTION()
|
/php-src/ext/ldap/ |
H A D | ldap.c | 1743 RETVAL_BOOL(ret); in php_ldap_do_search()
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 6190 RETVAL_BOOL(PQresultStatus(pg_result) == PGRES_COMMAND_OK); in PHP_FUNCTION()
|