Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 1323) sorted by path

12345678910>>...53

/PHP-7.4/
H A DCODING_STANDARDS.md61 9. Do not define functions that are not available. For instance, if a library is
H A DCONTRIBUTING.md125 is available at #winphp-dev on FreeNode.
391 'arg' variable no longer is available.
419 | available through the world-wide-web at the following url: |
H A DLICENSE41 "This product includes PHP software, freely available from
67 PHP includes the Zend Engine, freely available at
H A DNEWS1134 available). (Laruence)
1679 . Implement FR ##70950 (Make SQLite3 Online Backup API available). (BohwaZ)
2636 . Fixed bug #75871 (use pkg-config where available). (pmmaga)
H A DREADME.md23 The PHP manual is available at [php.net/docs](https://php.net/docs).
58 number of jobs should not exceed the number of cores available.
71 number of jobs should not exceed the number of cores available.
H A DUPGRADING182 interpret "false" as a failure return values. If no data is available, but
227 Full variance support is only available if autoloading is used. Inside a
229 classes need to be available before they are referenced.
324 . PDOStatement::getColumnMeta() is now available
560 and/or FireBird based database is still available with the PDO_Firebird
614 to be available on the system. Alternatively --disable-mbregex can be used
H A DUPGRADING.INTERNALS96 ZEND_PROP_PURPOSE_DEBUG purpose, but remains available for backwards-
216 u. The typedefs uint and ulong are no longer guaranteed to be available, and
237 - The hash extension is now always available, meaning the --enable-hash
243 should be considered to have these extensions always available.
326 - The hash extension is now always available, allowing extensions to rely
327 on its functionality to be available without compile time checks.
/PHP-7.4/Zend/
H A DLICENSE36 "This product includes the Zend Engine, freely available at
41 "The Zend Engine is freely available at http://www.zend.com"
H A DREADME.md7 The goal of the new memory manager (available since PHP 5.2) is to reduce memory
H A DZend.m4517 dnl Check whether __cpuid_count is available.
518 AC_CACHE_CHECK(whether __cpuid_count is available, ac_cv_cpuid_count_available, [
530 AC_DEFINE([HAVE_CPUID_COUNT], 1, [whether __cpuid_count is available])
/PHP-7.4/Zend/tests/
H A Dbug33512.phpt56 //but, these variables are still available??? even though they're "unset"-ed
H A Dbug34617.phpt4 <?php if (!extension_loaded("xml")) print "skip the xml extension not available"; ?>
H A Dbug55509.phpt15 // check the available memory
H A Dbug62441.phpt19 …ass $o) and Iface::method(stdClass $o), because class ns\stdClass is not available in %s on line %d
H A Dbug71428.2.phpt4 <?php if (!extension_loaded('pdo')) die("skip PDO is not available"); ?>
H A Dbug79919.phpt5 if (!extension_loaded('simplexml')) die('skip simplexml extension not available');
H A Dgc_039.phpt4 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
H A Dthis_in_mb_parse_str.phpt4 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
/PHP-7.4/Zend/tests/generators/
H A Dbug74954.phpt41 ClosedGeneratorException: Generator yielded from aborted, no return value available in %s:%d
H A Dmutli_yield_from_with_exception.phpt44 ClosedGeneratorException: Generator yielded from aborted, no return value available in %s:%d
H A Dyield_from_multi_tree_exception.phpt73 ClosedGeneratorException: Generator yielded from aborted, no return value available in %s:%d
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dabstract_constructor.phpt18 …en C::__construct(Y $x) and A::__construct(X $x), because class Y is not available in %s on line %d
H A Dclass_order_autoload_error6.phpt39 …en Y::method(): Unknown and X::method(): X, because class Unknown is not available in %s on line %d
H A Dclass_order_error.phpt19 …bility between B::method(): C and A::method(): B, because class C is not available in %s on line %d
H A Dinternal_parent.phpt12 …format, $time, ?DateTimeZone $object = NULL), because class Wrong is not available in %s on line %d

Completed in 71 milliseconds

12345678910>>...53