Home
last modified time | relevance | path

Searched refs:result (Results 526 – 550 of 918) sorted by relevance

1...<<21222324252627282930>>...37

/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation19_64bit.phpt50 $result = vprintf($format, $args_array[$counter-1]);
52 var_dump($result);
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.h16 int php_do_getsockopt_ipv6_rfc3542(php_socket *php_sock, int level, int optname, zval *result);
/PHP-7.4/ext/opcache/tests/
H A Dwrong_inlining_001.phpt2 Pass result of inlined function by reference
/PHP-7.4/ext/gd/tests/
H A Dimagechar_basic.phpt15 $result = imagechar($image, 1, 5, 5, 'C', $white);
H A Dimagecharup_basic.phpt15 $result = imagecharup($image, 1, 5, 5, 'C', $white);
H A Dimagestringup_basic.phpt15 $result = imagestringup($image, 1, 5, 25, 'Str', $white);
H A Dimagestring_basic.phpt15 $result = imagestring($image, 1, 5, 5, 'String Text', $white);
H A Dimagestring_error2.phpt13 $result = imagestring(tmpfile(), 1, 5, 5, 'String', 1);
H A Dimagestringup_error2.phpt13 $result = imagestringup(tmpfile(), 1, 5, 5, 'String', 1);
H A Dimagechar_error2.phpt13 $result = imagechar(tmpfile(), 1, 5, 5, 'C', 1);
H A Dimagecharup_error2.phpt13 $result = imagecharup(tmpfile(), 1, 5, 5, 'C', 1);
/PHP-7.4/ext/posix/tests/
H A Dposix_getgroups_basic.phpt14 echo "TEST FAILED - array result expected\n";
/PHP-7.4/Zend/tests/
H A Dbug30394.phpt2 Bug #30394 (Assignment operators yield wrong result with __get/__set)
H A Dresult_unused.phpt2 Unused result of fetch operations
H A Dthis_in_parse_str.phpt12 Deprecated: parse_str(): Calling parse_str() without the result argument is deprecated in %s on lin…
/PHP-7.4/ext/bcmath/tests/
H A Dscale.phpt2 BCMath functions return result with requested scale
H A Dscale_ini.phpt2 BCMath functions return result with default scale
/PHP-7.4/ext/intl/tests/
H A Dgrapheme.phpt115 if ( $result === false ) {
119 $res_str .= $result;
182 if ( $result === false ) {
186 $res_str .= $result;
248 if ( $result === false ) {
252 $res_str .= $result;
313 if ( $result === false ) {
317 $res_str .= $result;
410 if ( $result === false ) {
772 if ( $result === false ) {
[all …]
H A Dgrapheme2.phpt115 if ( $result === false ) {
119 $res_str .= $result;
182 if ( $result === false ) {
186 $res_str .= $result;
248 if ( $result === false ) {
252 $res_str .= $result;
313 if ( $result === false ) {
317 $res_str .= $result;
410 if ( $result === false ) {
772 if ( $result === false ) {
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug72663_3.phpt2 Bug #72663 (3): If unserialization fails, don't initialize the session with the result
/PHP-7.4/ext/pspell/
H A Dpspell.c292 LONG result; in PHP_FUNCTION() local
294 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
296 if (result == ERROR_SUCCESS) { in PHP_FUNCTION()
389 LONG result; in PHP_FUNCTION() local
391 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
393 if (result == ERROR_SUCCESS) { in PHP_FUNCTION()
708 LONG result; in PHP_FUNCTION() local
710 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
712 if (result == ERROR_SUCCESS) { in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_ini.c916 PHPAPI int cfg_get_long(const char *varname, zend_long *result) argument
921 *result = 0;
924 *result = zval_get_long(tmp);
931 PHPAPI int cfg_get_double(const char *varname, double *result) argument
936 *result = (double) 0;
939 *result = zval_get_double(tmp);
946 PHPAPI int cfg_get_string(const char *varname, char **result) argument
951 *result = NULL;
954 *result = Z_STRVAL_P(tmp);
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug79664.phpt2 Bug #79664 (PDOStatement::getColumnMeta fails on empty result set)
/PHP-7.4/ext/soap/tests/soap12/
H A DT41.phpt29 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT44.phpt26 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …

Completed in 81 milliseconds

1...<<21222324252627282930>>...37