Home
last modified time | relevance | path

Searched refs:number (Results 576 – 600 of 636) sorted by relevance

1...<<212223242526

/PHP-7.4/docs/
H A Drelease-process.md272 * You can run `php bin/bumpRelease 7 4` where the first number is the major
273 version, and the second number is the minor version (7.4 in this example).
278 2. Update `phpweb/include/version.inc` (X_Y=major_minor release number):
347 2. Update `phpweb/include/version.inc` (X_Y=major_minor release number):
H A Dself-contained-extensions.md73 arbitrary number of source files here.
/PHP-7.4/ext/standard/tests/strings/
H A Dstrlen.phpt128 /* Greater number of args than expected */
H A Dstripslashes_variation2.phpt81 // string with hexadecimal number
/PHP-7.4/Zend/
H A DREADME.md52 `<OPCODE-NUMBER>` is a opcode number (0, 1, ...)
/PHP-7.4/
H A DUPGRADING53 . BCMath functions will now warn if a non well-formed number is passed, such
91 thrown if the number of requested bytes is less than *or equal to* zero,
723 - An inode number is delivered and is based on the NTFS file index.
724 - The device number is now based on the volume serial number.
748 A number of extensions have been migrated to exclusively use pkg-config for the
/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation4.phpt16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation2-win32.phpt16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation2.phpt16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation3.phpt16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation3-win32.phpt16 fwrite() returns the number of bytes written or FALSE on error
/PHP-7.4/ext/standard/tests/array/
H A Darray_slice.phpt32 echo"\n*** Output for invalid number of Arguments ***\n";
100 *** Output for invalid number of Arguments ***
H A Darray_change_key_case.phpt9 The function will leave number indices as is.
H A Deach.phpt86 /* unexpected number of arguments */
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt326 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
328 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE11 the version number 2.1.]
98 programs enables a greater number of people to use a large body of
418 Each version is given a distinguishing version number. If the Library
419 specifies a version number of this License which applies to it and
423 license version number, you may choose any version ever published by
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE11 the version number 2.1.]
100 programs enables a greater number of people to use a large body of
422 Each version is given a distinguishing version number. If the Library
423 specifies a version number of this License which applies to it and
427 license version number, you may choose any version ever published by
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2176 # number of partitions
6223 # number of records
6396 # f_magic - magic number
6436 # f_nscns - number of sections
12777 # search range = number of tables * 16 =< maximal number of tables * 16 = 27 * 16 = 432
21173 # main revision number
21685 # number of CFFOLDER entries
23137 # Mach magic number info
23140 # I386 magic number info
28252 # this magic number)
[all …]
H A Dmagic2176 # number of partitions
6223 # number of records
6396 # f_magic - magic number
6436 # f_nscns - number of sections
12777 # search range = number of tables * 16 =< maximal number of tables * 16 = 27 * 16 = 432
21173 # main revision number
21685 # number of CFFOLDER entries
23137 # Mach magic number info
23140 # I386 magic number info
28252 # this magic number)
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4555 if (ng->number == cb->bracount) break; in parse_regex()
4564 else if (ng->number == cb->bracount) in parse_regex()
4600 cb->named_groups[cb->names_found].number = cb->bracount; in parse_regex()
6135 PUT2INC(code, 0, oc->number); in compile_branch()
6249 PUT2(code, 2+LINK_SIZE, ng->number); in compile_branch()
6250 if (ng->number > cb->top_backref) cb->top_backref = ng->number; in compile_branch()
6667 groupnumber = ng->number; in compile_branch()
8039 capitem.number = capnumber; in compile_regex()
9198 group = ng->number; in get_branchlength()
10081 fprintf(stderr, "+++%3d %.*s\n", ng->number, ng->length, ng->name); in pcre2_compile()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dbind_char_1.phpt24 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
H A Dbind_char_1_11gR1.phpt26 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
H A Dimp_res_1.phpt26 "create table imp_res_1_tab_1 (c1 number, c2 varchar2(10))",
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt58 …1. But the MySQL 5.1 manual states: Truncation operations do not return the number of deleted rows.

Completed in 193 milliseconds

1...<<212223242526