Home
last modified time | relevance | path

Searched refs:obj (Results 351 – 375 of 487) sorted by relevance

1...<<11121314151617181920

/PHP-7.1/ext/mysqli/
H A Dmysqli.c304 mysqli_object *obj; in mysqli_read_property() local
307 obj = Z_MYSQLI_P(object); in mysqli_read_property()
315 if (obj->prop_handler != NULL) { in mysqli_read_property()
320 retval = hnd->read_func(obj, rv); in mysqli_read_property()
341 mysqli_object *obj; in mysqli_write_property() local
350 obj = Z_MYSQLI_P(object); in mysqli_write_property()
352 if (obj->prop_handler != NULL) { in mysqli_write_property()
357 hnd->write_func(obj, value); in mysqli_write_property()
383 mysqli_object *obj = Z_MYSQLI_P(object); in mysqli_object_has_property() local
423 mysqli_object *obj = Z_MYSQLI_P(object); in mysqli_object_get_debug_info() local
[all …]
H A Dphp_mysqli_structs.h149 static inline mysqli_object *php_mysqli_fetch_object(zend_object *obj) { in php_mysqli_fetch_object() argument
150 return (mysqli_object *)((char*)(obj) - XtOffsetOf(mysqli_object, zo)); in php_mysqli_fetch_object()
167 zval *(*r_func)(mysqli_object *obj, zval *retval);
168 int (*w_func)(mysqli_object *obj, zval *value);
/PHP-7.1/Zend/
H A Dzend_exceptions.c204 zval obj, tmp; in zend_default_exception_new_ex() local
210 Z_OBJ(obj) = object = zend_objects_new(class_type); in zend_default_exception_new_ex()
211 Z_OBJ_HT(obj) = &default_exception_handlers; in zend_default_exception_new_ex()
222 base_ce = i_get_exception_base(&obj); in zend_default_exception_new_ex()
226 zend_update_property_ex(base_ce, &obj, CG(known_strings)[ZEND_STR_FILE], &tmp); in zend_default_exception_new_ex()
944 zend_object *obj; in zend_throw_exception_ex() local
949 obj = zend_throw_exception(exception_ce, message, code); in zend_throw_exception_ex()
951 return obj; in zend_throw_exception_ex()
958 zend_object *obj = zend_throw_exception(exception_ce, message, code); in zend_throw_error_exception() local
959 ZVAL_OBJ(&ex, obj); in zend_throw_error_exception()
[all …]
H A Dzend_execute.c1370 zval rv, obj; in zend_post_incdec_overloaded_property() local
1375 Z_ADDREF(obj); in zend_post_incdec_overloaded_property()
1402 Z_OBJ_HT(obj)->write_property(&obj, property, &z_copy, cache_slot); in zend_post_incdec_overloaded_property()
1417 zval *z, *zptr, obj; in zend_pre_incdec_overloaded_property() local
1420 Z_ADDREF(obj); in zend_pre_incdec_overloaded_property()
1446 Z_OBJ_HT(obj)->write_property(&obj, property, z, cache_slot); in zend_pre_incdec_overloaded_property()
1460 zval rv, obj; in zend_assign_op_overloaded_property() local
1464 Z_ADDREF(obj); in zend_assign_op_overloaded_property()
1484 Z_OBJ_HT(obj)->write_property(&obj, property, z, cache_slot); in zend_assign_op_overloaded_property()
2690 zval *obj; in zend_init_dynamic_call_array() local
[all …]
/PHP-7.1/ext/spl/tests/
H A Dspl_autoload_009.phpt17 $obj = new testclass;
/PHP-7.1/ext/dom/
H A Dnamelist.c58 int dom_namelist_length_read(dom_object *obj, zval *retval) in dom_namelist_length_read() argument
/PHP-7.1/Zend/tests/
H A Dexception_023.phpt6 (function($obj) {
H A Dbug71818.phpt25 $obj = new MemoryLeak();
H A Doffset_string.phpt22 $obj = new stdClass;
23 var_dump($str[$obj]);
/PHP-7.1/Zend/tests/grammar/
H A Dregression_003.phpt2 Test to ensure ::class is still reserved in obj scope
/PHP-7.1/ext/standard/tests/file/
H A Dfscanf_variation54.phpt28 $obj = new foo(); //creating new object
36 fwrite($file_handle, $obj);
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_cp1251.phpt61 $obj = scandir($d0);
62 foreach ($obj as $file) {
/PHP-7.1/ext/standard/tests/class_object/
H A Dget_object_vars_variation_001.phpt5 /* Prototype : proto array get_object_vars(object obj)
/PHP-7.1/tests/classes/
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 Dstatic_this.phpt25 $obj = new TestClass;
H A Dfactory_and_singleton_003.phpt13 $obj = new test;
H A Dfactory_and_singleton_004.phpt13 $obj = new test;
/PHP-7.1/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-7.1/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp260 IntlIterator_object *obj = php_intl_iterator_fetch_object(*object_ptr); in IntlPartsIterator_get_method() local
261 if (obj->iterator && !Z_ISUNDEF(obj->iterator->data)) { in IntlPartsIterator_get_method()
262 zval *break_iter_zv = &obj->iterator->data; in IntlPartsIterator_get_method()
/PHP-7.1/ext/standard/tests/general_functions/
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-7.1/ext/tidy/tests/
H A D008.phpt2 Accessing the error buffer via $obj->error_buf...
/PHP-7.1/tests/lang/
H A Dbug30578.phpt26 $obj = new Example;

Completed in 44 milliseconds

1...<<11121314151617181920