/PHP-8.2/ext/standard/tests/strings/ |
H A D | explode_variation5.phpt | 2 Test explode() function : usage variations - positive and negative limits 6 echo "*** Testing explode() function: positive and negative limits ***\n"; 9 echo "\n-- positive limit --\n"; 19 *** Testing explode() function: positive and negative limits *** 21 -- positive limit --
|
H A D | sprintf_variation10.phpt | 14 2147483647, // max positive integer value 21 0x7fffffff, // max positive integer as hexadecimal 22 0x7FFFFFFF, // max positive integer as hexadecimal 26 017777777777 // max positive integer as octal
|
H A D | sprintf_variation28.phpt | 20 2147483647, // max positive integer value 27 0x7fffffff, // max positive integer as hexadecimal 28 0x7FFFFFFF, // max positive integer as hexadecimal 32 017777777777 // max positive integer as octal
|
H A D | sprintf_variation28_64bit.phpt | 16 2147483647, // max positive integer value 23 0x7fffffff, // max positive integer as hexadecimal 24 0x7FFFFFFF, // max positive integer as hexadecimal 28 017777777777 // max positive integer as octal
|
H A D | sprintf_variation3.phpt | 14 2147483647, // max positive integer value 21 0x7fffffff, // max positive integer as hexadecimal 22 0x7FFFFFFF, // max positive integer as hexadecimal 26 017777777777 // max positive integer as octal
|
H A D | sprintf_variation40.phpt | 20 2147483647, // max positive integer value 27 0x7fffffff, // max positive integer as hexadecimal 28 0x7FFFFFFF, // max positive integer as hexadecimal 32 017777777777 // max positive integer as octal
|
H A D | sprintf_variation40_64bit.phpt | 16 2147483647, // max positive integer value 23 0x7fffffff, // max positive integer as hexadecimal 24 0x7FFFFFFF, // max positive integer as hexadecimal 28 017777777777 // max positive integer as octal
|
H A D | explode_variation6.phpt | 10 echo "\n-- positive limit with null separator --\n"; 40 -- positive limit with null separator --
|
H A D | sprintf_variation34.phpt | 20 2147483647, // max positive integer value 27 0x7fffffff, // max positive integer as hexadecimal 28 0x7FFFFFFF, // max positive integer as hexadecimal 32 017777777777 // max positive integer as octal
|
H A D | sprintf_variation46.phpt | 14 2147483647, // max positive integer value 21 0x7fffffff, // max positive integer as hexadecimal 22 0x7FFFFFFF, // max positive integer as hexadecimal 26 017777777777 // max positive integer as octal
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_strripos_empty_needle.phpt | 17 echo "\n-- ASCII string with in range positive offset --\n"; 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 41 echo "\n-- Multi-byte string with in range positive offset --\n"; 47 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 66 -- ASCII string with in range positive offset -- 72 -- ASCII string with out of bound positive offset -- 81 -- Multi-byte string with in range positive offset -- 87 -- Multi-byte string with out of bound positive offset --
|
H A D | mb_strrpos_empty_needle.phpt | 17 echo "\n-- ASCII string with in range positive offset --\n"; 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 41 echo "\n-- Multi-byte string with in range positive offset --\n"; 47 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 66 -- ASCII string with in range positive offset -- 72 -- ASCII string with out of bound positive offset -- 81 -- Multi-byte string with in range positive offset -- 87 -- Multi-byte string with out of bound positive offset --
|
H A D | mb_stripos_empty_needle.phpt | 17 echo "\n-- ASCII string with in range positive offset --\n"; 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 41 echo "\n-- Multi-byte string with in range positive offset --\n"; 47 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 66 -- ASCII string with in range positive offset -- 72 -- ASCII string with out of bound positive offset -- 81 -- Multi-byte string with in range positive offset -- 87 -- Multi-byte string with out of bound positive offset --
|
H A D | mb_strpos_empty_needle.phpt | 17 echo "\n-- ASCII string with in range positive offset --\n"; 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 40 echo "\n-- Multi-byte string with in range positive offset --\n"; 46 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 65 -- ASCII string with in range positive offset -- 71 -- ASCII string with out of bound positive offset -- 80 -- Multi-byte string with in range positive offset -- 86 -- Multi-byte string with out of bound positive offset --
|
/PHP-8.2/Zend/tests/ |
H A D | break_error_001.phpt | 2 'break' error (non positive integers) 10 Fatal error: 'break' operator accepts only positive integers in %sbreak_error_001.php on line 3
|
H A D | bug70804.phpt | 2 Bug #70804 (Unary add on negative zero produces positive zero)
|
/PHP-8.2/Zend/tests/fibers/ |
H A D | negative_stack_size.phpt | 2 fiber.stack_size must be a positive number 15 Warning: fiber.stack_size must be a positive number in %snegative_stack_size.php on line 2
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | var_export_basic1.phpt | 19 '2147483647' => 2147483647, // max positive integer value 26 "'0x7fffffff'" => '0x7fffffff', // max positive integer as hexadecimal 27 "0x7FFFFFFF" => 0x7FFFFFFF, // max positive integer as hexadecimal 31 "017777777777" => 017777777777, // max positive integer as octal
|
H A D | var_export_basic1_32.phpt | 19 '2147483647' => 2147483647, // max positive integer value 26 "'0x7fffffff'" => '0x7fffffff', // max positive integer as hexadecimal 27 "0x7FFFFFFF" => 0x7FFFFFFF, // max positive integer as hexadecimal 31 "017777777777" => 017777777777, // max positive integer as octal
|
H A D | intval.phpt | 17 2147483647, // max positive integer value 24 '0x7fffffff', // max positive integer as hexadecimal 25 0x7FFFFFFF, // max positive integer as hexadecimal 29 017777777777, // max positive integer as octal 76 '0x800000001', // float value, beyond max positive int 77 '020000000001', // float value, beyond max positive int
|
H A D | strval.phpt | 33 2147483647, // max positive integer value 42 0x7fffffff, // max positive integer as hexadecimal 43 0x7FFFFFFF, // max positive integer as hexadecimal 47 017777777777, // max positive integer as octal 51 0x800000001, // float value, beyond max positive int 52 020000000001, // float value, beyond max positive int
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | shuffle_variation3.phpt | 14 // array with positive int values 20 // array with positive float values 32 // array with positive hexa values 38 // array with positive octal values
|
H A D | shuffle_variation4.phpt | 14 // array with positive int values 20 // array with positive float values 32 // array with positive hexa values 38 // array with positive octal values
|
/PHP-8.2/ext/gmp/tests/ |
H A D | gmp_random_seed.phpt | 58 // positive int 70 // positive gmp 97 // large positive gmp
|
/PHP-8.2/ext/opcache/tests/ |
H A D | bug76711.phpt | 2 Bug #76711 OPcache enabled triggers false-positive "Illegal string offset"
|