Home
last modified time | relevance | path

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

/PHP-7.1/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-7.1/ext/spl/tests/
H A Dobserver_006.phpt96 ["inf"]=>
106 ["inf"]=>
128 ["inf"]=>
138 ["inf"]=>
156 ["inf"]=>
166 ["inf"]=>
176 ["inf"]=>
187 ["inf"]=>
215 ["inf"]=>
225 ["inf"]=>
[all …]
H A Dobserver_004.phpt75 ["inf"]=>
85 ["inf"]=>
107 ["inf"]=>
117 ["inf"]=>
H A DSplObjectStorage_unserialize_nested.phpt33 ["inf"]=>
41 ["inf"]=>
H A Dobserver_005.phpt123 ["inf"]=>
139 ["inf"]=>
191 ["inf"]=>
207 ["inf"]=>
H A Dbug49263.phpt31 ["inf"]=>
45 ["inf"]=>
H A DSplObjectStorage_unserialize_bad.phpt33 ["inf"]=>
41 ["inf"]=>
H A DSplObjectStorage_var_dump.phpt19 ["inf"]=>
H A Dbug70168.phpt28 ["inf"]=>
/PHP-7.1/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.',
746 * @return string What inf does
[all …]
/PHP-7.1/ext/pgsql/tests/
H A Dbug68638.phpt20 var_dump(pg_update($conn,$table, array('value' => 'inf'), array('id' => 1), PGSQL_DML_STRING));
22 pg_update($conn,$table, array('value' => 'inf'), array('id' => 1));
23 pg_update($conn,$table, array('value' => '-inf'), array('id' => 2));
24 pg_update($conn,$table, array('value' => '+inf'), array('id' => 3));
35 string(52) "UPDATE "test_68638" SET "value"=E'inf' WHERE "id"=1;"
/PHP-7.1/ext/spl/
H A Dspl_observer.c96 zval inf; member
179 if (inf) { in spl_object_storage_attach()
180 ZVAL_COPY(&pelement->inf, inf); in spl_object_storage_attach()
189 if (inf) { in spl_object_storage_attach()
190 ZVAL_COPY(&element.inf, inf); in spl_object_storage_attach()
354 if (compare_function(&result, &s1->inf, &s2->inf) == FAILURE) { in spl_object_storage_compare_info()
667 zval *inf; in SPL_METHOD() local
677 ZVAL_COPY(&element->inf, inf); in SPL_METHOD()
761 zval entry, inf; in SPL_METHOD() local
792 ZVAL_UNDEF(&inf); in SPL_METHOD()
[all …]
/PHP-7.1/ext/json/tests/
H A Dinf_nan_error.phpt8 $inf = INF;
10 var_dump($inf);
12 var_dump(json_encode($inf));
15 var_dump(json_encode($inf, JSON_PARTIAL_OUTPUT_ON_ERROR));
/PHP-7.1/ext/spl/internal/
H A Dsplobjectstorage.inc69 function setInfo($inf = NULL)
72 $this->storage[$this->index][1] = $inf;
111 * @param $inf associative information stored along the object
113 function attach($obj, $inf = NULL)
117 $this->storage[] = array($obj, $inf);
141 * @param $inf associative information stored along the object
144 function offsetSet($obj, $inf)
146 $this->attach($obj, $inf);
H A Dmultipleiterator.inc61 * @param $inf associative info forIteraotr, must be NULL, integer or string
63 * @throws IllegalValueException if a inf is none of NULL, integer or string
64 * @throws IllegalValueException if a inf is already an associated info
66 public function attachIterator(Iterator $iter, $inf = NULL)
69 if (!is_null($inf))
71 if (!is_int($inf) && !is_string($inf))
77 if ($inf == $this->iterators->getInfo())
83 $this->iterators->attach($iter, $inf);
/PHP-7.1/ext/standard/tests/array/
H A Drange_bug70239_1.phpt9 Warning: range(): Invalid range supplied: start=inf end=inf in %srange_bug70239_1.php on line %d
H A Drange_bug70239_0.phpt9 Warning: range(): Invalid range supplied: start=0 end=inf in %srange_bug70239_0.php on line %d
/PHP-7.1/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-7.1/ext/standard/tests/file/
H A Dpopen_pclose_error-win32-debug.phpt8 ob_start();phpinfo(INFO_GENERAL);$inf=ob_get_contents(); ob_end_clean();
9 if (!(strpos($inf, 'MSVC9') || strpos($inf, 'MSVC8'))) die("skip Not Valid for build done with VC <…
/PHP-7.1/ext/standard/tests/serialize/
H A Dprecision.phpt22 "0000000000000f7f", //+inf
23 "0000000000000fff", //-inf
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug27678.phpt10 var_dump(strlen($num) == 3); // $num == 'inf'
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic4375 # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
6081 # Modified by (2): Peter Tobias <tobias@server.et-inf.fho-emden.de> (core support)
11974 # URL: http://www.mpi-inf.mpg.de/resources/pfstools/pfs_format_spec.pdf
16163 # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
21078 # http://en.wikipedia.org/wiki/Autorun.inf
21091 #!:mime application/inf
21092 #!:mime application/x-wine-extension-inf
21094 !:mime text/inf
21149 # Windows Precompiled INF files *.PNF added by Joerg Jenderek at Mar 2013 of _PNF_HEADER inf.h
21150 …read.pudn.com/downloads3/sourcecode/windows/248345/win2k/private/windows/setup/setupapi/inf.h__.htm
H A Dmagic私はガラスを食べられます4375 # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
6081 # Modified by (2): Peter Tobias <tobias@server.et-inf.fho-emden.de> (core support)
11974 # URL: http://www.mpi-inf.mpg.de/resources/pfstools/pfs_format_spec.pdf
16163 # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
21078 # http://en.wikipedia.org/wiki/Autorun.inf
21091 #!:mime application/inf
21092 #!:mime application/x-wine-extension-inf
21094 !:mime text/inf
21149 # Windows Precompiled INF files *.PNF added by Joerg Jenderek at Mar 2013 of _PNF_HEADER inf.h
21150 …read.pudn.com/downloads3/sourcecode/windows/248345/win2k/private/windows/setup/setupapi/inf.h__.htm

Completed in 149 milliseconds