Home
last modified time | relevance | path

Searched refs:should (Results 51 – 75 of 784) sorted by relevance

12345678910>>...32

/PHP-5.5/tests/lang/
H A Dshort_tags.004.phpt7 <%= 'so should this' %>
24 <%= 'so should this' %>
H A DpassByReference_010.phpt40 Strict Standards: Only variables should be passed by reference in %s on line 9
47 Strict Standards: Only variables should be passed by reference in %s on line 15
59 Strict Standards: Only variables should be passed by reference in %s on line 28
H A Dbug21600.phpt29 Strict Standards: Only variables should be assigned by reference in %sbug21600.php on line 4
35 Strict Standards: Only variables should be assigned by reference in %sbug21600.php on line 11
H A Dbug22510.phpt99 Notice: Only variable references should be returned by reference in %s on line %d
102 Notice: Only variable references should be returned by reference in %s on line %d
121 Notice: Only variable references should be returned by reference in %s on line %d
124 Notice: Only variable references should be returned by reference in %s on line %d
/PHP-5.5/Zend/tests/
H A Dargument_restriction_001.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
16 Strict Standards: Declaration of Sub::test() should be compatible with & Base::test($foo, array $ba…
H A Dargument_restriction_002.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
16 Strict Standards: Declaration of Sub::test() should be compatible with Base::test($foo, array &$bar…
H A Dbug48770_3.phpt44 $c->func('This should work!');
48 %unicode|string%(27) "B::func2: This should work!"
49 %unicode|string%(27) "B::func3: This should work!"
H A Dargument_restriction_003.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
19 Strict Standards: Declaration of Sub::test() should be compatible with Base::test(Foo $foo, array $…
H A Dcall_static_006.phpt24 Strict Standards: Non-static method foo::aa() should not be called statically in %s on line %d
27 Strict Standards: Non-static method foo::aa() should not be called statically in %s on line %d
H A Dbug48770_2.phpt45 $c->func('This should work!');
49 %unicode|string%(27) "A::func2: This should work!"
50 %unicode|string%(27) "A::func3: This should work!"
/PHP-5.5/ext/gmp/tests/
H A Dbug50283.phpt23 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
26 Warning: gmp_strval(): Bad base for conversion: 1 (should be between 2 and %d or -2 and -%d) in %s …
29 Warning: gmp_strval(): Bad base for conversion: -37 (should be between 2 and %d or -2 and -%d) in %…
34 Warning: gmp_strval(): Bad base for conversion: 63 (should be between 2 and %d or -2 and -%d) in %s…
H A D005.phpt44 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
54 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
57 Warning: gmp_strval(): Bad base for conversion: 100000 (should be between 2 and %d or -2 and -%d) i…
62 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
65 Warning: gmp_strval(): Bad base for conversion: 100000 (should be between 2 and %d or -2 and -%d) i…
/PHP-5.5/tests/classes/
H A Dautoload_008.phpt22 echo "In Exception catch block. Autoload should not have been triggered.\n";
26 In Exception catch block. Autoload should not have been triggered.
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt46 printf("[005] SQL id %d should be equal to API id %d\n", $sql_id, $api_id);
57 …printf("[007] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
72 …printf("[010] API id should have been reset to 0 because previous query was SELECT, got API %d, SQ…
88 printf("[014] SQL id %d should be equal to API id %d\n", $new_sql_id, $api_id);
90 printf("[015] SQL id %d should have had changed, got %d\n", $sql_id, $new_sql_id);
101 …printf("[017] API id should have been reset to 0 because previous query was SET, got API %d, SQL %…
114 printf("[020] SQL id %d should be equal to API id %d\n", $sql_id, $api_id);
122 printf("[022] SQL id %d should be equal to API id %d\n", $sql_id, $api_id);
139 printf("[025] SQL id %d should be equal to API id %d\n", $sql_id, $api_id);
147 …printf("[027] API id should have been reset to 0 because previous query failed, got API %d, SQL %d…
[all …]
H A Dbug36802.phpt16 /* following operations should not work */
24 /* following operations should work */
H A Dmysqli_change_user_prepared_statements.phpt16 if (!$stmt = mysqli_prepare($link, "SELECT 'prepared statements should be released'"))
26 printf("Error code 2013, 1243 or similar should have been set\n");
/PHP-5.5/ext/date/tests/
H A Dbug51819.phpt31 var_dump('this should be the only output');
34 string(30) "this should be the only output"
H A Dbug43808.phpt2 Bug #43808 (date_create never fails (even when it should))
8 echo "this is wrong, should be bool";
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_key_param.phpt2 SplFixedArray::key() with a parameter passed. This is a bug and an error should be called.
15 echo $array->key( array("this","should","not","execute") );
/PHP-5.5/ext/filter/tests/
H A D036.phpt20 var_dump($data); //should be separated, i.e. not reference anymore. looks like we can't change this…
21 var_dump($var); //should be still string(1) "1"
/PHP-5.5/ext/oci8/tests/
H A Dpassword.phpt32 // Second connect should return a new resource because the hash string will be different from $c1
37 // Despite using the old password this connect should succeed and return the original resource
42 // Connections should differ
51 // Connections should be the same
H A Dpassword_2.phpt31 // Second connect should return a new resource because the hash string will be different from $c1
36 // Despite using the old password this connect should succeed and return the original resource
41 // Connections should differ
50 // Connections should be the same
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt50 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
57 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
70 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
74 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation5.phpt70 // should read dir2 file
81 //should now read dir1 file
92 //should still read dir1 file
101 //should read the file in working dir
112 //should read the file in script dir
H A Dfopen_variation8.phpt69 // should read dir2 file
80 //should now read dir1 file
91 //should read the dir1 file
100 //should read the working dir file
111 //should read the file in script dir

Completed in 113 milliseconds

12345678910>>...32