Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 25 of 92) sorted by relevance

1234

/php-src/ext/standard/tests/math/
H A Dpow_basic.phpt51 ..... Exponent = 0 Result = 1
52 ..... Exponent = 1 Result = 23
54 ..... Exponent = 2 Result = 529
68 ..... Exponent = 0 Result = 1
69 ..... Exponent = 1 Result = -23
71 ..... Exponent = 2 Result = 529
85 ..... Exponent = 0 Result = 1
102 ..... Exponent = 0 Result = 1
119 ..... Exponent = 0 Result = 1
136 ..... Exponent = 0 Result = 1
[all …]
H A Dpow_basic_64bit.phpt51 ..... Exponent = 0 Result = 1
52 ..... Exponent = 1 Result = 23
54 ..... Exponent = 2 Result = 529
68 ..... Exponent = 0 Result = 1
69 ..... Exponent = 1 Result = -23
71 ..... Exponent = 2 Result = 529
85 ..... Exponent = 0 Result = 1
102 ..... Exponent = 0 Result = 1
119 ..... Exponent = 0 Result = 1
136 ..... Exponent = 0 Result = 1
[all …]
/php-src/ext/odbc/
H A Dodbc.stub.php18 class Result class
334 function odbc_binmode(Odbc\Result $statement, int $mode): true {}
336 function odbc_longreadlen(Odbc\Result $statement, int $length): true {}
340 function odbc_execute(Odbc\Result $statement, array $params = []): bool {}
342 function odbc_cursor(Odbc\Result $statement): string|false {}
367 function odbc_fetch_row(Odbc\Result $statement, ?int $row = null): bool {}
374 function odbc_free_result(Odbc\Result $statement): true {}
382 function odbc_num_rows(Odbc\Result $statement): int {}
385 function odbc_next_result(Odbc\Result $statement): bool {}
388 function odbc_num_fields(Odbc\Result $statement): int {}
[all …]
H A Dodbc_arginfo.h8 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
13 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
23 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
28 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
63 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
68 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
73 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
78 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
95 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
100 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
[all …]
/php-src/Zend/tests/in-de-crement/
H A Dincdec_strings.phpt27 echo "Result value:";
52 echo "Result value:";
61 Result value:string(1) "1"
65 Result value:string(1) " "
67 Result value:int(1)
69 Result value:float(16.5)
87 Result value:string(4) "��"
92 Result value:int(-1)
96 Result value:string(1) " "
98 Result value:int(-1)
[all …]
H A Dincdec_types.phpt28 echo "Result value:";
51 Result value:int(1)
59 Result value:bool(true)
61 Result value:int(1)
63 Result value:float(1)
73 Result value:int(1)
78 Result value:NULL
88 Result value:int(-1)
90 Result value:float(-1)
94 Result value:int(-1)
[all …]
/php-src/ext/intl/tests/
H A Dcollator_sort.phpt112 Result: true
120 Result: true
128 Result: true
136 Result: true
144 Result: true
152 Result: true
160 Result: true
168 Result: true
176 Result: true
184 Result: true
[all …]
H A Dcollator_sort_variant2.phpt112 Result: true
120 Result: true
128 Result: true
136 Result: true
144 Result: true
152 Result: true
160 Result: true
168 Result: true
176 Result: true
184 Result: true
[all …]
H A Dcollator_asort.phpt146 Result: true
154 Result: true
162 Result: true
171 Result: true
179 Result: true
187 Result: true
195 Result: true
203 Result: true
211 Result: true
219 Result: true
[all …]
H A Dcollator_asort_variant2.phpt146 Result: true
154 Result: true
162 Result: true
171 Result: true
179 Result: true
187 Result: true
195 Result: true
203 Result: true
211 Result: true
219 Result: true
[all …]
H A Dcollator_sort_with_sort_keys.phpt102 Result: true
110 Result: true
118 Result: true
126 Result: true
134 Result: true
142 Result: true
150 Result: true
158 Result: true
166 Result: true
175 Result: true
[all …]
H A Dcollator_sort_with_sort_keys_variant2.phpt102 Result: true
110 Result: true
118 Result: true
126 Result: true
134 Result: true
142 Result: true
150 Result: true
158 Result: true
166 Result: true
175 Result: true
[all …]
/php-src/ext/pgsql/
H A Dpgsql.stub.php540 function pg_num_rows(PgSql\Result $result): int {}
546 function pg_numrows(PgSql\Result $result): int {}
548 function pg_num_fields(PgSql\Result $result): int {}
554 function pg_numfields(PgSql\Result $result): int {}
556 function pg_affected_rows(PgSql\Result $result): int {}
562 function pg_cmdtuples(PgSql\Result $result): int {}
583 function pg_fieldsize(PgSql\Result $result, int $field): int {}
670 function pg_free_result(PgSql\Result $result): bool {}
676 function pg_freeresult(PgSql\Result $result): bool {}
679 function pg_last_oid(PgSql\Result $result): string|int|false {}
[all …]
/php-src/ext/standard/tests/array/
H A Darray_diff_assoc_variation5.phpt15 echo "-- Result of comparing integers and floating point numbers: --\n";
19 echo "-- Result of comparing integers and strings containing an integers : --\n";
23 echo "-- Result of comparing integers and strings containing floating points : --\n";
27 echo "-- Result of comparing floating points and strings containing integers : --\n";
39 echo "-- Result of comparing more than two arrays: --\n";
46 -- Result of comparing integers and floating point numbers: --
55 -- Result of comparing integers and strings containing an integers : --
64 -- Result of comparing integers and strings containing floating points : --
85 -- Result of comparing floating points and strings containing integers : --
94 -- Result of comparing floating points and strings containing floating point: --
[all …]
H A Darray_intersect_uassoc_variation5.phpt21 echo "\n-- Result of integers and floating point intersection --\n";
24 echo "\n-- Result of integers and strings containing integers intersection --\n";
27 echo "\n-- Result of integers and strings containing floating points intersection --\n";
33 -- Result of integers and floating point intersection --
41 -- Result of integers and strings containing integers intersection --
49 -- Result of integers and strings containing floating points intersection --
H A Darray_intersect_uassoc_variation7.phpt21 echo "\n-- Result of strings containing integers intersection --\n";
24 echo "\n-- Result of strings containing floating points intersection --\n";
27 echo "\n-- Result of strings containing integers and strings containing floating points intersectio…
33 -- Result of strings containing integers intersection --
39 -- Result of strings containing floating points intersection --
45 -- Result of strings containing integers and strings containing floating points intersection --
H A Darray_intersect_ukey_variation5.phpt22 echo "\n-- Result of integers and floating point intersection --\n";
25 echo "\n-- Result of integers and strings containing integers intersection --\n";
28 echo "\n-- Result of integers and strings containing floating points intersection --\n";
34 -- Result of integers and floating point intersection --
42 -- Result of integers and strings containing integers intersection --
50 -- Result of integers and strings containing floating points intersection --
H A Darray_intersect_ukey_variation7.phpt22 echo "\n-- Result of strings containing integers intersection --\n";
25 echo "\n-- Result of strings containing floating points intersection --\n";
28 echo "\n-- Result of strings containing integers and strings containing floating points intersectio…
34 -- Result of strings containing integers intersection --
42 -- Result of strings containing floating points intersection --
50 -- Result of strings containing integers and strings containing floating points intersection --
H A Darray_intersect_uassoc_variation6.phpt20 echo "\n-- Result of floating points and strings containing integers intersection --\n";
23 echo "\n-- Result of floating points and strings containing floating point intersection --\n";
29 -- Result of floating points and strings containing integers intersection --
37 -- Result of floating points and strings containing floating point intersection --
H A Darray_intersect_ukey_variation6.phpt21 echo "\n-- Result of floating points and strings containing integers intersection --\n";
24 echo "\n-- Result of floating points and strings containing floating point intersection --\n";
30 -- Result of floating points and strings containing integers intersection --
38 -- Result of floating points and strings containing floating point intersection --
H A Darray_diff_uassoc_variation6.phpt20 echo "\n-- Result of comparing floating points and strings containing integers --\n";
24 echo "\n-- Result of comparing floating points and strings containing floating point --\n";
32 -- Result of comparing floating points and strings containing integers --
38 -- Result of comparing floating points and strings containing floating point --
/php-src/ext/gd/tests/
H A Dbug79676.phpt9 echo "$desc - Test Result: ",
25 No scaling - Test Result: pass
26 Scale 200%, default mode - Test Result: pass
27 Scale 50%, default mode - Test Result: pass
28 Scale 200%, IMG_BICUBIC mode - Test Result: pass
29 Scale 50%, IMG_BICUBIC mode - Test Result: pass
/php-src/ext/ldap/
H A Dldap.stub.php657 function ldap_free_result(LDAP\Result $result): bool {}
659 function ldap_count_entries(LDAP\Connection $ldap, LDAP\Result $result): int {}
661 function ldap_first_entry(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false {}
669 function ldap_get_entries(LDAP\Connection $ldap, LDAP\Result $result): array|false {}
706 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
710 …n ldap_delete_ext(LDAP\Connection $ldap, string $dn, ?array $controls = null): LDAP\Result|false {}
716 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
727 …ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
748 function ldap_count_references(LDAP\Connection $ldap, LDAP\Result $result): int {}
750 …function ldap_first_reference(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false …
[all …]
/php-src/ext/standard/tests/network/
H A Dgetmxrr.phpt21 echo "Result: " . ($result ? "true" : "false")
27 Result: true, hosts: 1, weights: 1
28 Result: true, hosts: 2, weights: 2
29 Result: false, hosts: 0, weights: 0
/php-src/ext/odbc/tests/
H A Dodbc_tables_001.phpt30 object(Odbc\Result)#%d (%d) {
33 object(Odbc\Result)#%d (%d) {
37 object(Odbc\Result)#%d (%d) {
41 object(Odbc\Result)#%d (%d) {

Completed in 212 milliseconds

1234