Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.4/tests/lang/
H A DpassByReference_005.phpt148 Notice: Undefined variable: u1 in %s on line 72
150 Notice: Undefined variable: u1 in %s on line 74
154 Notice: Undefined variable: u1 in %s on line 77
156 Notice: Undefined variable: u2 in %s on line 77
158 Notice: Undefined variable: u1 in %s on line 78
160 Notice: Undefined variable: u2 in %s on line 78
164 Notice: Undefined variable: u1 in %s on line 81
166 Notice: Undefined variable: u1 in %s on line 82
170 Notice: Undefined variable: u2 in %s on line 85
172 Notice: Undefined variable: u2 in %s on line 86
[all …]
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";
32 ---> 1. Return a variable by reference -> No warning:
37 Notice: Only variable references should be returned by reference in %s on line %d
/PHP-7.4/Zend/tests/
H A Dexception_before_fatal.phpt58 string(23) "Undefined variable: foo"
59 string(23) "Undefined variable: foo"
60 string(23) "Undefined variable: foo"
61 string(23) "Undefined variable: foo"
62 string(23) "Undefined variable: foo"
63 string(23) "Undefined variable: foo"
64 string(23) "Undefined variable: foo"
H A D019.phpt51 $set_var = 10; // this variable to use with isset
61 // destroy the variable using unset
227 //set the member variable lable and check
238 // dump the point to see that variable was unset
313 * only the local variable is destroyed. The variable in the calling environment
317 // unset the variable passed
336 * local variable is destroyed. The variable in the calling environment
1232 Notice: Undefined variable: lable in %s on line %d
1235 Notice: Undefined variable: lable in %s on line %d
1238 Notice: Undefined variable: lable in %s on line %d
[all …]
H A D024.phpt2 Testing operations with undefined variable
18 Notice: Undefined variable: a in %s on line %d
23 Notice: Undefined variable: a in %s on line %d
25 Notice: Undefined variable: c in %s on line %d
30 Notice: Undefined variable: a in %s on line %d
33 Notice: Undefined variable: a in %s on line %d
35 Notice: Undefined variable: b in %s on line %d
38 Notice: Undefined variable: a in %s on line %d
41 Notice: Undefined variable: b in %s on line %d
50 Notice: Undefined variable: c in %s on line %d
H A Dbug52041.phpt26 Notice: Undefined variable: x in %sbug52041.php on line 3
30 Notice: Undefined variable: x in %sbug52041.php on line 3
36 Notice: Undefined variable: x in %sbug52041.php on line 3
42 Notice: Undefined variable: x in %sbug52041.php on line 3
52 Notice: Undefined variable: x in %sbug52041.php on line 3
58 Notice: Undefined variable: x in %sbug52041.php on line 3
68 Notice: Undefined variable: x in %sbug52041.php on line 3
70 Notice: Undefined variable: x in %sbug52041.php on line 3
72 Notice: Undefined variable: x in %sbug52041.php on line 3
76 Notice: Undefined variable: x in %sbug52041.php on line 3
[all …]
H A Dbug52001.phpt2 Bug #52001 (Memory allocation problems after using variable variables)
14 Notice: Undefined variable: var in %sbug52001.php on line 2
16 Notice: Undefined variable: in %sbug52001.php on line 2
H A Dbug43201.phpt29 Notice: Undefined variable: ref in %sbug43201.php on line 14
31 Notice: Undefined variable: undef in %sbug43201.php on line 16
35 Notice: Undefined variable: undef in %sbug43201.php on line 16
39 Notice: Undefined variable: undef in %sbug43201.php on line 16
43 Notice: Undefined variable: undef in %sbug43201.php on line 16
47 Notice: Undefined variable: undef in %sbug43201.php on line 16
51 Notice: Undefined variable: undef in %sbug43201.php on line 16
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt5 /* Prototype: void debug_zval_dump ( mixed $variable );
12 $global_var = 10; //declaring global variable
15 and local variable,$local_var */
89 /* unset a variable */
98 /* unset variable */
101 /* undefined variable */
123 --- Variation 1: global variable inside a function ---
128 -- Value of local variable inside dump_globalvar() --
137 --- Variation 2: one variable references another ---
169 Notice: Undefined variable: var_3 in %s on line %d
[all …]
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-7.4/ext/standard/tests/array/
H A Dsizeof_variation4.phpt22 // get an resource variable
51 // object variable
53 // resource variable
64 // unset the variable
92 Notice: Undefined variable: value in %s on line %d
98 Notice: Undefined variable: value in %s on line %d
104 Notice: Undefined variable: value in %s on line %d
111 Notice: Undefined variable: value in %s on line %d
117 Notice: Undefined variable: value in %s on line %d
123 Notice: Undefined variable: value in %s on line %d
[all …]
H A Darsort_variation4.phpt12 * Testing arsort() by providing reference variable array with following flag values
27 echo "\n-- Testing arsort() by supplying reference variable array, 'flag' value is defualt --\n";
32 echo "\n-- Testing arsort() by supplying reference variable array, 'flag' = SORT_REGULAR --\n";
37 echo "\n-- Testing arsort() by supplying reference variable array, 'flag' = SORT_NUMERIC --\n";
47 -- Testing arsort() by supplying reference variable array, 'flag' value is defualt --
58 -- Testing arsort() by supplying reference variable array, 'flag' = SORT_REGULAR --
69 -- Testing arsort() by supplying reference variable array, 'flag' = SORT_NUMERIC --
H A Dasort_variation4.phpt12 * Testing asort() by providing reference variable array with following flag values
27 echo "\n-- Testing asort() by supplying reference variable array, 'flag' value is defualt --\n";
32 echo "\n-- Testing asort() by supplying reference variable array, 'flag' = SORT_REGULAR --\n";
37 echo "\n-- Testing asort() by supplying reference variable array, 'flag' = SORT_NUMERIC --\n";
47 -- Testing asort() by supplying reference variable array, 'flag' value is defualt --
58 -- Testing asort() by supplying reference variable array, 'flag' = SORT_REGULAR --
69 -- Testing asort() by supplying reference variable array, 'flag' = SORT_NUMERIC --
H A Dsort_variation4.phpt12 * Testing sort() by providing reference variable array with following flag values
27 echo "\n-- Testing sort() by supplying reference variable array, 'flag' value is defualt --\n";
32 echo "\n-- Testing sort() by supplying reference variable array, 'flag' = SORT_REGULAR --\n";
37 echo "\n-- Testing sort() by supplying reference variable array, 'flag' = SORT_NUMERIC --\n";
47 -- Testing sort() by supplying reference variable array, 'flag' value is defualt --
58 -- Testing sort() by supplying reference variable array, 'flag' = SORT_REGULAR --
69 -- Testing sort() by supplying reference variable array, 'flag' = SORT_NUMERIC --
H A Darray_intersect_uassoc_variation8.phpt17 echo "\n-- Testing array_intersect_uassoc() function with referenced variable \$ref_var has value '…
20 // re-assign reference variable to different value
22 echo "\n-- Testing array_intersect_uassoc() function with referenced variable \$ref_var value chang…
34 -- Testing array_intersect_uassoc() function with referenced variable $ref_var has value 'a' --
40 -- Testing array_intersect_uassoc() function with referenced variable $ref_var value changed to 10 …
/PHP-7.4/tests/output/
H A Dob_start_callbacks.phpt6 // Closure in variable
9 echo 'closure in variable', "\n";
12 // Object (array) in variable
20 echo 'object in variable', "\n";
33 echo 'function via variable', "\n";
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt24 \$variable
34 "\$variable",
41 '\$variable',
56 $str = $str_arr[$index]; //getting the array element in 'str' variable
81 string(9) "$variable"
82 string(9) "$variable"
96 string(10) "T$variable"
97 string(10) "\$variable"
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_connect1.phpt19 // To verify this, we change the value of a PL/SQL package variable in one
36 // Second connection should return 0 for the package variable.
78 The value of the package variable is 0
79 Package variable value set to 1000
84 The value of the package variable is 0
85 Package variable value set to 100
89 The value of the package variable is 100
93 Package variable value set to 1000
98 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-7.4/ext/standard/tests/serialize/
H A Dserialization_precision_001.phpt7 /* Prototype : proto string serialize(mixed variable)
8 * Description: Returns a string representation of variable (which can later be unserialized)
13 * Description: Takes a string representation of variable and recreates it
H A Dserialization_precision_002.phpt7 /* Prototype : proto string serialize(mixed variable)
8 * Description: Returns a string representation of variable (which can later be unserialized)
13 * Description: Takes a string representation of variable and recreates it
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt22 printf("Binding variable...\n");
68 printf("Binding variable which references another variable...\n");
162 printf("Binding variable...\n");
208 printf("Binding variable which references another variable...\n");
305 Binding variable...
308 Binding value and not variable...
311 Binding variable which references another variable...
317 Binding a variable to two placeholders and changing the variable value in between the binds...
321 Binding variable...
327 Binding variable which references another variable...
[all …]
/PHP-7.4/ext/gmp/tests/
H A Dgmp_abs.phpt25 Warning: gmp_abs(): Unable to convert variable to GMP - string is not an integer in %s on line %d
30 Warning: gmp_abs(): Unable to convert variable to GMP - wrong type in %s on line %d
36 Warning: gmp_abs(): Unable to convert variable to GMP - string is not an integer in %s on line %d
39 Warning: gmp_abs(): Unable to convert variable to GMP - string is not an integer in %s on line %d
48 Warning: gmp_abs(): Unable to convert variable to GMP - wrong type in %s on line %d
/PHP-7.4/Zend/tests/assert/
H A Dexpect_008.phpt19 $variable = 1;
21 assert(($variable && $variable) || php_sapi_name(), new OdEar("constant message"));

Completed in 33 milliseconds

12345678910>>...30