Home
last modified time | relevance | path

Searched refs:obj (Results 226 – 250 of 360) sorted by relevance

12345678910>>...15

/PHP-5.3/ext/dom/
H A Ddomimplementationlist.c55 int dom_domimplementationlist_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_domimplementationlist_length_read() argument
H A Dnamelist.c58 int dom_namelist_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_namelist_length_read() argument
/PHP-5.3/ext/spl/tests/
H A DSplObjectStorage_var_dump.phpt16 ["obj"]=>
H A Dspl_autoload_009.phpt17 $obj = new testclass;
/PHP-5.3/ext/standard/tests/array/
H A Darray_intersect_ukey_variation9.phpt33 $obj = new MyClass();
34 var_dump( array_intersect_ukey($array1, $array2, array($obj,'class_compare_func')) );
H A Darray_intersect_uassoc_variation10.phpt33 $obj = new MyClass();
34 var_dump( array_intersect_uassoc($array1, $array2, array($obj,'class_compare_func')) );
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.3/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.3/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
/PHP-5.3/ext/standard/tests/file/
H A Dfscanf_variation54.phpt28 $obj = new foo(); //creating new object
36 fwrite($file_handle, $obj);
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_object_vars_variation_001.phpt5 /* Prototype : proto array get_object_vars(object obj)
/PHP-5.3/ext/intl/collator/
H A Dcollator_convert.h31 zval* collator_convert_object_to_string( zval* obj TSRMLS_DC );
/PHP-5.3/ext/mysqli/
H A Dmysqli.c291 static int mysqli_read_na(mysqli_object *obj, zval **retval TSRMLS_DC) in mysqli_read_na() argument
300 static int mysqli_write_na(mysqli_object *obj, zval *newval TSRMLS_DC) in mysqli_write_na() argument
320 mysqli_object *obj; in mysqli_read_property() local
325 obj = (mysqli_object *)zend_objects_get_address(object TSRMLS_CC); in mysqli_read_property()
334 if (obj->prop_handler != NULL) { in mysqli_read_property()
339 ret = hnd->read_func(obj, &retval TSRMLS_CC); in mysqli_read_property()
362 mysqli_object *obj; in mysqli_write_property() local
374 obj = (mysqli_object *)zend_objects_get_address(object TSRMLS_CC); in mysqli_write_property()
376 if (obj->prop_handler != NULL) { in mysqli_write_property()
380 hnd->write_func(obj, value TSRMLS_CC); in mysqli_write_property()
[all …]
/PHP-5.3/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.3/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
/PHP-5.3/tests/lang/
H A Dbug30578.phpt26 $obj = new Example;
/PHP-5.3/ext/pdo/tests/
H A Dpdo_026.phpt72 foreach($stmt as $obj) {
73 var_dump($obj);

Completed in 73 milliseconds

12345678910>>...15