Home
last modified time | relevance | path

Searched refs:points (Results 26 – 50 of 50) sorted by relevance

12

/PHP-7.3/ext/standard/tests/strings/
H A Dbug39873.phpt2 Bug #39873 (number_format() breaks with locale & decimal points)
/PHP-7.3/tests/lang/
H A Dstring_decimals_001.phpt2 String conversion with multiple decimal points
/PHP-7.3/ext/opcache/tests/
H A Dissue0149.phpt2 ISSUE #149 (Phar mount points not working this OPcache enabled)
/PHP-7.3/ext/gd/tests/
H A Dimagepolygon_basic.phpt11 /* Prototype : bool imagepolygon ( resource $image , array $points , int $num_points , int $co…
/PHP-7.3/ext/standard/tests/file/
H A Dfwrite_variation1-win32-mb.phpt66 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
67 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
H A Dfwrite_variation1-win32.phpt66 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
67 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
H A Dfwrite_variation1.phpt65 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
66 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
/PHP-7.3/ext/phar/tests/
H A Dcreate_path_error.phpt38 …"\xFC\x81\x81\x81\x81pro.ttf", //RFC 3629 limited char points to 0000-10FFFF aka 5 byte utf-8 not …
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_bp.c1487 HashTable *points; in phpdbg_print_breakpoints() local
1491 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], points) { in phpdbg_print_breakpoints()
1494 ZEND_HASH_FOREACH_PTR(points, brake) { in phpdbg_print_breakpoints()
1501 HashTable *points; in phpdbg_print_breakpoints() local
1505 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING], points) { in phpdbg_print_breakpoints()
1508 ZEND_HASH_FOREACH_PTR(points, brake) { in phpdbg_print_breakpoints()
/PHP-7.3/ext/standard/tests/general_functions/
H A Dis_numeric.phpt70 2.00000000000000000000001, // a float value with more precision points
H A Dgettype_settype_variation1.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation6.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation8.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation7.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation5.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation2.phpt107 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation3.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation4.phpt111 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-7.3/ext/gd/
H A Dgd.c588 ZEND_ARG_INFO(0, points) /* ARRAY_INFO(0, points, 0) */
595 ZEND_ARG_INFO(0, points) /* ARRAY_INFO(0, points, 0) */
602 ZEND_ARG_INFO(0, points) /* ARRAY_INFO(0, points, 0) */
3430 gdPointPtr points; in php_imagepolygon() local
3458 points = (gdPointPtr) safe_emalloc(npoints, sizeof(gdPoint), 0); in php_imagepolygon()
3462 points[i].x = zval_get_long(var); in php_imagepolygon()
3465 points[i].y = zval_get_long(var); in php_imagepolygon()
3475 gdImageOpenPolygon(im, points, npoints, col); in php_imagepolygon()
3478 gdImagePolygon(im, points, npoints, col); in php_imagepolygon()
3481 gdImageFilledPolygon(im, points, npoints, col); in php_imagepolygon()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md314 All non-Unicode encodings are handled by converting their code points to the appropriate
315 Unicode-equivalent code points, and then matching according to Unicode rules.
332 All non-Unicode encodings are handled by converting their code points to the appropriate
333 Unicode-equivalent code points, and then matching according to Unicode rules.
591 code-points by number, using up to four hexadecimal digits (up to `\uFFFF`). So,
594 For code points larger than four digits, like the emoji `��` (aerial tramway, or code
747 the _opposite_ of `\y`, that is, a zero-width position between code points in
967 If this flag is set, then invalid code points at the end of range in character class are allowed.
/PHP-7.3/
H A DREADME.SELF-CONTAINED-EXTENSIONS157 points to be regarded.
/PHP-7.3/ext/standard/html_tables/mappings/
H A DROMAN.TXT114 # at code points 0x11-0x14 for transient use by the Menu Manager.
116 # text, and the associated code points are not generally
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2791 - } else { /* just print what it points to */
3409 - /* Avoid MAGIC constant - it likely points to a file within MSys tree */
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic11625 # dfDriverInfo points to postscript information section
12053 # won't actually be shared, executables with entry points <4096).
19138 …e drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces or points in name field
23118 # jump relative 22 ( 8 + 16) bytes forward points after end of file or to
H A Dmagic私はガラスを食べられます11625 # dfDriverInfo points to postscript information section
12053 # won't actually be shared, executables with entry points <4096).
19138 …e drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces or points in name field
23118 # jump relative 22 ( 8 + 16) bytes forward points after end of file or to

Completed in 185 milliseconds

12