Home
last modified time | relevance | path

Searched refs:result (Results 451 – 475 of 918) sorted by relevance

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

/PHP-7.4/ext/soap/tests/soap12/
H A DT51.phpt26 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT52.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT53.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT54.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT55.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT76_1.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT77_1.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT77_2.phpt23 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT77_3.phpt26 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt29 printf("[%03d] Suspicious FETCH_BOTH result, dumping\n", $offset);
62 [002] Suspicious FETCH_BOTH result, dumping
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_09_blob_bound_param.phpt31 while ($result = $results->fetchArray(SQLITE3_NUM))
33 var_dump($result);
H A Dsqlite3_10_bound_value_name.phpt26 while ($result = $results->fetchArray(SQLITE3_NUM))
28 var_dump($result);
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
22 var_dump($result);
/PHP-7.4/Zend/tests/
H A Dget_defined_functions_basic.phpt31 echo "TEST FAILED: no element in result array with key 'internal'\n";
43 echo "TEST FAILED: no element in result array with key 'user'\n";
H A Dassign_by_val_function_by_ref_return_value.phpt2 Return value of assigning by-val function result by-reference
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp246 int32_t result = (co->ucal->*func)( in _php_intlcal_field_uec_ret_in32t_method() local
250 RETURN_LONG((zend_long)result); in _php_intlcal_field_uec_ret_in32t_method()
276 RETURN_DOUBLE((double)result); in PHP_FUNCTION()
581 int32_t result = co->ucal->fieldDifference((UDate)when, in PHP_FUNCTION() local
586 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
621 int32_t result = co->ucal->getDayOfWeekType( in PHP_FUNCTION() local
626 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
646 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
678 RETURN_LONG((zend_long)result); in _php_intlcal_field_ret_in32t_method()
744 RETURN_LONG((zend_long)result); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/spl/
H A Dspl_heap.c138 *result = zval_get_long(&zresult); in spl_ptr_heap_cmp_cb_helper()
148 array_init(result); in spl_pqueue_extract_helper()
157 ZVAL_COPY(result, &elem->data); in spl_pqueue_extract_helper()
172 zval result; in spl_ptr_heap_zval_max_cmp() local
190 compare_function(&result, a, b); in spl_ptr_heap_zval_max_cmp()
191 return (int)Z_LVAL(result); in spl_ptr_heap_zval_max_cmp()
197 zval result; in spl_ptr_heap_zval_min_cmp() local
215 compare_function(&result, b, a); in spl_ptr_heap_zval_min_cmp()
216 return (int)Z_LVAL(result); in spl_ptr_heap_zval_min_cmp()
225 zval result; in spl_ptr_pqueue_elem_cmp() local
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c236 ZEND_ARG_INFO(1, result)
926 mbfl_string string, result; in php_mb_zend_encoding_converter() local
955 mbfl_string_init(&result); in php_mb_zend_encoding_converter()
961 *to = result.val; in php_mb_zend_encoding_converter()
962 *to_length = result.len; in php_mb_zend_encoding_converter()
1117 char *resp = result; in php_mb_rfc1867_substring_conf()
1134 return result; in php_mb_rfc1867_substring_conf()
1943 if (result) { in PHP_FUNCTION()
2303 efree(result.val); in PHP_FUNCTION()
3192 mbfl_string_init(&result); in php_mb_convert_encoding_ex()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Drange_bug70239_0.phpt2 Bug #70239 Creating a huge array doesn't result in exhausted, but segfault, var 1
/PHP-7.4/ext/standard/tests/strings/
H A Dbug77439.phpt10 Deprecated: parse_str(): Calling parse_str() without the result argument is deprecated in %s on lin…
/PHP-7.4/ext/odbc/tests/
H A Dbug78470.phpt13 resource(%d) of type (odbc result)
/PHP-7.4/ext/gmp/tests/
H A Dgmp_import.phpt37 $result = gmp_strval($gmp, 16);
38 if ($result !== $test[0]) {
39 echo "$k: '$result' !== '{$test[0]}'\n";
/PHP-7.4/ext/ldap/tests/
H A Dldap_sort_basic.phpt36 $result = ldap_search($link, "$base", "(objectclass=person)", array("sn", "description"));
38 ldap_sort($link, $result, "sn"),
39 ldap_get_entries($link, $result)
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_extendederror_attr.phpt19 $result = $db->exec("INSERT INTO dog VALUES (1, 'Annoying Dog', 1)");
30 $result = $db->exec("INSERT INTO dog VALUES (1, 'Annoying Dog', 1)");
35 $result = $db->exec("INSERT INTO dog VALUES (1, 'Annoying Dog', 1)");
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize.phpt11 $result = array();
21 $result[$file] = getimagesize(__DIR__."/$file");
23 var_dump($result);

Completed in 135 milliseconds

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