Home
last modified time | relevance | path

Searched refs:obj (Results 276 – 300 of 413) sorted by relevance

1...<<11121314151617

/PHP-5.6/ext/pdo/tests/
H A Dbug_52098.phpt49 $obj = new MyStatement;
50 echo $obj->lucky();
H A Dpdo_026.phpt72 foreach($stmt as $obj) {
73 var_dump($obj);
/PHP-5.6/ext/standard/tests/general_functions/
H A Duniqid_error.phpt19 $obj = new class1();
25 uniqid($obj, false);
H A Dvar_export_basic6.phpt94 foreach($valid_objects as $key => $obj) {
96 var_export( $obj );
98 var_export( $obj, FALSE);
100 var_dump( var_export( $obj, TRUE) );
/PHP-5.6/Zend/tests/
H A Dbug41117_1.phpt10 $obj = new foo("Hello world");
H A Derrmsg_014.phpt17 Fatal error: Cannot call __clone() method on objects - use 'clone $obj' instead in %s on line %d
H A Doffset_string.phpt22 $obj = new stdClass;
23 var_dump($str[$obj]);
/PHP-5.6/ext/spl/tests/
H A Dspl_autoload_009.phpt17 $obj = new testclass;
/PHP-5.6/ext/dom/
H A Dnamelist.c58 int dom_namelist_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_namelist_length_read() argument
H A Dnodelist.c54 int dom_nodelist_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_nodelist_length_read() argument
61 objmap = (dom_nnodemap_object *)obj->ptr; in dom_nodelist_length_read()
/PHP-5.6/ext/standard/tests/file/
H A Dfscanf_variation54.phpt28 $obj = new foo(); //creating new object
36 fwrite($file_handle, $obj);
/PHP-5.6/ext/mysqli/
H A Dphp_mysqli_structs.h161 int (*r_func)(mysqli_object *obj, zval **retval TSRMLS_DC);
162 int (*w_func)(mysqli_object *obj, zval *value TSRMLS_DC);
240 (return_value)->value.obj = mysqli_objects_new(__ce TSRMLS_CC); \
249 (object)->value.obj = mysqli_objects_new(__ce TSRMLS_CC);\
/PHP-5.6/ext/intl/collator/
H A Dcollator_convert.h31 zval* collator_convert_object_to_string( zval* obj TSRMLS_DC );
/PHP-5.6/ext/standard/tests/class_object/
H A Dget_object_vars_variation_001.phpt5 /* Prototype : proto array get_object_vars(object obj)
/PHP-5.6/tests/classes/
H A Dfactory_and_singleton_003.phpt13 $obj = new test;
H A Dfactory_and_singleton_004.phpt13 $obj = new test;
H A Dfactory_and_singleton_009.phpt14 $obj = new test;
H A Dfactory_and_singleton_010.phpt14 $obj = new test;
H A Ddestructor_visibility_002.phpt17 $obj = new Derived;
H A Dinterfaces_003.phpt20 $obj = new MyTestClass;
/PHP-5.6/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt24 $obj = new classA();
35 $mixedArray = array($fp, $obj, $simpleStr, $emptyArr, 2, $bool, $float);
H A Darray_fill_keys_variation4.phpt27 $obj = new classA();
36 var_dump( array_fill_keys($array, $obj) );
/PHP-5.6/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
/PHP-5.6/tests/lang/
H A Dbug30578.phpt26 $obj = new Example;
/PHP-5.6/ext/standard/tests/serialize/
H A Dserialization_objects_001.phpt34 echo "\n--- testing reference to an obj ---\n";
78 --- testing reference to an obj ---

Completed in 32 milliseconds

1...<<11121314151617