Searched refs:inf (Results 1 – 25 of 26) sorted by relevance
12
/PHP-8.2/ext/standard/tests/math/ |
H A D | bug45712.phpt | 26 $inf = pow(0,-2); 27 var_dump($inf); 30 var_dump($inf==''); 31 var_dump($inf==0.5); 32 var_dump($inf==50); 33 var_dump($inf=='500'); 35 var_dump($inf==$inf); 37 var_dump($inf===''); 38 var_dump($inf===0.5); 39 var_dump($inf===50); [all …]
|
/PHP-8.2/ext/spl/tests/ |
H A D | observer_006.phpt | 94 ["inf"]=> 104 ["inf"]=> 126 ["inf"]=> 136 ["inf"]=> 154 ["inf"]=> 164 ["inf"]=> 174 ["inf"]=> 185 ["inf"]=> 213 ["inf"]=> 223 ["inf"]=> [all …]
|
H A D | observer_004.phpt | 73 ["inf"]=> 83 ["inf"]=> 105 ["inf"]=> 115 ["inf"]=>
|
H A D | SplObjectStorage_unserialize_reference.phpt | 25 ["inf"]=> 38 ["inf"]=>
|
H A D | SplObjectStorage_unserialize_nested.phpt | 34 ["inf"]=> 42 ["inf"]=>
|
H A D | bug49263.phpt | 28 ["inf"]=> 42 ["inf"]=>
|
H A D | observer_005.phpt | 121 ["inf"]=> 137 ["inf"]=> 189 ["inf"]=> 205 ["inf"]=>
|
H A D | SplObjectStorage_unserialize_bad.phpt | 34 ["inf"]=> 42 ["inf"]=>
|
H A D | SplObjectStorage_var_dump.phpt | 19 ["inf"]=>
|
H A D | bug70168.phpt | 27 ["inf"]=>
|
H A D | gh14687.phpt | 44 ["inf"]=>
|
H A D | SplObjectStorage_coalesce.phpt | 79 ["inf"]=> 87 ["inf"]=>
|
/PHP-8.2/ext/spl/ |
H A D | spl_observer.c | 66 zval inf; member 142 if (inf) { in spl_object_storage_create_element() 143 ZVAL_COPY(&pelement->inf, inf); in spl_object_storage_create_element() 163 if (inf) { in spl_object_storage_attach_handle() 164 ZVAL_COPY(&pelement->inf, inf); in spl_object_storage_attach_handle() 199 ZVAL_COPY(&pelement->inf, inf); in spl_object_storage_attach() 211 if (inf) { in spl_object_storage_attach() 212 ZVAL_COPY(&element.inf, inf); in spl_object_storage_attach() 385 return zend_compare(&s1->inf, &s2->inf); in spl_object_storage_compare_info() 751 ZVAL_COPY(&element->inf, inf); in PHP_METHOD() [all …]
|
/PHP-8.2/ext/phar/phar/ |
H A D | clicommand.inc | 77 … if (strlen($arg) && !isset($inf['val']) && isset($inf['required']) && $inf['required']) { 244 $inf = ""; 258 $inf .= $this->cli_wordwrap($sp . $arg . $conf['inf'], $l2, $sp2) . "\n"; 272 if (strlen($inf)) { 313 $inf = "Commands:"; 315 $ind = strlen($inf) + 1; 325 if (isset($funcs['inf'])) { 326 … $inf .= $this->cli_wordwrap(call_user_func(array($this, $funcs['inf'])), $l, $sp) . "\n"; 328 $inf .= "\n"; 330 $inf .= "\n"; [all …]
|
H A D | pharcommand.inc | 63 'inf' => '<alias> Provide an alias name for the phar file.' 74 'inf' => '<algo> Compression algorithm.', 89 'inf' => '<file> Specifies the phar file to work on.' 94 'inf' => '<method> Selects the hash algorithm.', 100 'inf' => '<regex> Specifies a regular expression for input files.' 105 'inf' => '<index> Subscription index to work on.', 132 'inf' => '<stub> Select the stub file.' 137 'inf' => '<regex> Regular expression for input files to exclude.' 142 'inf' => '<key> Private key for OpenSSL signing.', 758 * @return string What inf does [all …]
|
/PHP-8.2/ext/pgsql/tests/ |
H A D | bug68638.phpt | 22 var_dump(pg_update($conn,$table, array('value' => 'inf'), array('id' => 1), PGSQL_DML_STRING)); 24 pg_update($conn,$table, array('value' => 'inf'), array('id' => 1)); 25 pg_update($conn,$table, array('value' => '-inf'), array('id' => 2)); 26 pg_update($conn,$table, array('value' => '+inf'), array('id' => 3)); 37 string(52) "UPDATE "test_68638" SET "value"=E'inf' WHERE "id"=1;"
|
/PHP-8.2/ext/json/tests/ |
H A D | inf_nan_error.phpt | 6 $inf = INF; 8 var_dump($inf); 10 var_dump(json_encode($inf)); 13 var_dump(json_encode($inf, JSON_PARTIAL_OUTPUT_ON_ERROR));
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | range_bug70239_1.phpt | 12 Invalid range supplied: start=inf end=inf
|
H A D | range_bug70239_0.phpt | 12 Invalid range supplied: start=0 end=inf
|
/PHP-8.2/tests/lang/ |
H A D | bug28800.phpt | 2 Bug #28800 (Incorrect string to number conversion for strings starting with 'inf') 5 $strings = array('into', 'info', 'inf', 'infinity', 'infin', 'inflammable');
|
H A D | bug73329.phpt | 8 (float)"inf",
|
/PHP-8.2/ext/standard/tests/serialize/ |
H A D | precision.phpt | 22 "0000000000000f7f", //+inf 23 "0000000000000fff", //-inf
|
H A D | SplObjectStorage_object_reference.phpt | 25 ["inf"]=>
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | bug27678.phpt | 10 var_dump(strlen($num) == 3); // $num == 'inf'
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 26360 !:mime application/x-os2-inf 26361 !:ext inf 34040 !:ext inf 34046 !:ext inf 34050 !:ext inf 34110 !:ext inf 34121 !:ext ini/inf 34129 !:ext inf 34132 !:ext inf 34135 !:ext inf [all …]
|
Completed in 82 milliseconds
12