Home
last modified time | relevance | path

Searched refs:object (Results 151 – 175 of 2192) sorted by last modified time

12345678910>>...88

/PHP-5.5/ext/xml/tests/
H A Dxml_set_end_namespace_decl_handler_variation1.phpt79 // object data
227 Warning: xml_set_end_namespace_decl_handler() expects parameter 1 to be resource, object given in %…
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation1.phpt28 return "object";
72 // object data
272 string(6) "object"
H A Dtoken_get_all_variation13.phpt2 Test token_get_all() function : usage variations - with class/object constructs
13 * Testing token_get_all() with different class/object keywords
18 * class/object related :
24 echo "*** Testing token_get_all() : with class/object constructs ***\n";
48 echo "object created";
59 *** Testing token_get_all() : with class/object constructs ***
1067 string(16) ""object created""
H A D003.phpt20 Warning: token_get_all() expects parameter 1 to be string, object given in %s on line %d
/PHP-5.5/ext/wddx/tests/
H A D005.phpt68 object(foo)#1 (2) {
H A Dbug27287.phpt2 Bug #27287 (segfault with deserializing object data)
H A Dbug70741.phpt25 Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s on lin…
H A Dbug45901.phpt2 Bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)
H A Dbug71335.phpt29 object(stdClass)#%d (1) {
/PHP-5.5/ext/tidy/tests/
H A D009.phpt2 tidy_doc object overloading
H A D010.phpt15 object(tidyNode)#2 (8) {
39 &object(tidyNode)#3 (9) {
65 &object(tidyNode)#4 (9) {
112 &object(tidyNode)#6 (9) {
143 object(tidyNode)#2 (9) {
170 object(tidyNode)#2 (9) {
196 &object(tidyNode)#3 (9) {
219 &object(tidyNode)#6 (9) {
243 &object(tidyNode)#4 (9) {
272 object(tidyNode)#2 (9) {
[all …]
H A D012.phpt35 object(tidyNode)#3 (9) {
58 &object(tidyNode)#4 (9) {
82 object(tidyNode)#4 (9) {
103 object(tidyNode)#5 (9) {
131 &object(tidyNode)#6 (9) {
256 object(tidyNode)#6 (9) {
297 object(tidyNode)#7 (8) {
315 object(tidyNode)#8 (9) {
397 object(tidyNode)#9 (8) {
415 object(tidyNode)#10 (9) {
[all …]
/PHP-5.5/ext/tidy/
H A Dtidy.c48 zval *object = getThis();
53 if (object) { \
671 efree(object); in tidy_object_free_storage()
734 if (!object) { in tidy_instanciate()
735 ALLOC_ZVAL(object); in tidy_instanciate()
739 object_init_ex(object, pce); in tidy_instanciate()
740 Z_SET_REFCOUNT_P(object, 1); in tidy_instanciate()
741 Z_SET_ISREF_P(object); in tidy_instanciate()
742 return object; in tidy_instanciate()
1377 if (object) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_fetch_object.phpt21 // Fetches a resultset and returns it as an object
40 // Test with object
/PHP-5.5/ext/sysvshm/tests/
H A D005.phpt57 object(stdClass)#%d (0) {
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re249 object = [OC];
353 /* object properties should include no integers */
692 object ":" uiv ":" ["] {
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c103 ZEND_ARG_INFO(0, object)
1842 zval *object = NULL; in PHP_FUNCTION() local
1848 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|z", &sybase_result_index, &object) == FAIL… in PHP_FUNCTION()
1854 if (NULL != object) { in PHP_FUNCTION()
1855 switch (Z_TYPE_P(object)) { in PHP_FUNCTION()
1857 ce = Z_OBJCE_P(object); in PHP_FUNCTION()
1868 convert_to_string(object); in PHP_FUNCTION()
1870 if (zend_lookup_class(Z_STRVAL_P(object), Z_STRLEN_P(object), &pce TSRMLS_CC) == FAILURE) { in PHP_FUNCTION()
1871 …or_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Class %s has not been declared", Z_STRVAL_P(object)); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/url/
H A Dget_headers_error_002.phpt30 $object = new testObject();
31 echo "\n-- Testing get_headers() function with format argument as type object --\n";
32 var_dump( get_headers($url, $object) );
50 -- Testing get_headers() function with format argument as type object --
52 Warning: get_headers() expects parameter 2 to be long, object given in %s on line 26
H A Dparse_url_variation_001.phpt59 // object data
212 Error: 2 - parse_url() expects parameter 1 to be string, object given, %s(70)
H A Dparse_url_variation_002_32bit.phpt62 // object data
197 Error: 2 - parse_url() expects parameter 2 to be long, object given, %s(71)
H A Dparse_url_variation_002_64bit.phpt62 // object data
181 Error: 2 - parse_url() expects parameter 2 to be long, object given, %s(71)
H A Drawurldecode_variation_001.phpt63 // object data
165 Error: 2 - rawurldecode() expects parameter 1 to be string, object given, %s(74)
H A Durldecode_variation_001.phpt63 // object data
165 Error: 2 - urldecode() expects parameter 1 to be string, object given, %s(74)
H A Durlencode_variation_001.phpt63 // object data
165 Error: 2 - urlencode() expects parameter 1 to be string, object given, %s(74)
H A Dbase64_decode_variation_001.phpt64 // object data
65 "stdClass object" => new stdclass(),
168 -- Arg value stdClass object --
169 Error: 2 - base64_decode() expects parameter 1 to be string, object given, %s(%d)

Completed in 80 milliseconds

12345678910>>...88