Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/standard/tests/file/
H A Dfwrite_variation1.phpt50 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
51 var_dump( feof($file_handle) ); // ensure that feof() points to eof, expected: true
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c1478 HashTable *points; in phpdbg_print_breakpoints() local
1482 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], points) { in phpdbg_print_breakpoints()
1485 ZEND_HASH_FOREACH_PTR(points, brake) { in phpdbg_print_breakpoints()
1492 HashTable *points; in phpdbg_print_breakpoints() local
1496 ZEND_HASH_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING], points) { in phpdbg_print_breakpoints()
1499 ZEND_HASH_FOREACH_PTR(points, brake) { in phpdbg_print_breakpoints()
/PHP-8.1/ext/standard/tests/general_functions/
H A Dis_numeric.phpt66 2.00000000000000000000001, // a float value with more precision points
H A Dgettype_settype_variation1.phpt93 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation8.phpt93 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation6.phpt93 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation5.phpt82 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation7.phpt93 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation2.phpt97 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation3.phpt91 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation4.phpt100 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-8.1/ext/gd/
H A Dgd.c2722 gdPointPtr points; in php_imagepolygon() local
2756 points = (gdPointPtr) safe_emalloc(npoints, sizeof(gdPoint), 0); in php_imagepolygon()
2760 points[i].x = zval_get_long(var); in php_imagepolygon()
2763 points[i].y = zval_get_long(var); in php_imagepolygon()
2773 gdImageOpenPolygon(im, points, npoints, col); in php_imagepolygon()
2776 gdImagePolygon(im, points, npoints, col); in php_imagepolygon()
2779 gdImageFilledPolygon(im, points, npoints, col); in php_imagepolygon()
2783 efree(points); in php_imagepolygon()
H A Dgd_arginfo.h399 ZEND_ARG_TYPE_INFO(0, points, IS_ARRAY, 0)
/PHP-8.1/docs/
H A Dself-contained-extensions.md162 points to be regarded.
/PHP-8.1/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-8.1/ext/mbstring/tests/data/
H A DEmojiSources.txt9 # This file provides historical mappings between Unicode code points and sequences on one hand
H A DMacJapanese-SJIS.txt97 # code points that are unassigned in Shift-JIS. Certain Mac OS
128 # onto Shift-JIS code points 0x8140-0xEFFC. The original JIS
129 # X0208 characters have code points in the range 0x2121 to
133 # - A user-defined range using Shift-JIS code points
134 # 0xF040-0xFCFC, providing 2444 code points.
151 # five one-byte code points unassigned. Mac OS Japanese assigns
161 # Many JIS X0208 code points are unassigned; these correspond to
162 # many unassigned code points in Shift-JIS. Many implementations
164 # these code points. The standard Mac OS Japanese additions are:
179 # code points, and so most of these characters are also found
H A DKSX1001.txt64 # To get EUC Korean(EUC-KR) code points, add 0x8080.
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch2057 - } else { /* just print what it points to */
2604 - /* Avoid MAGIC constant - it likely points to a file within MSys tree */
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc2568 /* Keep 32 exit points in a single code block */
2570 #define ZEND_JIT_EXIT_POINTS_PER_GROUP 32 // number of continuous exit points
2996 /* Emit veneers table for exit points (B instruction for each exit number) */
15494 /* Use exit points table */
H A Dzend_jit_x86.dasc2590 /* Keep 32 exit points in a single code block */
2592 #define ZEND_JIT_EXIT_POINTS_PER_GROUP 32 // number of continuous exit points
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic13774 # dfDriverInfo points to postscript information section
13907 # face size in points 3-72 SLSS03CG.FNT H1CELT72.FNT
14359 # won't actually be shared, executables with entry points <4096).
23507 …e drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces or points in name field
29062 # jump relative 22 ( 8 + 16) bytes forward points after end of file or to
H A Dmagic私はガラスを食べられます13774 # dfDriverInfo points to postscript information section
13907 # face size in points 3-72 SLSS03CG.FNT H1CELT72.FNT
14359 # won't actually be shared, executables with entry points <4096).
23507 …e drivers like ASPICD.SYS, btcdrom.sys and Cr_atapi.sys contain only spaces or points in name field
29062 # jump relative 22 ( 8 + 16) bytes forward points after end of file or to

Completed in 279 milliseconds

12