Home
last modified time | relevance | path

Searched refs:number (Results 451 – 475 of 636) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-7.4/ext/oci8/tests/
H A Dconnect_scope_try6.phpt16 "create table scope_try6_tab (c1 number)"
H A Dfield_funcs3.phpt13 "create table field_funcs3_tab(c1_c char(2), c2_v varchar2(2), c3_n number, c4_d date)",
H A Dconnect_scope_try1.phpt16 "create table scope_try1_tab (c1 number)"
H A Dconnect_scope_try5.phpt16 "create table scope_try5_tab (c1 number)"
H A Drefcur_prefetch_4.phpt33 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number, c2 out varchar2);
41 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number, c2 out varchar2) is
H A Dfetch_object_2.phpt17 "create table fetch_object_2_tab (col1 number, col2 CLOB, col3 varchar2(15))",
H A Dlob_001.phpt17 "create table lob_001_tab (id number, b1 blob)",
/PHP-7.4/ext/standard/tests/array/
H A D005.phpt12 $number = 5;
40 var_dump( array_shift($number) );
H A Darray_walk_error2.phpt11 * Testing array_walk() by passing more number of parameters to callback function
H A Darray_walk_recursive_error2.phpt11 * Testing array_walk_recursive() by passing more number of parameters to callback function
H A Darray_map_error.phpt16 // Testing array_map with one less than the expected number of arguments
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_field_seek.phpt90 if ($field->charsetnr != $charsetInfo->number) {
92 $charsetInfo->charset, $charsetInfo->number, $field->charsetnr);
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_following_preceding_isBoundary_error.phpt11 $bi = new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;');
H A Dmsgfmt_format_subpatterns.phpt11 * Format a number using misc locales/patterns.
/PHP-7.4/ext/standard/tests/file/
H A Ddisk_free_space_basic.phpt14 * will return the number of bytes available on the corresponding
H A Dfile.inc201 Description: Creates given number of files with specified mode and
210 $permission = An octal number, This should be similar to $mode
323 Description: Creates given number of links with specified mode and
330 $link_perms = An octal number, This should be similar to $mode
451 Description: Deletes given number of files if exists.
455 $count = number of files to be deleted
494 Description: Deletes given number of links if exists. Uses delete_files() function
/PHP-7.4/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt18 //Test gethostbyaddr with one more than the expected number of arguments
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt32 /* check chunks number */
H A Dmb_str_split_ru.phpt32 /* check chunks number */
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc62 * @param int message_count number of test msgs to be written to new mailbox
120 // Add number of test msgs requested
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_basic.phpt12 var_dump(preg_replace('<[0-35-9]>', '4', $string)); //finds any number that's not 4 and replaces it…
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2b.phpt2 PDO OCI: Fetches 10K records from a table that contains 1 number and 2 LOB columns (stress test)
/PHP-7.4/ext/standard/
H A Dbasic_functions.c1599 ZEND_ARG_INFO(0, number)
1603 ZEND_ARG_INFO(0, number)
1607 ZEND_ARG_INFO(0, number)
1611 ZEND_ARG_INFO(0, number)
1617 ZEND_ARG_INFO(0, number)
1621 ZEND_ARG_INFO(0, number)
1625 ZEND_ARG_INFO(0, number)
1629 ZEND_ARG_INFO(0, number)
1633 ZEND_ARG_INFO(0, number)
1637 ZEND_ARG_INFO(0, number)
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dwordwrap_variation5.phpt6 * Description: Wraps buffer to selected number of characters using string break char
/PHP-7.4/ext/xmlreader/tests/
H A D003-get-errors.phpt47 // Test for call by number for an attribute that doesn't exist

Completed in 78 milliseconds

1...<<11121314151617181920>>...26