Home
last modified time | relevance | path

Searched refs:an (Results 76 – 100 of 2195) sorted by relevance

12345678910>>...88

/PHP-5.5/ext/spl/internal/
H A Demptyiterator.inc35 /** This function must not be called. It throws an exception upon access.
41 throw new Exception('Accessing the value of an EmptyIterator');
44 /** This function must not be called. It throws an exception upon access.
50 throw new Exception('Accessing the key of an EmptyIterator');
/PHP-5.5/ext/dom/tests/
H A Dbug46335.phpt7 $textascii = 'This is an "example" of using DOM splitText';
8 $text = 'This is an ‘example’ of using DOM splitText';
32 Text: This is an "example" of using DOM splitText
34 Text: This is an ‘example’ of using DOM splitText
H A DDOMDocument_loadHTMLfile_variation1.phpt2 Test DOMDocument::loadHTMLFile when an empty document is loaded
4 Verifies that an warning message is showed if an empty document is loaded
H A DDOMDocument_loadHTMLfile_error2.phpt2 Test DOMDocument::loadHTMLFile when an empty string is passed
4 Verifies that an error message is showed if an empty string is passed as argument
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_object1.phpt14 * Description: Counts an elements in an array. If Standard PHP library is installed,
15 * it will return the properties of an object.
22 echo "-- Testing sizeof() with an object which implements Countable interface --\n";
48 -- Testing sizeof() with an object which implements Countable interface --
H A Darray_values_variation6.phpt12 * 1. Passed an array made up of referenced variables
13 * 2. Passed an array by reference
22 echo "\n-- \$input is an array made up of referenced variables: --\n";
36 -- $input is an array made up of referenced variables: --
H A Darray_push_basic.phpt20 echo "\n-- Push values onto an indexed array --\n";
26 echo "\n-- Push values onto an associative array --\n";
36 -- Push values onto an indexed array --
51 -- Push values onto an associative array --
H A Dprev_error2.phpt2 prev - ensure warning is received when passing an indirect temporary.
20 echo "\n-- Passing an indirect temporary variable --\n";
25 -- Passing an indirect temporary variable --
H A Darray_values_variation4.phpt14 * 3. Passed an infinitely recursive multi-dimensional array
27 // get an infinitely recursive array
29 echo "\n-- Array values of an infinitely recursive array --\n";
65 -- Array values of an infinitely recursive array --
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation3.phpt10 * Description: Read an overview of the information in the headers of the given message sequence
45 echo "imap_fetch_overview() returns an object\n";
62 imap_fetch_overview() returns an object
65 imap_fetch_overview() returns an object
68 imap_fetch_overview() returns an object
71 imap_fetch_overview() returns an object
/PHP-5.5/Zend/tests/
H A D011.phpt75 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
78 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
81 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
H A Dbug26077.phpt2 Bug #26077 (Memory leaks when creating an instance of an object)
H A Dbug41961.phpt14 echo "Called private " . __METHOD__ . "() on an instance of: " . get_class($this) . "\n";
24 echo "Called public " . __METHOD__ . "() on an instance of: " . get_class($this) . "\n";
29 Called public ChildClass::secret() on an instance of: ChildClass
H A Deach_001.phpt2 Testing each() with an undefined variable
10 Warning: Variable passed to each() is not an array or object in %s on line %d
H A Dinter_05.phpt2 Trying to inherit a class in an interface
10 Fatal error: a cannot implement Exception - it is not an interface in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt29 echo "*** Testing stat() with filename & directory name stored inside an object ***\n";
38 // directory name stored in an object
41 // file name stored in an object
44 echo "\n-- Testing stat() on filename stored inside an object --\n";
48 echo "\n-- Testing stat() on directory name stored inside an object --\n";
62 *** Testing stat() with filename & directory name stored inside an object ***
64 -- Testing stat() on filename stored inside an object --
120 -- Testing stat() on directory name stored inside an object --
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug25038.phpt8 throw new Exception("This is an exception from bar({$x}).");
30 This is an exception from bar(first try).
31 This is an exception from bar(second try).
H A Dvar_export_basic8.phpt20 echo "\n\n-- Var export on an simple array --\n";
24 echo "\n\n-- Var export on an nested array --\n";
45 -- Var export on an simple array --
53 -- Var export on an nested array --
/PHP-5.5/ext/openssl/tests/
H A D007.phpt23 var_dump($res = openssl_x509_read($c)); // read an invalid cert, fails
29 var_dump($res = openssl_x509_read($e)); // read an array
32 var_dump($res = openssl_x509_read($f)); // read an array with the filename
42 Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s …
50 Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s …
56 Warning: openssl_x509_read(): supplied parameter cannot be coerced into an X509 certificate! in %s …
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.003.phpt37 echo "\nAdding properties to an an object.\n";
51 echo "\nAdding properties to an an object, using &\$value.\n";
65 echo "\nRemoving properties from an object.\n";
75 echo "\nRemoving properties from an object, using &\$value.\n";
133 Adding properties to an an object.
183 Adding properties to an an object, using &$value.
233 Removing properties from an object.
242 Removing properties from an object, using &$value.
H A Dthrow_variation_001.phpt2 Catching an exception thrown from an included file
/PHP-5.5/ext/standard/tests/strings/
H A Dstripos_variation10.phpt11 * an expected type of input for 'haystack' argument
16 //get an unset variable
126 Warning: stripos(): needle is not a string or an integer in %s on line %d
131 Warning: stripos(): needle is not a string or an integer in %s on line %d
136 Warning: stripos(): needle is not a string or an integer in %s on line %d
141 Warning: stripos(): needle is not a string or an integer in %s on line %d
146 Warning: stripos(): needle is not a string or an integer in %s on line %d
180 Warning: stripos(): needle is not a string or an integer in %s on line %d
H A Dstrrpos_variation10.phpt11 * an expected type of input for 'haystack' argument
16 //get an unset variable
116 Warning: strrpos(): needle is not a string or an integer in %s on line %d
120 Warning: strrpos(): needle is not a string or an integer in %s on line %d
124 Warning: strrpos(): needle is not a string or an integer in %s on line %d
128 Warning: strrpos(): needle is not a string or an integer in %s on line %d
132 Warning: strrpos(): needle is not a string or an integer in %s on line %d
156 Warning: strrpos(): needle is not a string or an integer in %s on line %d
/PHP-5.5/sapi/cli/tests/
H A Dbug61546.phpt5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error
7 // however, the implementation of getmyinode() (in pageinfo.c) returns an explicit FALSE in the
9 // of page_inode. therefore, an explicit 0 should be a passing value for this test.
11 // the ext/standard/tests/file/statpage.phpt test also tests getmyinode() returns an integer and wi…
/PHP-5.5/ext/simplexml/
H A DREADME1 SimpleXML is meant to be an easy way to access XML data.
19 When an elements TEXT data is being accessed through a property
32 name returns an array of SimpleXML objects. This should be an

Completed in 22 milliseconds

12345678910>>...88