Home
last modified time | relevance | path

Searched defs:result (Results 176 – 200 of 211) sorted by relevance

123456789

/php-src/ext/mbstring/
H A Dmbstring.stub.php82 function mb_parse_str(string $string, &$result): bool {}
/php-src/ext/dom/
H A Dnode.c1626 bool result = xmlStrEqual(this_content, other_content); in php_dom_node_is_content_equal() local
1883 const char * result = (const char *) dom_locate_a_namespace_prefix(lookupp, uri); in dom_node_lookup_prefix() local
/php-src/Zend/
H A Dzend_exceptions.c898 zend_result result = FAILURE; in zend_exception_error() local
H A Dzend_virtual_cwd.c178 char *result; in virtual_cwd_main_cwd_init() local
H A Dzend_API.c1474 zend_result result = zval_update_constant_ex(&tmp, scope); in zend_update_class_constant() local
2140 zval *result; in array_set_zval_key() local
4335 zend_result result; in zend_fcall_info_call() local
/php-src/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/php-src/ext/standard/
H A Dmath.c1036 zend_string *result; in PHP_FUNCTION() local
/php-src/sapi/phpdbg/
H A Dphpdbg.c268 bool result = 1; in PHP_FUNCTION() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h283 uint8_t result; member
/php-src/sapi/litespeed/
H A Dlsapi_main.c1558 int result; in main() local
/php-src/ext/spl/
H A Dspl_fixedarray.c508 bool result = zend_is_true(&rv); in spl_fixedarray_object_has_dimension() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c471 #define COUNT_TRAILING_ZERO(value, result) \ argument
2649 sljit_ins result; in simd_get_imm() local
/php-src/ext/openssl/
H A Dopenssl.c5230 zend_string *result = zend_string_alloc(key_size, 0); in php_openssl_pkey_derive() local
5239 ZSTR_VAL(result)[key_size] = 0; in php_openssl_pkey_derive() local
5254 zend_string *result = php_openssl_pkey_derive(pkey, peer_key, 0); in php_openssl_dh_compute_key() local
5298 zend_string *result = php_openssl_dh_compute_key(pkey, pub_str, pub_len); in PHP_FUNCTION() local
5334 zend_string *result = php_openssl_pkey_derive(pkey, peer_key, key_len); in PHP_FUNCTION() local
H A Dxp_ssl.c363 int result = -1; in php_openssl_x509_fingerprint_cmp() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1299 int result = 0; in detect_early_fail() local
3289 sljit_uw *result; in allocate_read_only_data() local
14876 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile() local
14884 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile() local
14892 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile() local
/php-src/main/
H A Dmain.c927 zend_string *result = php_escape_html_entities_ex( in escape_html() local
/php-src/ext/zip/
H A Dphp_zip.c623 char *result; in php_zip_glob() local
728 char *result; in php_zip_pcre() local
/php-src/sapi/cli/
H A Dphp_cli_server.c308 *result = NULL; in get_status_string() local
2250 bool result = php_execute_script_ex(&zfd, &retval); in php_cli_server_dispatch_router() local
/php-src/ext/opcache/jit/
H A Dzend_jit.c172 bool *result) in zend_jit_is_constant_cmp_long_long()
/php-src/ext/iconv/
H A Diconv.c443 size_t bsz, result = 0; in php_iconv_string() local
/php-src/ext/curl/
H A Dinterface.c517 zend_result curl_cast_object(zend_object *obj, zval *result, int type) in curl_cast_object()
/php-src/ext/sockets/
H A Dsockets.c2338 struct addrinfo hints, *result, *rp; local
/php-src/ext/simplexml/
H A Dsimplexml.c1233 xmlNodeSetPtr result; in PHP_METHOD() local
/php-src/ext/hash/xxhash/
H A Dxxhash.h3162 xxh_u64x2 result; in XXH_vec_mulo() local
3168 xxh_u64x2 result; in XXH_vec_mule() local
/php-src/ext/ffi/
H A Dffi.c1849 static zend_result zend_ffi_cdata_do_operation(uint8_t opcode, zval *result, zval *op1, zval *op2) … in zend_ffi_cdata_do_operation()
5161 static zend_result zend_fake_cast_object(zend_object *obj, zval *result, int type) in zend_fake_cast_object()

Completed in 281 milliseconds

123456789