Home
last modified time | relevance | path

Searched refs:variable (Results 26 – 50 of 686) sorted by relevance

12345678910>>...28

/PHP-8.1/Zend/tests/named_params/
H A Dundef_var.phpt2 Passing undefined variable to named arg
13 Warning: Undefined variable $undef in %s on line %d
16 Warning: Undefined variable $undef in %s on line %d
/PHP-8.1/ext/oci8/tests/
H A Ddrcp_connect1.phpt21 // To verify this, we change the value of a PL/SQL package variable in one
38 // Second connection should return 0 for the package variable.
80 The value of the package variable is 0
81 Package variable value set to 1000
86 The value of the package variable is 0
87 Package variable value set to 100
91 The value of the package variable is 100
95 Package variable value set to 1000
100 The value of the package variable is 1000
H A Derror_bind.phpt26 echo "Test 1 - Assign a resource to the bind variable and execute\n";
53 Test 1 - Assign a resource to the bind variable and execute
55 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
59 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
61 Warning: oci_execute(): Invalid variable used for bind in %s on line %d
66 Warning: oci_bind_by_name(): Invalid variable used for bind in %s on line %d
/PHP-8.1/ext/standard/tests/array/
H A Darray_diff_uassoc_variation13.phpt12 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var has value '$ref_…
16 // re-assign reference variable to different value
18 echo "\n-- Testing array_diff_uassoc() function with referenced variable \$ref_var value changed to…
32 -- Testing array_diff_uassoc() function with referenced variable $ref_var has value 'a' --
42 -- Testing array_diff_uassoc() function with referenced variable $ref_var value changed to 10 --
/PHP-8.1/ext/opcache/tests/jit/
H A Dfe_reset_001.phpt17 Warning: Undefined variable $0 in %sfe_reset_001.php on line 4
21 Warning: Undefined variable $1 in %sfe_reset_001.php on line 4
25 Warning: Undefined variable $2 in %sfe_reset_001.php on line 4
29 Warning: Undefined variable $3 in %sfe_reset_001.php on line 4
33 Warning: Undefined variable $4 in %sfe_reset_001.php on line 4
H A Dreg_alloc_004.phpt25 Warning: Undefined variable $d in %sreg_alloc_004.php on line 7
27 Warning: Undefined variable $d in %sreg_alloc_004.php on line 7
29 Warning: Undefined variable $d in %sreg_alloc_004.php on line 7
31 Warning: Undefined variable $d in %sreg_alloc_004.php on line 7
H A Dassign_dim_op_005.phpt2 JIT ASSIGN_DIM_OP: Undefined variable and index with exception
31 Undefined variable $undef
32 Undefined variable $a
H A Dqm_assign_002.phpt22 Warning: Undefined variable $a in %sqm_assign_002.php on line 4
24 Warning: Undefined variable $b in %sqm_assign_002.php on line 5
26 Warning: Undefined variable $a in %sqm_assign_002.php on line 4
H A Dundef_to_typed_ref.phpt91 Warning: Undefined variable $v in %s on line %d
94 Warning: Undefined variable $v in %s on line %d
97 Warning: Undefined variable $v in %s on line %d
100 Warning: Undefined variable $v in %s on line %d
103 Warning: Undefined variable $v in %s on line %d
106 Warning: Undefined variable $v in %s on line %d
H A Dassign_dim_op_002.phpt2 JIT ASSIGN_DIM_OP: Undefined variable
15 Warning: Undefined variable $a in %s on line %d
/PHP-8.1/tests/lang/
H A Dfunc_get_arg.005.phpt2 A variable, which is referenced by another variable, is passed by value.
3 During the call, the original variable is updated. This should not affect func_get_arg().
H A DreturnByReference.009.phpt24 echo "\n---> 1. Return a variable by reference -> No warning:\n";
33 ---> 1. Return a variable by reference -> No warning:
38 Notice: Only variable references should be returned by reference in %s on line %d
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt69 printf("Binding variable which references another variable...\n");
209 printf("Binding variable which references another variable...\n");
306 Binding variable...
309 Binding value and not variable...
312 Binding variable which references another variable...
315 Binding a variable and a value...
318 Binding a variable to two placeholders and changing the variable value in between the binds...
322 Binding variable...
325 Binding value and not variable...
328 Binding variable which references another variable...
[all …]
/PHP-8.1/ext/opcache/tests/opt/
H A Dtmp_001.phpt2 TMP variable optimization 001: TMP variable renumbering should be done after DFA optimizations
12 Warning: Undefined variable $y in %stmp_001.php on line 2
H A Ddce_011.phpt9 Warning: Undefined variable $a in %sdce_011.php on line 2
11 Warning: Undefined variable $b in %sdce_011.php on line 2
/PHP-8.1/Zend/tests/
H A Dignore_repeated_source.phpt20 Warning: Undefined variable $u1 in %s on line %d
22 Warning: Undefined variable $u2 in %s on line %d
24 Warning: Undefined variable $u in %s on line %d
H A Dthis_as_global.phpt2 $this as global variable
12 Fatal error: Cannot use $this as global variable in %sthis_as_global.php on line 3
H A Dthis_as_static.phpt2 $this as static variable
12 Fatal error: Cannot use $this as static variable in %sthis_as_static.php on line 3
H A Dunset_cv01.phpt2 unset() CV 1 (unset() global variable)
13 Warning: Undefined variable $x in %s on line %d
/PHP-8.1/Zend/tests/assert/
H A Dexpect_008.phpt19 $variable = 1;
21 assert(($variable && $variable) || php_sapi_name(), new OdEar("constant message"));
/PHP-8.1/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data58 foo6[${basicval}] = "variable"
59 foo6[${basicval}/foo] = "variable with string 1"
60 foo6[foo/${basicval}] = "variable with string 2"
61 foo6[foo/${basicval}/foo] = "variable with string 3"
62 foo7["${basicqval}"] = "quoted variable 1"
63 foo7["${basicqval}/foo"] = "quoted variable 2"
64 foo7["foo/${basicqval}"] = "quoted variable 3"
65 foo7[ "foo/${basicqval}/foo" ] = "quoted variable 4"
/PHP-8.1/Zend/tests/attributes/
H A D019_variable_attribute_name.phpt2 Attribute name cannot be a variable
11 Parse error: syntax error, unexpected variable "$x" in %s on line %d
/PHP-8.1/ext/standard/tests/serialize/
H A Dsleep_undefined_declared_properties.phpt24 Warning: serialize(): "pub" returned as member variable from __sleep() but does not exist in %s on …
26 Warning: serialize(): "prot" returned as member variable from __sleep() but does not exist in %s on…
28 Warning: serialize(): "priv" returned as member variable from __sleep() but does not exist in %s on…
/PHP-8.1/Zend/tests/float_to_int/
H A Dwarning_float_does_not_fit_zend_long_strings.phpt26 echo 'Float variable', \PHP_EOL;
38 echo 'Float string variable', \PHP_EOL;
54 echo 'Float variable', \PHP_EOL;
85 Float variable
91 Float string variable
98 Float variable
H A Dwarning_float_does_not_fit_zend_long_strings_32bit.phpt26 echo 'Float variable', \PHP_EOL;
38 echo 'Float string variable', \PHP_EOL;
54 echo 'Float variable', \PHP_EOL;
85 Float variable
91 Float string variable
98 Float variable

Completed in 26 milliseconds

12345678910>>...28