Home
last modified time | relevance | path

Searched refs:result (Results 1026 – 1050 of 1071) sorted by relevance

1...<<414243

/php-src/
H A D.gdbinit595 printf "result => "
596 printzn &execute_data->opline.result
H A DNEWS247 . Partly fix GH-12143 (Incorrect round() result for 0.49999999999999994).
H A Dphp.ini-development200 ; should be disabled, as enabling it may result in issues when generating XML
274 ; outputs chunks that are few hundreds bytes each as a result of
309 ; structures. Setting the depth limit too high may result in stack overflows
470 ; E_NOTICE - run-time notices (these are warnings which often result
692 ; variables are not used within a script, having this directive on will result
1220 ; Default size of the mysqlnd memory pool, which is used by result sets.
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt312 $result = hash('fnv1a32', $test[0]);
313 if ($result != $test[1]) {
314 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
H A Dfnv1a64.phpt312 $result = hash('fnv1a64', $test[0]);
313 if ($result != $test[1]) {
314 …echo "Iteration " . $i . " failed - expected '" . $test[1] . "', got '" . $result . "' for '" . $t…
/php-src/sapi/phpdbg/
H A Dphpdbg.c268 bool result = 1; in PHP_FUNCTION() local
275 result = 0; in PHP_FUNCTION()
281 if (result) { in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_exceptions.c898 zend_result result = FAILURE; in zend_exception_error() local
966 return result; in zend_exception_error()
H A Dzend_execute.h407 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type);
/php-src/ext/pdo/
H A Dpdo_stmt.c2326 zval *result = row_prop_read(object, member, type, NULL, rv); in row_dim_read() local
2328 return result; in row_dim_read()
2397 int result = row_prop_exists(object, member, check_empty, NULL); in row_dim_exists() local
2399 return result; in row_dim_exists()
/php-src/ext/sockets/
H A Dsockets.c2338 struct addrinfo hints, *result, *rp; local
2367 if (getaddrinfo(ZSTR_VAL(hostname), service, &hints, &result) != 0) {
2373 for (rp = result; rp != NULL; rp = rp->ai_next) {
2393 freeaddrinfo(result);
/php-src/ext/mbstring/
H A Dmbstring_arginfo.h32 ZEND_ARG_INFO(1, result)
/php-src/ext/hash/xxhash/
H A Dxxhash.h3162 xxh_u64x2 result; in XXH_vec_mulo() local
3163 __asm__("vmulouw %0, %1, %2" : "=v" (result) : "v" (a), "v" (b)); in XXH_vec_mulo()
3164 return result; in XXH_vec_mulo()
3168 xxh_u64x2 result; in XXH_vec_mule() local
3169 __asm__("vmuleuw %0, %1, %2" : "=v" (result) : "v" (a), "v" (b)); in XXH_vec_mule()
3170 return result; in XXH_vec_mule()
/php-src/ext/mbstring/tests/
H A Diso2022jp_ms_encoding.phpt164 /* The first byte of this 2-byte character will be rejected and result in % being sent
H A Diso2022jp_kddi_encoding.phpt188 /* The first byte of this 2-byte character will be rejected and result in % being sent
/php-src/Zend/Optimizer/
H A Ddce.c380 def_opline->result.var = 0; in try_remove_var_def()
/php-src/docs-old/
H A Dparameter-parsing-api.md31 Both functions return `SUCCESS` or `FAILURE` depending on the result.
/php-src/build/
H A Dpkg.m4104 dnl pkg_failed based on the result.
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt51 // NOTE: for BC reasons with ext/mysql, ext/mysqli accepts invalid result modes.
H A Dmysqli_fetch_array.phpt49 // NOTE: for BC reasons with ext/mysql, ext/mysqli accepts invalid result modes.
H A Dmysqli_get_client_stats.phpt296 /* last row has been implicitly cleaned from the wire by freeing the result set */
439 /* buffered result set - no skipping possible! */
559 printf("[%03d] Expecting at least one result, [%d] %s\n", ++$test_counter,
/php-src/ext/soap/
H A Dphp_schema.c2285 zend_result result = zend_hash_move_forward_ex(type->attributes, &pos); in schema_type_fixup() local
2286 ZEND_ASSERT(result == SUCCESS); in schema_type_fixup()
2289 zend_result result = zend_hash_index_del(type->attributes, index); in schema_type_fixup() local
2290 ZEND_ASSERT(result == SUCCESS); in schema_type_fixup()
/php-src/sapi/fpm/tests/
H A Dtester.inc360 $result = exec("$command 2>&1", $output, $code);
361 if ($result === false || $code) {
1840 $result = $this->logTool->expectEntry(
1851 if ( ! $result) {
/php-src/ext/dom/lexbor/
H A DLICENSE160 result of this License or out of the use or inability to use the
/php-src/ext/openssl/
H A Dxp_ssl.c363 int result = -1; in php_openssl_x509_fingerprint_cmp() local
367 result = strcasecmp(expected, ZSTR_VAL(fingerprint)); in php_openssl_x509_fingerprint_cmp()
371 return result; in php_openssl_x509_fingerprint_cmp()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1299 int result = 0; in detect_early_fail() local
1657 result = count; in detect_early_fail()
1664 return result; in detect_early_fail()
3289 sljit_uw *result; in allocate_read_only_data() local
3303 return result + 1; in allocate_read_only_data()
14877 if (result != 0) in pcre2_jit_compile()
14878 return result; in pcre2_jit_compile()
14885 if (result != 0) in pcre2_jit_compile()
14886 return result; in pcre2_jit_compile()
14893 if (result != 0) in pcre2_jit_compile()
[all …]

Completed in 174 milliseconds

1...<<414243