Home
last modified time | relevance | path

Searched refs:use (Results 501 – 525 of 948) sorted by relevance

1...<<21222324252627282930>>...38

/PHP-7.4/Zend/tests/
H A Dbug63305.phpt18 use TDatabaseObject {
H A Dbug69989_2.phpt27 $gen3 = (function() use (&$gen3) {
H A Dnumeric_literal_separator_001.phpt2 Valid use of numeric literal separator
H A Dself_class_const_in_unknown_scope.phpt23 Fatal error: Uncaught Error: Cannot use "self" when no class scope is active in %s:%d
H A Dcall_user_func_007.phpt2 call_user_func() should not use FUNC_ARG fetches
H A Dclosure_048.phpt8 $c = function($matches) use (&$params, &$text) {
H A Dbug78776.phpt13 use C;
H A Dbug69758.phpt17 // Can also use array_shift() here.
H A Dns_034.phpt6 use A as B;
H A Dbug78502.phpt19 $tree[$recursive_attr] = array_map(function($c) use($recursive_attr, $callback){
/PHP-7.4/Zend/tests/traits/
H A Dbug55424.phpt23 use ATrait;
H A Dbug61052.phpt12 use T1, T2 {
H A Dbug60217b.phpt15 use TBroken1, TBroken2;
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_unshare_01.phpt10 die("skip Insufficient previleges to use CLONE_NEWUSER");
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_variation.phpt58 echo "Reset callback options to use a class method \n";
65 echo "Reset callback options to use an object method \n";
106 Reset callback options to use a class method
123 Reset callback options to use an object method
/PHP-7.4/ext/standard/tests/image/
H A Diptcembed_002.phpt6 # source code to generate base64 use behind as $base64_1x1_jpeg
17 1) create local file 1x1 jpeg (without iptc) (use base64 content to create file)
19 3) use iptcembed php function with our 1x1 jpeg file and our iptcdata string
66 #use iptcembed to get jpeg stream content with iptc tags
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c150 while (use >= 0) { \
152 use = zend_ssa_next_use(ssa->ops, _var, use); \
262 int i, j, use; in zend_ssa_find_false_dependencies() local
276 while (use >= 0) { in zend_ssa_find_false_dependencies()
282 use = zend_ssa_next_use(ssa_ops, i, use); in zend_ssa_find_false_dependencies()
1963 use = zend_ssa_next_use(ssa->ops, var, use); in add_usages()
1974 int use; in reset_dependent_vars() local
1986 while (use >= 0) { in reset_dependent_vars()
2019 use = zend_ssa_next_use(ssa_ops, var, use); in reset_dependent_vars()
3879 int use; in can_convert_to_double() local
[all …]
/PHP-7.4/ext/spl/tests/
H A Dclass_uses_basic.phpt15 class bar { use foo; }
/PHP-7.4/ext/reflection/tests/
H A Dbug64239.phpt6 use T2 { t2method as Bmethod; }
/PHP-7.4/ext/openssl/tests/
H A Dbug68912.phpt20 Warning: openssl_spki_new(): Unable to use supplied private key in %sbug68912.php on line %d
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_serialize_type_1.phpt15 // Try to use unserialzied object
H A Dbug52738.phpt2 Bug #52738 (Can't use new properties in class extended from DateInterval)
/PHP-7.4/tests/lang/
H A Dbug23384.phpt2 Bug #23384 (use of class constants in statics)
/PHP-7.4/Zend/tests/return_types/
H A D013.phpt8 return function() use($test) : array {
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_characterset.phpt30 // The two connections c1 and c2 should not share resources as they use different
38 // The two connections p1 and p2 should not share resources as they use different

Completed in 38 milliseconds

1...<<21222324252627282930>>...38