Home
last modified time | relevance | path

Searched refs:variables (Results 26 – 50 of 502) sorted by relevance

12345678910>>...21

/php-src/ext/standard/tests/array/
H A Dprev_error2.phpt6 * Pass temporary variables to prev() to test behaviour
22 Notice: Only variables should be passed by reference in %s on line %d
H A Dnatcasesort_variation6.phpt2 Test natcasesort() function : usage variations - referenced variables
6 * Pass an array of referenced variables to test how natcasesort() re-orders it
H A Dkey_variation3.phpt6 * Test how the internal pointer is affected when two variables are referenced to each other
16 // Test that when two variables are referenced to one another
H A Drsort_variation4.phpt2 Test rsort() function : usage variations - referenced variables
7 * 1. passed an array of referenced variables
H A Darray_map_variation8.phpt21 // reference variables
27 // array containing reference variables
/php-src/Zend/tests/
H A Dflexible-heredoc-complex-test1.phpt25 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
27 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
H A Dflexible-heredoc-complex-test2.phpt25 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
27 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
H A Dflexible-heredoc-complex-test3.phpt25 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
27 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
H A Dbug33512.phpt48 … //the lines below will catch by '__get' magic method since these variables are unavailable anymore
52 // now we will try to unset these variables
56 //but, these variables are still available??? even though they're "unset"-ed
H A Dflexible-heredoc-complex-test4.phpt32 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
34 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in %…
/php-src/ext/date/tests/
H A Dgettimeofday_basic.phpt9 // Initialise all required variables
18 // Initialise all required variables
H A Dgmmktime_variation8.phpt7 // Initialise all required variables
18 // Initialise all required variables
/php-src/tests/lang/
H A Dbug21600.phpt29 Notice: Only variables should be assigned by reference in %sbug21600.php on line 4
35 Notice: Only variables should be assigned by reference in %sbug21600.php on line 11
/php-src/ext/standard/tests/general_functions/
H A Dprint_r.phpt8 function check_printr( $variables ) {
10 foreach( $variables as $variable ) {
241 and non-scalar variables ***\n";
258 non-scalar variables using print_r() */
277 *** Testing print_r() on integer variables ***
417 *** Testing print_r() on float variables ***
547 *** Testing print_r() on string variables ***
611 *** Testing print_r() on boolean variables ***
632 *** Testing print_r() on array variables ***
934 *** Testing print_r() on object variables ***
[all …]
H A Dprint_r_64bit.phpt12 function check_printr( $variables ) {
14 foreach( $variables as $variable ) {
245 and non-scalar variables ***\n";
262 non-scalar variables using print_r() */
281 *** Testing print_r() on integer variables ***
421 *** Testing print_r() on float variables ***
551 *** Testing print_r() on string variables ***
615 *** Testing print_r() on boolean variables ***
636 *** Testing print_r() on array variables ***
938 *** Testing print_r() on object variables ***
[all …]
H A Dvar_dump.phpt12 function check_vardump( $variables ) {
14 foreach( $variables as $variable ) {
240 and non-scalar variables ***\n";
257 non-scalar variables using var_dump() */
280 *** Testing var_dump() on integer variables ***
354 *** Testing var_dump() on float variables ***
420 *** Testing var_dump() on string variables ***
452 *** Testing var_dump() on boolean variables ***
462 *** Testing var_dump() on array variables ***
559 *** Testing var_dump() on object variables ***
[all …]
H A Dvar_dump_64bit.phpt12 function check_vardump( $variables ) {
14 foreach( $variables as $variable ) {
240 and non-scalar variables ***\n";
257 non-scalar variables using var_dump() */
280 *** Testing var_dump() on integer variables ***
354 *** Testing var_dump() on float variables ***
420 *** Testing var_dump() on string variables ***
452 *** Testing var_dump() on boolean variables ***
462 *** Testing var_dump() on array variables ***
559 *** Testing var_dump() on object variables ***
[all …]
H A Disset_basic2.phpt15 echo "Test multiple scalar variables in a group\n";
39 Test multiple scalar variables in a group
/php-src/ext/standard/tests/serialize/
H A Dbug79526.phpt27 …:__sleep() should return an array only containing the names of instance-variables to serialize in …
29 …:__sleep() should return an array only containing the names of instance-variables to serialize in …
/php-src/ext/reflection/tests/
H A DReflectionMethod_getStaticVariables_basic.phpt31 echo "\nMethod with no static variables:\n";
57 Method with no static variables:
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt15 printf("\nClass variables:\n");
16 $variables = array_keys(get_class_vars(get_class($mysqli)));
17 sort($variables);
18 foreach ($variables as $k => $var) {
26 printf("\nObject variables:\n");
27 $variables = array_keys(get_object_vars($mysqli));
28 foreach ($variables as $k => $var) {
240 Class variables:
260 Object variables:
304 Class variables:
[all …]
/php-src/ext/readline/
H A DREADME.md10 C variables starting with `rl_*` are declared by the readline library
11 (or are macros referring to variables from the libedit library).
/php-src/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt26 echo "Concatenation known valid UTF-8 strings in variables, followed by concatenation of invalid UT…
33 echo "Multiple concatenation known valid UTF-8 strings in variables, followed by concatenation of i…
53 echo "Concatenation known valid UTF-8 string with empty string in variables, followed by concatenat…
118 Concatenation known valid UTF-8 strings in variables, followed by concatenation of invalid UTF-8:
120 Multiple concatenation known valid UTF-8 strings in variables, followed by concatenation of invalid…
126 Concatenation known valid UTF-8 string with empty string in variables, followed by concatenation of…
/php-src/tests/basic/
H A D007.phpt2 Multiply 3 variables and print result
H A D008.phpt2 Divide 3 variables and print result

Completed in 32 milliseconds

12345678910>>...21