/php-src/ext/standard/tests/math/ |
H A D | pow_basic.phpt | 51 ..... 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 D | pow_basic_64bit.phpt | 51 ..... 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 D | odbc.stub.php | 18 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 D | odbc_arginfo.h | 8 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) 61 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0) 66 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0) 71 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0) 76 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0) 93 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0) 98 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0) [all …]
|
/php-src/Zend/tests/in-de-crement/ |
H A D | incdec_strings.phpt | 27 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 D | incdec_types.phpt | 28 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 D | collator_sort_variant2.phpt | 110 Result: true 118 Result: true 126 Result: true 134 Result: true 142 Result: true 150 Result: true 158 Result: true 166 Result: true 174 Result: true 182 Result: true [all …]
|
H A D | collator_asort_variant2.phpt | 144 Result: true 152 Result: true 160 Result: true 169 Result: true 177 Result: true 185 Result: true 193 Result: true 201 Result: true 209 Result: true 217 Result: true [all …]
|
H A D | collator_sort_with_sort_keys_variant2.phpt | 100 Result: true 108 Result: true 116 Result: true 124 Result: true 132 Result: true 140 Result: true 148 Result: true 156 Result: true 164 Result: true 173 Result: true [all …]
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 551 function pg_num_rows(PgSql\Result $result): int {} 557 function pg_numrows(PgSql\Result $result): int {} 559 function pg_num_fields(PgSql\Result $result): int {} 565 function pg_numfields(PgSql\Result $result): int {} 567 function pg_affected_rows(PgSql\Result $result): int {} 573 function pg_cmdtuples(PgSql\Result $result): int {} 594 function pg_fieldsize(PgSql\Result $result, int $field): int {} 681 function pg_free_result(PgSql\Result $result): bool {} 687 function pg_freeresult(PgSql\Result $result): bool {} 957 function pg_result_memory_size(PgSql\Result $result): int {} [all …]
|
/php-src/ext/standard/tests/array/ |
H A D | array_diff_assoc_variation5.phpt | 15 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 D | array_intersect_uassoc_variation5.phpt | 21 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 D | array_intersect_uassoc_variation7.phpt | 21 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 D | array_intersect_ukey_variation5.phpt | 22 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 D | array_intersect_ukey_variation7.phpt | 22 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 D | array_intersect_uassoc_variation6.phpt | 20 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 D | array_intersect_ukey_variation6.phpt | 21 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 D | array_diff_uassoc_variation6.phpt | 20 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 --
|
H A D | array_diff_uassoc_variation8.phpt | 20 echo "\n-- Result of comparing integers and strings containing an integers --\n"; 24 echo "\n-- Result of comparing integers and strings containing floating points --\n"; 32 -- Result of comparing integers and strings containing an integers -- 40 -- Result of comparing integers and strings containing floating points --
|
H A D | array_shift_variation6.phpt | 17 echo "Result: "; 26 echo "Result: "; 39 Result: string(4) "zero" 58 Result: string(3) "one"
|
/php-src/ext/gd/tests/ |
H A D | bug79676.phpt | 9 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 D | ldap.stub.php | 657 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 D | getmxrr.phpt | 21 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 D | odbc_tables_001.phpt | 30 object(Odbc\Result)#%d (%d) { 33 object(Odbc\Result)#%d (%d) { 37 object(Odbc\Result)#%d (%d) { 41 object(Odbc\Result)#%d (%d) {
|
/php-src/ext/ldap/tests/ |
H A D | ldap_bind_ext.phpt | 48 object(LDAP\Result)#%d (0) { 55 object(LDAP\Result)#%d (0) { 62 object(LDAP\Result)#%d (0) { 69 object(LDAP\Result)#%d (0) {
|