Home
last modified time | relevance | path

Searched refs:result (Results 426 – 450 of 918) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re446 * HTML stuff to the result buffer.
587 char *result;
620 return result;
630 if (!ctx->result.s) {
634 *newlen = ZSTR_LEN(ctx->result.s);
636 smart_str_0(&ctx->result);
644 retval = estrndup(ZSTR_VAL(ctx->result.s), ZSTR_LEN(ctx->result.s));
645 smart_str_free(&ctx->result);
674 smart_str_free(&ctx->result);
707 *handled_output = estrndup(ZSTR_VAL(ctx->result.s), ZSTR_LEN(ctx->result.s));
[all …]
H A Dcrypt_sha256.c607 const char result[32]; member
681 int result = 0; in main() local
692 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
694 result = 1; in main()
702 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
704 result = 1; in main()
720 result = 1; in main()
727 result = 1; in main()
731 if (result == 0) in main()
734 return result; in main()
/PHP-7.4/ext/standard/tests/strings/
H A Dbug33076.phpt2 Bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault)
/PHP-7.4/ext/json/tests/
H A Dbug68567.phpt2 Bug #68567 JSON_PARTIAL_OUTPUT_ON_ERROR can result in JSON with null key
/PHP-7.4/ext/standard/tests/array/
H A Dbug21182.phpt7 $result = range($a, $b);
H A Dbug23581.phpt2 Bug #23581 (array_map(NULL, array, array, ...) yields an undefined result)
/PHP-7.4/ext/standard/tests/math/
H A Dintdiv_64bit.phpt11 // (int)(PHP_INT_MAX / 3) gives a different result
/PHP-7.4/Zend/tests/
H A Dbug74810.phpt2 Bug #74810: Something odd about ordering of func_get_args() result in 7.2
H A Disset_expr_error.phpt8 Fatal error: Cannot use isset() on the result of an expression (you can use "null !== expression" i…
H A Dbuiltin_in_write_context_error1.phpt10 Fatal error: Cannot use result of built-in function in write context in %s on line %d
H A Dbug78999.phpt2 Bug #78999 (Cycle leak when using function result as temporary)
H A Dinference_infinite_loop.phpt2 Type inference should not result in infinite loop
H A Disset_func_error.phpt8 Fatal error: Cannot use isset() on the result of an expression (you can use "null !== expression" i…
H A Dparse_str_with_unpack.phpt15 Deprecated: parse_str(): Calling parse_str() without the result argument is deprecated in %s on lin…
H A Dtemporary_cleaning_006.phpt2 Exception after separation during indirect write to fcall result
H A Dtemporary_cleaning_015.phpt2 Attempt to free invalid structure (result of ROPE_INIT is not a zval)
H A Dbuiltin_in_write_context_error2.phpt10 Fatal error: Cannot use result of built-in function in write context in %s on line %d
/PHP-7.4/ext/intl/tests/
H A Didn_uts46_basic.phpt37 ["result"]=>
47 ["result"]=>
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug55323.phpt36 $result = $soapClient->getObject();
37 var_dump($result);
/PHP-7.4/ext/zlib/tests/
H A Dinflate_get_status.phpt31 echo "Adding more data should reset the stream and result in a Z_OK (ZLIB_OK) status.\n";
59 Adding more data should reset the stream and result in a Z_OK (ZLIB_OK) status.
/PHP-7.4/ext/oci8/tests/
H A Dlob_038.phpt53 $result = $row['CLOB']->load();
54 var_dump($result);
97 $result = $row['BLOB']->load();
98 var_dump($result);
/PHP-7.4/tests/func/
H A D003.phpt84 $result = factorial(factorial(3));
85 echo "$result\n";
87 $result=factorial2(return4(),return7());
88 echo "$result\n";
/PHP-7.4/ext/pgsql/tests/
H A D08escape.phpt53 $result = pg_query($db, $sql);
54 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
65 $result = pg_query($db, $sql);
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_104.phpt2 Uninitialized result of PRE_INC/PRE_DEC in case of exception
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt2 mysqli_stmt_execute() - SP, next result
28 // one result set
52 printf("[011] Next result: %s\n", (mysqli_next_result($link)) ? "yes" : "no");
68 // two result sets
130 [011] Next result: yes

Completed in 54 milliseconds

1...<<11121314151617181920>>...37