Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 80) sorted by relevance

1234

/php-src/ext/gd/tests/
H A Dimagefilter.phpt99 IMG_FILTER_NEGATE success
100 IMG_FILTER_GRAYSCALE success
101 IMG_FILTER_EDGEDETECT success
104 IMG_FILTER_EMBOSS success
105 IMG_FILTER_MEAN_REMOVAL success
106 IMG_FILTER_SMOOTH success
107 IMG_FILTER_COLORIZE success
108 IMG_FILTER_CONTRAST success
109 IMG_FILTER_BRIGHTNESS success
110 IMG_FILTER_PIXELATE success
[all …]
/php-src/ext/opcache/tests/
H A Dbug75370.phpt13 $success = true;
14 $success = $success AND true;
15 return $success;
/php-src/ext/xml/tests/
H A Dbug81351.phpt15 $success = xml_parse($parser, $xml, false);
18 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
19 $success = xml_parse($parser, 'Y>', true);
22 echo "xml_parse returned $success, xml_get_error_code = $code, xml_error_string = $error\r\n";
H A Dbug32001b.phpt67 $success = @xml_parse($parser, $data, true);
71 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
72 if (!$success) {
76 if ($success) {
77 $success = @xml_parse($parser, "", true);
86 if ($success) {
H A DXML_OPTION_PARSE_HUGE.phpt43 echo "--- Parse using xml_parse (success) ---\n";
55 echo "--- Parse using xml_parse_into_struct (success) ---\n";
68 --- Parse using xml_parse (success) ---
82 --- Parse using xml_parse_into_struct (success) ---
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytes_expansion.phpt22 6 => 'success',
36 // 6: "success"
43 string(7) "success"
H A DnextInt.phpt40 die('success');
53 success
/php-src/ext/iconv/tests/
H A Diconv003.phpt12 echo "success\n";
15 success
/php-src/Zend/tests/try/
H A Dfinally_goto_005.phpt9 print "success";
15 success
/php-src/tests/lang/
H A Dbug23489.phpt15 return 'success';
23 success
H A Dbug7515.phpt24 print "success";
33 success
H A D030.phpt35 …=array('constructor','outside','outside','constructor','outside','outside')) ? 'success':'failure';
38 success
/php-src/ext/opcache/
H A Dshared_alloc_mmap.c208 goto success; in create_segments()
214 goto success; in create_segments()
242 goto success; in create_segments()
246 goto success; in create_segments()
253 goto success; in create_segments()
259 goto success; in create_segments()
269 success: ZEND_ATTRIBUTE_UNUSED; in create_segments()
/php-src/Zend/tests/
H A Dbug71622.phpt14 echo "success\n";
30 success
/php-src/ext/random/tests/02_engine/
H A Dpcgoneseq128xslrr64_jump_error.phpt23 die('success');
28 success
H A Dall_serialize_native.phpt31 die('success');
38 success
H A Duser_compatibility.phpt32 die('success');
39 success
H A Dall_serialize_user.phpt33 die('success');
39 success
/php-src/ext/date/tests/
H A Dbug74639.phpt26 echo 'success';
29 success
/php-src/ext/random/tests/03_randomizer/
H A Dreadonly.phpt25 die('success');
30 success
H A Dcompatibility_array_rand.phpt52 die('success');
56 success
H A Dcompatibility_user.phpt37 die('success');
44 success
H A Dconstruct_twice.phpt43 die('success');
52 success
/php-src/ext/standard/tests/array/
H A Dbug36975.phpt8 echo "natcasesort success!\n";
28 natcasesort success!
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt15 /* setlocale() to set all available locales in the system and check the success count */
55 //set locale to $value, if success, count increments
66 echo "No of setlocale() success = ".$success_count."\n";
86 No of setlocale() success = %d

Completed in 35 milliseconds

1234