Home
last modified time | relevance | path

Searched refs:inf (Results 1 – 23 of 23) sorted by relevance

/php-src/ext/standard/tests/math/
H A Dbug45712.phpt26 $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-src/ext/spl/tests/
H A Dobserver_006.phpt94 ["inf"]=>
104 ["inf"]=>
126 ["inf"]=>
136 ["inf"]=>
154 ["inf"]=>
164 ["inf"]=>
174 ["inf"]=>
185 ["inf"]=>
213 ["inf"]=>
223 ["inf"]=>
[all …]
H A Dobserver_004.phpt73 ["inf"]=>
83 ["inf"]=>
105 ["inf"]=>
115 ["inf"]=>
H A Dobserver_005.phpt121 ["inf"]=>
137 ["inf"]=>
189 ["inf"]=>
205 ["inf"]=>
/php-src/ext/spl/
H A Dspl_observer.c66 zval inf; member
141 if (inf) { in spl_object_storage_create_element()
142 ZVAL_COPY(&pelement->inf, inf); in spl_object_storage_create_element()
162 if (inf) { in spl_object_storage_attach_handle()
163 ZVAL_COPY(&pelement->inf, inf); in spl_object_storage_attach_handle()
196 ZVAL_COPY(&pelement->inf, inf); in spl_object_storage_attach()
208 if (inf) { in spl_object_storage_attach()
209 ZVAL_COPY(&element.inf, inf); in spl_object_storage_attach()
380 return zend_compare(&s1->inf, &s2->inf); in spl_object_storage_compare_info()
745 ZVAL_COPY(&element->inf, inf); in PHP_METHOD()
[all …]
/php-src/ext/phar/phar/
H A Dclicommand.inc77 … 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 Dpharcommand.inc63 '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-src/ext/pgsql/tests/
H A Dbug68638.phpt22 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));
44 string(52) "UPDATE "test_68638" SET "value"=E'inf' WHERE "id"=1;"
/php-src/ext/json/tests/
H A Dinf_nan_error.phpt6 $inf = INF;
8 var_dump($inf);
10 var_dump(json_encode($inf));
13 var_dump(json_encode($inf, JSON_PARTIAL_OUTPUT_ON_ERROR));
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_reference.phpt25 ["inf"]=>
38 ["inf"]=>
H A DSplObjectStorage_unserialize_nested.phpt34 ["inf"]=>
42 ["inf"]=>
H A Dbug49263.phpt28 ["inf"]=>
42 ["inf"]=>
H A DSplObjectStorage_unserialize_bad.phpt34 ["inf"]=>
42 ["inf"]=>
H A DSplObjectStorage_var_dump.phpt20 ["inf"]=>
H A Dbug70168.phpt27 ["inf"]=>
H A DSplObjectStorage_coalesce.phpt79 ["inf"]=>
87 ["inf"]=>
/php-src/tests/lang/
H A Dbug28800.phpt2 Bug #28800 (Incorrect string to number conversion for strings starting with 'inf')
5 $strings = array('into', 'info', 'inf', 'infinity', 'infin', 'inflammable');
H A Dbug73329.phpt8 (float)"inf",
/php-src/ext/standard/tests/serialize/
H A Dprecision.phpt23 "0000000000000f7f", //+inf
24 "0000000000000fff", //-inf
H A DSplObjectStorage_object_reference.phpt25 ["inf"]=>
/php-src/ext/standard/tests/general_functions/
H A Dbug27678.phpt10 var_dump(strlen($num) == 3); // $num == 'inf'
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます30838 !:ext inf
39410 !:ext inf
39416 !:ext inf
39420 !:ext inf
39503 !:ext inf
39530 # like: hdaudio.inf iscsi.inf spaceport.inf tpm.inf usbhub3.inf UVncVirtualDisplay.inf
39531 !:ext inf
39534 # like: arduino_gemma.inf iis.inf MSM8960.inf
39535 !:ext inf
39538 # like: atiixpag.inf mdmnokia.inf netefe32.inf rdpbus.inf
[all …]
H A Dmagic30838 !:ext inf
39410 !:ext inf
39416 !:ext inf
39420 !:ext inf
39503 !:ext inf
39530 # like: hdaudio.inf iscsi.inf spaceport.inf tpm.inf usbhub3.inf UVncVirtualDisplay.inf
39531 !:ext inf
39534 # like: arduino_gemma.inf iis.inf MSM8960.inf
39535 !:ext inf
39538 # like: atiixpag.inf mdmnokia.inf netefe32.inf rdpbus.inf
[all …]

Completed in 216 milliseconds