Home
last modified time | relevance | path

Searched refs:var (Results 176 – 200 of 930) sorted by relevance

12345678910>>...38

/PHP-7.2/ext/standard/tests/general_functions/
H A Dphp_uname_variation1.phpt55 "undefined var" => $undefined_var,
58 "unset var" => $unset_var,
108 -- Iterator undefined var --
110 -- Iterator unset var --
H A Dvar_export_error3.phpt5 /* Prototype : mixed var_export(mixed var [, bool return])
7 * Source code: ext/standard/var.c
H A Dgetservbyname_variation11.phpt20 foreach ( $variation_array as $var ) {
21 var_dump(getservbyname( $service, $var ) );
H A Dgetservbyname_variation4.phpt21 foreach ( $variation_array as $var ) {
22 var_dump(getservbyname( $var , $protocol ) );
H A Dvar_export_error2.phpt5 /* Prototype : mixed var_export(mixed var [, bool return])
7 * Source code: ext/standard/var.c
H A Dgetservbyname_variation2.phpt20 foreach ( $variation_array as $var ) {
21 var_dump(getservbyname( $var , $protocol ) );
H A Dinclude_path.phpt9 var_dump(get_include_path("var"));
17 var_dump(set_include_path("var"));
58 string(3) "var"
/PHP-7.2/ext/wddx/tests/
H A Dbug52468.phpt12 …er><comment>my_command</comment></header><data><struct><var name='handle'><number></number></var><…
H A Dbug68996.phpt15 <wddxPacket version='1.0'><header/><data><struct><var name=''><string>foo</string></var></struct></…
H A Dbug72749.phpt18 <var name='aDateTime3'>
20 </var>
H A Dbug72750.phpt19 <var name='aBinary'>
21 </var>
H A Dbug73331.phpt8 …wddxPacket version='1.0'><header/><data><struct><var name='php_class_name'><string>PDORow</string>…
H A Dbug73793.phpt17 …120) "<wddxPacket version='1.0'><header/><data><struct><var name='foo'><number>5.1</number></var><…
/PHP-7.2/tests/strings/
H A D004.phpt11 $var = highlight_string("<br /><?php echo \"foo\"; ?><br />");
12 $var = highlight_string("<br /><?php echo \"bar\"; ?><br />", TRUE);
13 echo "\n[$var]\n";
/PHP-7.2/ext/session/tests/
H A Dsession_encode_serialize.phpt13 $_SESSION['var'] = 123;
22 string(51) "a:3:{i:-3;s:3:"foo";i:3;s:3:"bar";s:3:"var";i:123;}"
/PHP-7.2/ext/standard/tests/file/
H A Dfile_get_contents_basic001.phpt12 $var = file_get_contents($temp_filename);
13 echo $var;
/PHP-7.2/ext/com_dotnet/tests/
H A Dbug78694.phpt9 foreach ([new com('WScript.Shell'), new variant([])] as $var) {
11 $var[] = 42;
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c83 root[var] = root[var2]; \
178 dfs[var] = *index; in zend_ssa_check_scc_var()
180 root[var] = var; in zend_ssa_check_scc_var()
193 if (root[var] == var) { in zend_ssa_check_scc_var()
240 int var = j; in zend_ssa_find_sccs() local
1253 if (ssa->ops[line].op1_def == var || ssa->ops[line].result_def == var) { in zend_inference_calc_range()
1272 if (ssa->ops[line].op1_def == var || ssa->ops[line].result_def == var) { in zend_inference_calc_range()
1291 if (ssa->ops[line].op1_def == var || ssa->ops[line].result_def == var) { in zend_inference_calc_range()
1313 if (ssa->ops[line].op1_def == var || ssa->ops[line].result_def == var) { in zend_inference_calc_range()
1349 …if (ssa->ops[line].op1_def == var || ssa->ops[line].op2_def == var || ssa->ops[line].result_def ==… in zend_inference_calc_range()
[all …]
/PHP-7.2/Zend/tests/
H A Dbug54367.phpt13 return function ($var) use ($offset) { // here is the problem
14 var_dump($offset, $var);
H A Dbug62358.phpt21 public function foo($var) {
26 Fatal error: Declaration of B::foo($var) must be compatible with A::foo() in %sbug62358.php on line…
H A Dbug40770.phpt16 $var = '';
18 $var.= str_repeat('a',1*1024*1024);
/PHP-7.2/sapi/phpdbg/
H A Dconfig.w3214 var PHP_PHPDBG_PGO = false;
15 var PHP_PHPDBG_WEBHELPER_PGO = false;
16 var PHP_PHPDBGS_PGO = false;
/PHP-7.2/ext/standard/tests/strings/
H A Dparse_str_basic1.phpt18 echo "\nBasic test WITH undefined var for result arg\n";
23 echo "\nBasic test WITH existing non-array var for result arg\n";
46 Basic test WITH undefined var for result arg
57 Basic test WITH existing non-array var for result arg
/PHP-7.2/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt19 * var - T_VAR(347), abstract - T_ABSTRACT(345),
29 public const var $var = 10;
33 private var $a;
34 public var $b;
35 protected var $c;
161 string(3) "var"
179 string(4) "$var"
326 string(3) "var"
383 string(3) "var"
440 string(3) "var"
/PHP-7.2/ext/standard/tests/array/
H A Dcount_error.phpt5 /* Prototype : int count(mixed var [, int mode])
22 $var = 1;
25 var_dump( count($var, $mode, $extra_arg) );

Completed in 183 milliseconds

12345678910>>...38