Home
last modified time | relevance | path

Searched refs:var_export (Results 1 – 25 of 142) sorted by relevance

123456

/PHP-8.0/ext/standard/tests/strings/
H A Dsubstr_replace.phpt59 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).", ".var_export($sta…
64 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).", ".var_export($sta…
69 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).", ".var_export($sta…
93 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star…
103 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star…
112 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star…
122 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star…
130 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star…
140 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star…
167 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star…
[all …]
/PHP-8.0/ext/standard/tests/general_functions/
H A Dvar_export_bug66179.phpt2 Bug #66179 (var_export() exports float as integer)
6 var_export(1.0);
8 var_export(123.0);
10 var_export(-1.0);
12 var_export(-123.0);
14 var_export(0.0);
16 var_export(-0.0);
18 var_export(10000000000000000.0);
H A Dvar_export_bug71314.phpt2 Bug #71314 (var_export(INF) prints INF.0)
6 var_export(INF);
8 var_export(-INF);
10 var_export(NAN);
H A Dvar_export_basic7.phpt2 Test var_export() function with valid null values
5 echo "*** Testing var_export() with valid null values ***\n";
18 /* Loop to check for above null values with var_export() */
22 var_export( $null_value );
24 var_export( $null_value, FALSE);
26 var_dump( var_export( $null_value, true) );
31 *** Testing var_export() with valid null values ***
H A Dvar_export_basic2.phpt2 Test var_export() function with valid boolean values
6 echo "*** Testing var_export() with valid boolean values ***\n";
17 /* Loop to check for above boolean values with var_export() */
21 var_export( $bool_value );
23 var_export( $bool_value, FALSE);
25 var_dump( var_export( $bool_value, TRUE) );
30 *** Testing var_export() with valid boolean values ***
H A Dvar_export-locale.phpt2 Test var_export() function with locale
44 var_export( $int_value );
68 var_export( $bool_value );
106 var_export( $float_value );
139 var_export( $str );
141 var_export( $str, FALSE);
172 var_export( $arr );
174 var_export( $arr, FALSE);
221 var_export ( $vars );
267 var_export( $obj );
[all …]
H A Dvar_export-locale_32.phpt2 Test var_export() function with locale
44 var_export( $int_value );
68 var_export( $bool_value );
106 var_export( $float_value );
139 var_export( $str );
141 var_export( $str, FALSE);
172 var_export( $arr );
174 var_export( $arr, FALSE);
221 var_export ( $vars );
267 var_export( $obj );
[all …]
H A Dvar_export_basic4.phpt2 Test var_export() function with valid strings
5 echo "*** Testing var_export() with valid strings ***\n";
26 /* Loop to check for above strings with var_export() */
30 var_export( $str );
32 var_export( $str, FALSE);
34 var_dump( var_export( $str, TRUE) );
40 *** Testing var_export() with valid strings ***
H A Dbug42272.phpt2 Bug #42272 (var_export() incorrectly escapes char(0))
5 $foo = var_export("\0", true );
7 var_export("a\0b");
H A Dvar_export_error3.phpt2 Test var_export() function : error conditions - recursive array
6 var_export($a, true);
10 Warning: var_export does not handle circular references in %s on line %d
H A Dvar_export_error2.phpt2 Test var_export() function : error conditions - recursive object
7 var_export($obj, true);
11 Warning: var_export does not handle circular references in %s on line %d
H A Dvar_export_basic1.phpt2 Test var_export() function with integer values
11 echo "*** Testing var_export() with integer values ***\n";
34 /* Loop to check for above integer values with var_export() */
38 var_export( $int_value );
40 var_export( $int_value, FALSE);
42 var_dump( var_export( $int_value, TRUE) );
47 *** Testing var_export() with integer values ***
H A Dvar_export_basic1_32.phpt2 Test var_export() function with integer values
11 echo "*** Testing var_export() with integer values ***\n";
34 /* Loop to check for above integer values with var_export() */
38 var_export( $int_value );
40 var_export( $int_value, FALSE);
42 var_dump( var_export( $int_value, TRUE) );
47 *** Testing var_export() with integer values ***
H A Dbug76717.phpt2 Bug #76717: var_export() does not create a parsable value for PHP_INT_MIN
6 $min = eval('return '.var_export(PHP_INT_MIN, true).';');
7 $max = eval('return '.var_export(PHP_INT_MAX, true).';');
H A Dvar_export_basic3.phpt2 Test var_export() function with valid float values
7 echo "*** Testing var_export() with valid float values ***\n";
31 /* Loop to check for above float values with var_export() */
35 var_export( $float_value );
37 var_export( $float_value, FALSE);
39 var_dump( var_export( $float_value, TRUE) );
45 *** Testing var_export() with valid float values ***
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt31 var_export($db->errorInfo(), true), var_export($db->errorCode(), true));
37 var_export($db->errorInfo(), true), var_export($db->errorCode(), true));
41 var_export($tmp, true));
45 var_export($db->errorInfo(), true), var_export($db->errorCode(), true));
49 var_export($db->errorInfo(), true), var_export($db->errorCode(), true));
53 var_export($db->errorInfo(), true), var_export($db->errorCode(), true));
59 var_export($db->errorInfo(), true), var_export($db->errorCode(), true));
63 var_export($tmp, true));
67 var_export($db->errorInfo(), true), var_export($db->errorCode(), true));
73 var_export($db->errorInfo(), true), var_export($db->errorCode(), true));
[all …]
H A Dpdo_mysql_stmt_bindvalue.phpt43 var_export($id, true), gettype($id),
44 var_export($label, true), gettype($label));
65 var_export($id, true), gettype($id),
89 var_export($id, true), gettype($id),
118 var_export($id, true), gettype($id),
148 var_export($id, true), gettype($id),
183 var_export($id, true), gettype($id),
205 var_export($id, true), gettype($id),
229 var_export($id, true), gettype($id),
258 var_export($id, true), gettype($id),
[all …]
H A Dpdo_mysql_stmt_bindcolumn.phpt27 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
31 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
36 var_export($id, true), gettype($id),
37 var_export($label, true), gettype($label));
47 var_export($row['id'], true), gettype($row['id']));
52 var_export($row['label'], true), gettype($row['label']));
67 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
71 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
76 var_export($id, true), gettype($id),
77 var_export($label, true), gettype($label));
[all …]
H A Dpdo_mysql_stmt_fetch_non_select.phpt37 var_export($describe, true));
55 var_export($show, true));
81 var_export($db->errorInfo(), true));
97 var_export($describe_native, true));
102 var_export($describe, true),
131 var_export($show_native, true));
136 var_export($show, true),
137 var_export($show_native, true));
161 var_export($explain, true),
162 var_export($explain_native, true));
[all …]
H A Dpdo_mysql_stmt_closecursor_empty.phpt29 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
36 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
40 $stmt->errorCode(), var_export($stmt->errorInfo(), true));
45 var_export($id, true), gettype($id),
46 var_export($label, true), gettype($label));
53 var_export($id, true), gettype($id),
54 var_export($label, true), gettype($label));
/PHP-8.0/ext/pcre/tests/
H A Dbug61780_1.phpt6 var_export($matches);
9 var_export($matches);
12 var_export($matches);
15 var_export($matches);
18 var_export($matches);
21 var_export($matches);
/PHP-8.0/ext/intl/tests/
H A Dbug72533.phpt10 $ret = var_export(ut_loc_accept_http(str_repeat('x', 256)), true);
13 $ret .= var_export(intl_get_error_message(), true);
16 $ret .= var_export(ut_loc_accept_http(str_repeat('en,', 256)), true);
19 $ret .= var_export(intl_get_error_message(), true);
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_insert_id_variation.phpt22 printf("[001] Got no valid insert id: %s", var_export($i, true));
29 printf("[002] mysqli_option changes insert_id: %s", var_export($link->insert_id, true));
36 printf("[003] mysqli_debug_info changes insert_id: %s", var_export($link->insert_id, true));
43 printf("[004] mysqli_stat changes insert_id: %s", var_export($link->insert_id, true));
49 printf("[005] mysqli_kill changes insert_id: %s", var_export($link->insert_id, true));
55 printf("[006] mysqli_ping changes insert_id: %s", var_export($link->insert_id, true));
65 printf("[007] mysqli_change_user changes insert_id: %s", var_export($link->insert_id, true));
72 printf("[008a] mysqli_prepare changes insert_id: %s", var_export($link->insert_id, true));
77 … printf("[008b] mysqli_stmt doesn't initialise insert_id: %s", var_export($stmt->insert_id, true));
83 printf("[009] stmt free changes insert_id: %s", var_export($link->insert_id, true));
/PHP-8.0/ext/spl/tests/
H A Dfixedarray_023.phpt2 SPL: FixedArray: Infinite loop in var_export bugfix
11 var_export($x);
18 Warning: var_export does not handle circular references in %s on line 8
20 Warning: var_export does not handle circular references in %s on line 8
H A Dfixedarray_022.phpt2 SPL: FixedArray: Bug GH-8044 (var_export/debug_zval_dump HT_ASSERT_RC1 debug failure for SplFixedAr…
8 var_export($x); echo "\n";
13 Warning: var_export does not handle circular references in %s on line 5

Completed in 81 milliseconds

123456