Lines Matching refs:ce

382 …intern->u.file.func_getCurr = zend_hash_str_find_ptr(&intern->std.ce->function_table, "getcurrentl…  in spl_filesystem_file_open()
401 new_object = spl_filesystem_object_new_ex(old_object->ce); in spl_filesystem_object_clone()
477 …o(spl_filesystem_object *source, zend_string *file_path, zend_class_entry *ce, zval *return_value)… in spl_filesystem_object_create_info() argument
489 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_info()
491 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_info()
494 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_info()
496 …zend_call_method_with_1_params(Z_OBJ_P(return_value), ce, &ce->constructor, "__construct", NULL, &… in spl_filesystem_object_create_info()
505 …e(int num_args, spl_filesystem_object *source, int type, zend_class_entry *ce, zval *return_value)… in spl_filesystem_object_create_type() argument
525 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_type()
527 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_type()
534 if (ce->constructor->common.scope != spl_ce_SplFileInfo) { in spl_filesystem_object_create_type()
536 …zend_call_method_with_1_params(Z_OBJ_P(return_value), ce, &ce->constructor, "__construct", NULL, &… in spl_filesystem_object_create_type()
545 ce = ce ? ce : source->file_class; in spl_filesystem_object_create_type()
556 intern = spl_filesystem_from_obj(spl_filesystem_object_new_ex(ce)); in spl_filesystem_object_create_type()
563 if (ce->constructor->common.scope != spl_ce_SplFileObject) { in spl_filesystem_object_create_type()
566 …zend_call_method_with_2_params(Z_OBJ_P(return_value), ce, &ce->constructor, "__construct", NULL, &… in spl_filesystem_object_create_type()
1346 zend_class_entry *ce = spl_ce_SplFileObject; in PHP_METHOD() local
1348 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|C", &ce) == FAILURE) { in PHP_METHOD()
1352 intern->file_class = ce; in PHP_METHOD()
1360 zend_class_entry *ce = spl_ce_SplFileInfo; in PHP_METHOD() local
1362 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|C", &ce) == FAILURE) { in PHP_METHOD()
1366 intern->info_class = ce; in PHP_METHOD()
1374 zend_class_entry *ce = intern->info_class; in PHP_METHOD() local
1376 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|C!", &ce) == FAILURE) { in PHP_METHOD()
1380 spl_filesystem_object_create_type(ZEND_NUM_ARGS(), intern, SPL_FS_INFO, ce, return_value); in PHP_METHOD()
1388 zend_class_entry *ce = intern->info_class; in PHP_METHOD() local
1391 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|C!", &ce) == FAILURE) { in PHP_METHOD()
1399 spl_filesystem_object_create_info(intern, dpath, ce, return_value); in PHP_METHOD()
1650 static zend_object_iterator *spl_filesystem_dir_get_iterator(zend_class_entry *ce, zval *object, in… in spl_filesystem_dir_get_iterator() argument
1843 static zend_object_iterator *spl_filesystem_tree_get_iterator(zend_class_entry *ce, zval *object, i… in spl_filesystem_tree_get_iterator() argument