/PHP-5.4/ext/standard/tests/array/ |
H A D | sizeof_variation4.phpt | 22 // 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 D | arsort_variation4.phpt | 12 * 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 D | asort_variation4.phpt | 12 * 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 D | sort_variation4.phpt | 12 * 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 D | array_intersect_uassoc_variation8.phpt | 17 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.4/ext/standard/tests/general_functions/ |
H A D | import_request1.phpt | 22 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 D | debug_zval_dump_v.phpt | 5 /* 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 D | parse_ini_basic.data | 58 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"
|
H A D | parse_ini_basic.phpt | 138 string(8) "variable" 140 string(22) "variable with string 1" 142 string(22) "variable with string 2" 144 string(22) "variable with string 3" 149 string(17) "quoted variable 1" 151 string(17) "quoted variable 2" 153 string(17) "quoted variable 3" 155 string(17) "quoted variable 4"
|
/PHP-5.4/tests/lang/ |
H A D | passByReference_005.phpt | 149 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 D | func_get_arg.005.phpt | 2 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.4/Zend/tests/ |
H A D | 024.phpt | 2 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 D | bug52041.phpt | 26 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 38 Notice: Undefined variable: x in %sbug52041.php on line 3 42 Notice: Undefined variable: x in %sbug52041.php on line 3 46 Notice: Undefined variable: x in %sbug52041.php on line 3 50 Notice: Undefined variable: x in %sbug52041.php on line 3 52 Notice: Undefined variable: x in %sbug52041.php on line 3 54 Notice: Undefined variable: x in %sbug52041.php on line 3 58 Notice: Undefined variable: x in %sbug52041.php on line 3 [all …]
|
H A D | 019.phpt | 51 $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 D | bug43201.phpt | 29 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
|
H A D | bug52001.phpt | 2 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
|
/PHP-5.4/tests/output/ |
H A D | ob_start_callbacks.phpt | 6 // 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.4/ext/standard/tests/strings/ |
H A D | strtr_variation3.phpt | 24 \$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 D | substr_count_error.phpt | 36 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.4/ext/oci8/tests/ |
H A D | drcp_connect1.phpt | 19 // 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 D | error_bind.phpt | 26 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.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_bindvalue.phpt | 22 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.4/Zend/RFCs/ |
H A D | 002.txt | 50 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.4/ext/standard/tests/serialize/ |
H A D | serialization_precision_001.phpt | 7 /* 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 D | serialization_precision_002.phpt | 7 /* 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
|