Home
last modified time | relevance | path

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

12345678910>>...50

/PHP-5.5/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
96 Notice: Undefined variable: value in %s on line %d
100 Notice: Undefined variable: value in %s on line %d
105 Notice: Undefined variable: value in %s on line %d
109 Notice: Undefined variable: value in %s on line %d
113 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-5.5/ext/standard/tests/general_functions/
H A Dimport_request1.phpt22 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line…
24 Warning: import_request_variables(): Attempted super-global (_POST) variable overwrite in %s on lin…
26 Warning: import_request_variables(): Attempted super-global (_COOKIE) variable overwrite in %s on l…
28 Warning: import_request_variables(): Attempted super-global (_FILES) variable overwrite in %s on li…
30 Warning: import_request_variables(): Attempted super-global (_REQUEST) variable overwrite in %s on …
32 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line…
34 Warning: import_request_variables(): Attempted super-global (_POST) variable overwrite in %s on lin…
36 Warning: import_request_variables(): Attempted super-global (_COOKIE) variable overwrite in %s on l…
38 Warning: import_request_variables(): Attempted super-global (_FILES) variable overwrite in %s on li…
42 Warning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line…
[all …]
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 */
124 --- Variation 1: global variable inside a function ---
129 -- Value of local variable inside dump_globalvar() --
138 --- Variation 2: one variable references another ---
170 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-5.5/tests/lang/
H A DpassByReference_005.phpt149 Notice: Undefined variable: u1 in %s on line 72
151 Notice: Undefined variable: u1 in %s on line 74
155 Notice: Undefined variable: u1 in %s on line 77
157 Notice: Undefined variable: u2 in %s on line 77
159 Notice: Undefined variable: u1 in %s on line 78
161 Notice: Undefined variable: u2 in %s on line 78
165 Notice: Undefined variable: u1 in %s on line 81
167 Notice: Undefined variable: u1 in %s on line 82
171 Notice: Undefined variable: u2 in %s on line 85
173 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().
/PHP-5.5/Zend/tests/
H A D024.phpt2 Testing operations with undefined variable
18 Notice: Undefined variable: a in %s on line %d
21 Notice: Undefined variable: %s in %s on line %d
23 Notice: Undefined variable: %s in %s on line %d
26 Notice: Undefined variable: a in %s on line %d
29 Notice: Undefined variable: %s in %s on line %d
31 Notice: Undefined variable: %s in %s on line %d
34 Notice: Undefined variable: a in %s on line %d
37 Notice: Undefined variable: b in %s on line %d
46 Notice: Undefined variable: c in %s on line %d
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 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 Dbug52041.phpt26 Notice: Undefined variable: x in %sbug52041.php on line 3
30 Notice: Undefined variable: x in %sbug52041.php on line 3
34 Notice: Undefined variable: x in %sbug52041.php on line 3
40 Notice: Undefined variable: x in %sbug52041.php on line 3
48 Notice: Undefined variable: x in %sbug52041.php on line 3
54 Notice: Undefined variable: x in %sbug52041.php on line 3
62 Notice: Undefined variable: x in %sbug52041.php on line 3
64 Notice: Undefined variable: x in %sbug52041.php on line 3
66 Notice: Undefined variable: x in %sbug52041.php on line 3
70 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-5.5/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-5.5/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"
H A Dsubstr_count_error.phpt36 Notice: Undefined variable: str in %s on line %d
41 Notice: Undefined variable: str in %s on line %d
46 Notice: Undefined variable: str in %s on line %d
51 Notice: Undefined variable: str in %s on line %d
56 Notice: Undefined variable: str in %s on line %d
61 Notice: Undefined variable: str in %s on line %d
/PHP-5.5/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-5.5/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-5.5/Zend/RFCs/
H A D002.txt50 Variable: $Namespace:variable
52 Class variable: $Namespace:class::variable
60 Variable: $:variable
62 Class variable: $:class::variable
64 Note: $:variable will effectively be just another syntax for
65 $GLOBALS['variable'].
74 Variable: $Name:Space:variable
76 Class variable: $Name:Space:class::variable
137 "class", "function", "variable" or "constant"):
159 The class variable syntax depends on this class variables being
/PHP-5.5/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

Completed in 99 milliseconds

12345678910>>...50